aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2013-03-28 07:34:56 -0400
committerAlexandre Courbot <acourbot@nvidia.com>2013-04-16 05:47:14 -0400
commit76ec9d18b8972f1b228f819f6126c9f022b3e642 (patch)
treec860b7360ffc3a99b2eb6db8cf132bffd4191804 /drivers/leds
parenta2523d3cdab76fbda28414fd82743815f3cc3df7 (diff)
Convert selectors of GENERIC_GPIO to GPIOLIB
GENERIC_GPIO is now equivalent to GPIOLIB and features that depended on GENERIC_GPIO can now depend on GPIOLIB to allow removal of this option. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/leds')
-rw-r--r--drivers/leds/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index ec50824c02ec..2a531774f4d1 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -173,7 +173,7 @@ config LEDS_PCA9532_GPIO
173config LEDS_GPIO 173config LEDS_GPIO
174 tristate "LED Support for GPIO connected LEDs" 174 tristate "LED Support for GPIO connected LEDs"
175 depends on LEDS_CLASS 175 depends on LEDS_CLASS
176 depends on GENERIC_GPIO 176 depends on GPIOLIB
177 help 177 help
178 This option enables support for the LEDs connected to GPIO 178 This option enables support for the LEDs connected to GPIO
179 outputs. To be useful the particular board must have LEDs 179 outputs. To be useful the particular board must have LEDs
@@ -352,7 +352,7 @@ config LEDS_INTEL_SS4200
352config LEDS_LT3593 352config LEDS_LT3593
353 tristate "LED driver for LT3593 controllers" 353 tristate "LED driver for LT3593 controllers"
354 depends on LEDS_CLASS 354 depends on LEDS_CLASS
355 depends on GENERIC_GPIO 355 depends on GPIOLIB
356 help 356 help
357 This option enables support for LEDs driven by a Linear Technology 357 This option enables support for LEDs driven by a Linear Technology
358 LT3593 controller. This controller uses a special one-wire pulse 358 LT3593 controller. This controller uses a special one-wire pulse
@@ -421,7 +421,7 @@ config LEDS_ASIC3
421 421
422config LEDS_RENESAS_TPU 422config LEDS_RENESAS_TPU
423 bool "LED support for Renesas TPU" 423 bool "LED support for Renesas TPU"
424 depends on LEDS_CLASS=y && HAVE_CLK && GENERIC_GPIO 424 depends on LEDS_CLASS=y && HAVE_CLK && GPIOLIB
425 help 425 help
426 This option enables build of the LED TPU platform driver, 426 This option enables build of the LED TPU platform driver,
427 suitable to drive any TPU channel on newer Renesas SoCs. 427 suitable to drive any TPU channel on newer Renesas SoCs.