diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-04-24 16:28:26 +0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-04-28 14:21:03 +0400 |
commit | e6162f3ece4a3e60adb732a6b842a22cb76bc6da (patch) | |
tree | 79304a6e61ef00280a32d506a6c5c86623803f64 /drivers/video/backlight | |
parent | 05c4cc0f95772364989dd58457e42b0566d1f156 (diff) | |
download | linux-e6162f3ece4a3e60adb732a6b842a22cb76bc6da.tar.xz |
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>
Diffstat (limited to 'drivers/video/backlight')
-rw-r--r-- | drivers/video/backlight/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index 4791af7b8036..88f95581f1ad 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig @@ -29,7 +29,7 @@ if LCD_CLASS_DEVICE config LCD_CORGI 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 Say y here to support the LCD panels usually found on SHARP corgi (C7x0) and spitz (Cxx00) models. |