diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-05-11 20:44:32 -0400 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-05-26 12:34:38 -0400 |
commit | 2ddfd12f3584840f5190897214423061d8a0602f (patch) | |
tree | 91addeb7e06bd84c69e8ba0ec0044d9cd7270fcc /drivers/video/backlight/Kconfig | |
parent | 1f976996c7413b5b48d35b195cc2d7adcd3f68d7 (diff) |
backlight: Add pcf50633 backlight driver
This patch adds a backlight driver for controlling the pcf50633 LED module.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Richard Purdie <rpurdie@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 cbd80978460e..e54a337227ea 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -300,6 +300,13 @@ config BACKLIGHT_88PM860X | |||
300 | help | 300 | help |
301 | Say Y to enable the backlight driver for Marvell 88PM8606. | 301 | Say Y to enable the backlight driver for Marvell 88PM8606. |
302 | 302 | ||
303 | config BACKLIGHT_PCF50633 | ||
304 | tristate "Backlight driver for NXP PCF50633 MFD" | ||
305 | depends on BACKLIGHT_CLASS_DEVICE && MFD_PCF50633 | ||
306 | help | ||
307 | If you have a backlight driven by a NXP PCF50633 MFD, say Y here to | ||
308 | enable its driver. | ||
309 | |||
303 | endif # BACKLIGHT_CLASS_DEVICE | 310 | endif # BACKLIGHT_CLASS_DEVICE |
304 | 311 | ||
305 | endif # BACKLIGHT_LCD_SUPPORT | 312 | endif # BACKLIGHT_LCD_SUPPORT |