diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2009-08-14 09:58:56 -0400 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-07 10:14:44 -0400 |
commit | 3b96ea9ef837c010f2187e0618d823fbdd8eeb54 (patch) | |
tree | 162680ddf1bbe6f67d1b4c5b2348e7d874953685 /drivers/video/backlight/Kconfig | |
parent | 5036cc41e07d6614350e329666ee8a79cea6f793 (diff) |
backlight: Add support for the Avionic Design Xanthos backlight device.
This patch adds support for the backlight device found on Avionic Design
Xanthos-based boards.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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 c0d4a536ea8..22a49944d98 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -243,3 +243,11 @@ config BACKLIGHT_WM831X | |||
243 | help | 243 | help |
244 | If you have a backlight driven by the ISINK and DCDC of a | 244 | If you have a backlight driven by the ISINK and DCDC of a |
245 | WM831x PMIC say y to enable the backlight driver for it. | 245 | WM831x PMIC say y to enable the backlight driver for it. |
246 | |||
247 | config BACKLIGHT_ADX | ||
248 | tristate "Avionic Design Xanthos Backlight Driver" | ||
249 | depends on BACKLIGHT_CLASS_DEVICE && ARCH_PXA_ADX | ||
250 | default y | ||
251 | help | ||
252 | Say Y to enable the backlight driver on Avionic Design Xanthos-based | ||
253 | boards. | ||