diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-05-31 04:23:43 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-06-03 14:14:16 -0400 |
commit | 2bcc7ed5b83b0a59c6976476e8788675038fb11b (patch) | |
tree | cac7dc8196f7a284763c926e60707cf34d005082 /drivers/leds/Kconfig | |
parent | a3cc68c37897f0656489a0d853d6e342fc6f076b (diff) |
leds: remove config option LEDS_GPIO_PLATFORM from Kconfig
Since the commit a314c5c0040aab51ebb1ecfd37a9198a91962243
(leds/leds-gpio: merge platform_driver with of_platform_driver),
the config option LEDS_GPIO_PLATFORM becomes useless, so remove it.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
[grant.likely: also remove LEDS_GPIO_OF for same reason]
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 23f0d5e99f35..9d7d9400bbf5 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -93,7 +93,7 @@ config LEDS_NET48XX | |||
93 | config LEDS_NET5501 | 93 | config LEDS_NET5501 |
94 | tristate "LED Support for Soekris net5501 series Error LED" | 94 | tristate "LED Support for Soekris net5501 series Error LED" |
95 | depends on LEDS_TRIGGERS | 95 | depends on LEDS_TRIGGERS |
96 | depends on X86 && LEDS_GPIO_PLATFORM && GPIO_CS5535 | 96 | depends on X86 && GPIO_CS5535 |
97 | select LEDS_TRIGGER_DEFAULT_ON | 97 | select LEDS_TRIGGER_DEFAULT_ON |
98 | default n | 98 | default n |
99 | help | 99 | help |
@@ -183,23 +183,6 @@ config LEDS_GPIO | |||
183 | defined as platform devices and/or OpenFirmware platform devices. | 183 | defined as platform devices and/or OpenFirmware platform devices. |
184 | The code to use these bindings can be selected below. | 184 | The code to use these bindings can be selected below. |
185 | 185 | ||
186 | config LEDS_GPIO_PLATFORM | ||
187 | bool "Platform device bindings for GPIO LEDs" | ||
188 | depends on LEDS_GPIO | ||
189 | default y | ||
190 | help | ||
191 | Let the leds-gpio driver drive LEDs which have been defined as | ||
192 | platform devices. If you don't know what this means, say yes. | ||
193 | |||
194 | config LEDS_GPIO_OF | ||
195 | bool "OpenFirmware platform device bindings for GPIO LEDs" | ||
196 | depends on LEDS_GPIO && OF_DEVICE | ||
197 | default y | ||
198 | help | ||
199 | Let the leds-gpio driver drive LEDs which have been defined as | ||
200 | of_platform devices. For instance, LEDs which are listed in a "dts" | ||
201 | file. | ||
202 | |||
203 | config LEDS_LP3944 | 186 | config LEDS_LP3944 |
204 | tristate "LED Support for N.S. LP3944 (Fun Light) I2C chip" | 187 | tristate "LED Support for N.S. LP3944 (Fun Light) I2C chip" |
205 | depends on LEDS_CLASS | 188 | depends on LEDS_CLASS |