diff options
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 6 |
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 | |||
173 | config LEDS_GPIO | 173 | config 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 | |||
352 | config LEDS_LT3593 | 352 | config 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 | ||
422 | config LEDS_RENESAS_TPU | 422 | config 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. |