diff options
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 86a369bc57d6..9556262dda5a 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -103,6 +103,14 @@ config LEDS_HP6XX | |||
103 | This option enables led support for the handheld | 103 | This option enables led support for the handheld |
104 | HP Jornada 620/660/680/690. | 104 | HP Jornada 620/660/680/690. |
105 | 105 | ||
106 | config LEDS_PCA9532 | ||
107 | tristate "LED driver for PCA9532 dimmer" | ||
108 | depends on LEDS_CLASS && I2C && INPUT && EXPERIMENTAL | ||
109 | help | ||
110 | This option enables support for NXP pca9532 | ||
111 | led controller. It is generally only usefull | ||
112 | as a platform driver | ||
113 | |||
106 | config LEDS_GPIO | 114 | config LEDS_GPIO |
107 | tristate "LED Support for GPIO connected LEDs" | 115 | tristate "LED Support for GPIO connected LEDs" |
108 | depends on LEDS_CLASS && GENERIC_GPIO | 116 | depends on LEDS_CLASS && GENERIC_GPIO |
@@ -147,6 +155,14 @@ config LEDS_CLEVO_MAIL | |||
147 | To compile this driver as a module, choose M here: the | 155 | To compile this driver as a module, choose M here: the |
148 | module will be called leds-clevo-mail. | 156 | module will be called leds-clevo-mail. |
149 | 157 | ||
158 | config LEDS_PCA955X | ||
159 | tristate "LED Support for PCA955x I2C chips" | ||
160 | depends on LEDS_CLASS && I2C | ||
161 | help | ||
162 | This option enables support for LEDs connected to PCA955x | ||
163 | LED driver chips accessed via the I2C bus. Supported | ||
164 | devices include PCA9550, PCA9551, PCA9552, and PCA9553. | ||
165 | |||
150 | comment "LED Triggers" | 166 | comment "LED Triggers" |
151 | 167 | ||
152 | config LEDS_TRIGGERS | 168 | config LEDS_TRIGGERS |