diff options
author | Kristoffer Ericson <kristoffer.ericson@gmail.com> | 2009-02-18 14:50:43 +0300 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-04-06 19:06:55 +0400 |
commit | 13a7b5dc0d1768c8ae817e43cbe50597090b650a (patch) | |
tree | 64d9934f67c12b7ce0fa5603c10e5686c45e3d9c /drivers/video/backlight/Kconfig | |
parent | 9e124435c772c650457a952b27bcbdb9a95d48d0 (diff) | |
download | linux-13a7b5dc0d1768c8ae817e43cbe50597090b650a.tar.xz |
backlight: Adds HP Jornada 700 series backlight driver
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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 1064f69e1e87..f9d19be05540 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig @@ -166,6 +166,15 @@ config BACKLIGHT_HP680 If you have a HP Jornada 680, say y to enable the backlight driver. +config BACKLIGHT_HP700 + tristate "HP Jornada 700 series Backlight Driver" + depends on BACKLIGHT_CLASS_DEVICE + depends on SA1100_JORNADA720_SSP && !PREEMPT + default y + help + If you have an HP Jornada 700 series, + say Y to include backlight control driver. + config BACKLIGHT_PROGEAR tristate "Frontpath ProGear Backlight Driver" depends on BACKLIGHT_CLASS_DEVICE && PCI && X86 |