提交 e6162f3e 编写于 作者: A Arnd Bergmann 提交者: Lee Jones

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: NArnd Bergmann <arnd@arndb.de>
Signed-off-by: NPeter Griffin <peter.griffin@linaro.org>
Acked-by: NJingoo Han <jg1.han@samsung.com>
Acked-by: NBryan Wu <cooloney@gmail.com>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
上级 05c4cc0f
...@@ -29,7 +29,7 @@ if LCD_CLASS_DEVICE ...@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册