video/pxa: LCD_CORGI needs BACKLIGHT_CLASS_DEVICE
This fixes a randconfig build error when BACKLIGHT_CLASS_DEVICE is disabled, by describing the dependency in Kconfig, as we do for the other drivers in this directory. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Acked-by: Jingoo Han <jg1.han@samsung.com> Acked-by: Bryan Wu <cooloney@gmail.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
05c4cc0f95
commit
e6162f3ece
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ if LCD_CLASS_DEVICE
|
||||||
|
|
||||||
config LCD_CORGI
|
config LCD_CORGI
|
||||||
tristate "LCD Panel support for SHARP corgi/spitz model"
|
tristate "LCD Panel support for SHARP corgi/spitz model"
|
||||||
depends on SPI_MASTER && PXA_SHARPSL
|
depends on SPI_MASTER && PXA_SHARPSL && BACKLIGHT_CLASS_DEVICE
|
||||||
help
|
help
|
||||||
Say y here to support the LCD panels usually found on SHARP
|
Say y here to support the LCD panels usually found on SHARP
|
||||||
corgi (C7x0) and spitz (Cxx00) models.
|
corgi (C7x0) and spitz (Cxx00) models.
|
||||||
|
|
Loading…
Add table
Reference in a new issue