diff options
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 | |||