diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-05-12 02:44:32 +0200 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-05-26 18:34:38 +0200 |
commit | 2ddfd12f3584840f5190897214423061d8a0602f (patch) | |
tree | 91addeb7e06bd84c69e8ba0ec0044d9cd7270fcc /drivers/video/backlight/Kconfig | |
parent | backlight: 88pm860x_bl: fix error handling in pm860x_backlight_probe (diff) | |
download | linux-2ddfd12f3584840f5190897214423061d8a0602f.tar.xz linux-2ddfd12f3584840f5190897214423061d8a0602f.zip |
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 help Say Y to enable the backlight driver for Marvell 88PM8606. +config BACKLIGHT_PCF50633 + tristate "Backlight driver for NXP PCF50633 MFD" + depends on BACKLIGHT_CLASS_DEVICE && MFD_PCF50633 + help + If you have a backlight driven by a NXP PCF50633 MFD, say Y here to + enable its driver. + endif # BACKLIGHT_CLASS_DEVICE endif # BACKLIGHT_LCD_SUPPORT |