diff options
-rw-r--r-- | drivers/video/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 6c793bc683d9..3ad7ebe2a96d 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -359,6 +359,8 @@ config FB_SA1100 | |||
359 | config FB_IMX | 359 | config FB_IMX |
360 | tristate "Freescale i.MX1/21/25/27 LCD support" | 360 | tristate "Freescale i.MX1/21/25/27 LCD support" |
361 | depends on FB && ARCH_MXC | 361 | depends on FB && ARCH_MXC |
362 | select BACKLIGHT_LCD_SUPPORT | ||
363 | select LCD_CLASS_DEVICE | ||
362 | select FB_CFB_FILLRECT | 364 | select FB_CFB_FILLRECT |
363 | select FB_CFB_COPYAREA | 365 | select FB_CFB_COPYAREA |
364 | select FB_CFB_IMAGEBLIT | 366 | select FB_CFB_IMAGEBLIT |