Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

video: imxfb: Select LCD_CLASS_DEVICE unconditionally

FB driver uses lowlevel controls for LCD powering and contrast changing.
Since LCD class cannot be used as an optional feature and should be
compiled for using in the driver, this patch selects LCD_CLASS_DEVICE
symbol for the driver.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

authored by

Alexander Shiyan and committed by
Tomi Valkeinen
25e475e1 d0e224f9

+2
+2
drivers/video/Kconfig
··· 359 359 config FB_IMX 360 360 tristate "Freescale i.MX1/21/25/27 LCD support" 361 361 depends on FB && ARCH_MXC 362 + select BACKLIGHT_LCD_SUPPORT 363 + select LCD_CLASS_DEVICE 362 364 select FB_CFB_FILLRECT 363 365 select FB_CFB_COPYAREA 364 366 select FB_CFB_IMAGEBLIT