aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r--drivers/video/backlight/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig
index 02f15297a021b1..d3da2d017ce9ba 100644
--- a/drivers/video/backlight/Kconfig
+++ b/drivers/video/backlight/Kconfig
@@ -66,3 +66,24 @@ config BACKLIGHT_HP680
If you have a HP Jornada 680, say y to enable the
backlight driver.
+config BACKLIGHT_JORNADA720
+ tristate "HP Jornada 720 Backlight Driver"
+ depends on BACKLIGHT_DEVICE && SA1100_JORNADA720_MCU
+ default y
+ help
+ If you have a HP Jornada 7xx, say y to enable the
+ backlight driver.
+
+ To compile this driver as a module, choose M here: the
+ module will be called jornada720_bl.
+
+config LCD_JORNADA720
+ tristate "HP Jornada 720 LCD control"
+ depends on LCD_DEVICE && SA1100_JORNADA720_MCU
+ default y
+ help
+ If you have a HP Jornada 7xx, say y to be able to
+ set contrast and power state of the LCD.
+
+ To compile this driver as a module, choose M here: the
+ module will be called jornada720_lcd.