diff options
author | Jin Park <jinyoungp@nvidia.com> | 2011-06-29 10:06:51 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-07-31 17:28:26 -0400 |
commit | 4b0d711be39f927200e4aaee51176091f9ba22e2 (patch) | |
tree | 0a61b01a17d8360ac50b933d67d06089defaaa96 /drivers/video/backlight/Kconfig | |
parent | 09d6292befba8c6319d9471803149573ea6ed170 (diff) |
backlight: Add AAT2870 backlight driver
Add backlight driver for AnalogicTech AAT2870.
Signed-off-by: Jin Park <jinyoungp@nvidia.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r-- | drivers/video/backlight/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index 1e54b8b7f698..69407e72aac1 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -335,6 +335,13 @@ config BACKLIGHT_PCF50633 | |||
335 | If you have a backlight driven by a NXP PCF50633 MFD, say Y here to | 335 | If you have a backlight driven by a NXP PCF50633 MFD, say Y here to |
336 | enable its driver. | 336 | enable its driver. |
337 | 337 | ||
338 | config BACKLIGHT_AAT2870 | ||
339 | bool "AnalogicTech AAT2870 Backlight" | ||
340 | depends on BACKLIGHT_CLASS_DEVICE && MFD_AAT2870_CORE | ||
341 | help | ||
342 | If you have a AnalogicTech AAT2870 say Y to enable the | ||
343 | backlight driver. | ||
344 | |||
338 | endif # BACKLIGHT_CLASS_DEVICE | 345 | endif # BACKLIGHT_CLASS_DEVICE |
339 | 346 | ||
340 | endif # BACKLIGHT_LCD_SUPPORT | 347 | endif # BACKLIGHT_LCD_SUPPORT |