diff options
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r-- | drivers/video/backlight/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index 924e2551044a..dcd8073c2369 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -80,6 +80,15 @@ config BACKLIGHT_LOCOMO | |||
80 | If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to | 80 | If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to |
81 | enable the LCD/backlight driver. | 81 | enable the LCD/backlight driver. |
82 | 82 | ||
83 | config BACKLIGHT_OMAP1 | ||
84 | tristate "OMAP1 PWL-based LCD Backlight" | ||
85 | depends on BACKLIGHT_CLASS_DEVICE && ARCH_OMAP1 | ||
86 | default y | ||
87 | help | ||
88 | This driver controls the LCD backlight level and power for | ||
89 | the PWL module of OMAP1 processors. Say Y if your board | ||
90 | uses this hardware. | ||
91 | |||
83 | config BACKLIGHT_HP680 | 92 | config BACKLIGHT_HP680 |
84 | tristate "HP Jornada 680 Backlight Driver" | 93 | tristate "HP Jornada 680 Backlight Driver" |
85 | depends on BACKLIGHT_CLASS_DEVICE && SH_HP6XX | 94 | depends on BACKLIGHT_CLASS_DEVICE && SH_HP6XX |