diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-04-24 08:28:26 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-04-28 06:21:03 -0400 |
commit | e6162f3ece4a3e60adb732a6b842a22cb76bc6da (patch) | |
tree | 79304a6e61ef00280a32d506a6c5c86623803f64 | |
parent | 05c4cc0f95772364989dd58457e42b0566d1f156 (diff) |
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>
-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 | |||
29 | 29 | ||
30 | config LCD_CORGI | 30 | config LCD_CORGI |
31 | tristate "LCD Panel support for SHARP corgi/spitz model" | 31 | tristate "LCD Panel support for SHARP corgi/spitz model" |
32 | depends on SPI_MASTER && PXA_SHARPSL | 32 | depends on SPI_MASTER && PXA_SHARPSL && BACKLIGHT_CLASS_DEVICE |
33 | help | 33 | help |
34 | Say y here to support the LCD panels usually found on SHARP | 34 | Say y here to support the LCD panels usually found on SHARP |
35 | corgi (C7x0) and spitz (Cxx00) models. | 35 | corgi (C7x0) and spitz (Cxx00) models. |