diff options
author | Marcin Juszkiewicz <openembedded@hrw.one.pl> | 2007-02-07 17:24:01 -0500 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-02-20 03:35:09 -0500 |
commit | 7a208463b20e893e8e2074b2d41b8dc09568ddee (patch) | |
tree | d45ac55f11ec31d5728d0b6411c044b323fb5651 /drivers/video/backlight/Kconfig | |
parent | 300abeb5490d6fab640f7da3f612fc8c1b906580 (diff) |
backlight: Add Frontpath ProGear HX1050+ driver
Add control of LCD backlight for Frontpath ProGear HX1050+.
Patch is based on http://downloads.sf.net/progear/progear-lcd-0.2.tar.gz
driver by M Schacht.
Signed-off-by: Marcin Juszkiewicz <openembedded@hrw.one.pl>
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r-- | drivers/video/backlight/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index 02f15297a021..cda32399c039 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -66,3 +66,11 @@ config BACKLIGHT_HP680 | |||
66 | If you have a HP Jornada 680, say y to enable the | 66 | If you have a HP Jornada 680, say y to enable the |
67 | backlight driver. | 67 | backlight driver. |
68 | 68 | ||
69 | config BACKLIGHT_PROGEAR | ||
70 | tristate "Frontpath ProGear Backlight Driver" | ||
71 | depends on BACKLIGHT_DEVICE && PCI && X86 | ||
72 | default n | ||
73 | help | ||
74 | If you have a Frontpath ProGear say Y to enable the | ||
75 | backlight driver. | ||
76 | |||