Commit 25e475e11d8acff1b7c2febbf1d170e95033ba2e

Authored by Alexander Shiyan
Committed by Tomi Valkeinen
1 parent d0e224f996

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>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

drivers/video/Kconfig
... ... @@ -359,6 +359,8 @@
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