aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorGravatar Antonino A. Daplas <adaplas@gmail.com> 2007-05-08 00:39:12 -0700
committerGravatar Linus Torvalds <torvalds@woody.linux-foundation.org> 2007-05-08 11:15:31 -0700
commitd60d2d8a423be91c5ad1a745c4e9dda9cea1b3c5 (patch)
treec3c550698372e12892a5ecb7c773cedff770560c /drivers/video/Kconfig
parentfbcon: font setting should check limitation of driver (diff)
downloadlinux-d60d2d8a423be91c5ad1a745c4e9dda9cea1b3c5.tar.gz
linux-d60d2d8a423be91c5ad1a745c4e9dda9cea1b3c5.tar.bz2
linux-d60d2d8a423be91c5ad1a745c4e9dda9cea1b3c5.zip
vga16fb: restrict to blit rectangles with widths of multiples of 8 pixels
Advertise that vga16fb can only handle widths that are 8-pixel-multiple only (software limitation). To ensure that a legal font is available, SELECT an 8x16 font in Kconfig. Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 75ec7d155da9..51c4b25dad25 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -519,6 +519,7 @@ config FB_VGA16
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
select VGASTATE
+ select FONT_8x16 if FRAMEBUFFER_CONSOLE
help
This is the frame buffer device driver for VGA 16 color graphic
cards. Say Y if you have such a card.