diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-01-05 14:46:19 +0100 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-01-30 08:03:44 +0000 |
commit | 0ca222c81977c2622ca4ab6ddceeb85a414e1155 (patch) | |
tree | 764f0b4ee672e7e241b816b577de1d32d18c43b8 /drivers/leds/Kconfig | |
parent | c64964ebee2a415384385205950ee7a05f78451e (diff) |
leds: Remove asic3 driver
Since ASIC3 MFD driver is removed, the LED support is also
obsolete.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230105134622.254560-25-arnd@kernel.org
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 499d0f215a8b..3642ed8a75b4 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -631,17 +631,6 @@ config LEDS_NETXBIG and 5Big Network v2 boards. The LEDs are wired to a CPLD and are controlled through a GPIO extension bus. -config LEDS_ASIC3 - bool "LED support for the HTC ASIC3" - depends on LEDS_CLASS=y - depends on MFD_ASIC3 - default y - help - This option enables support for the LEDs on the HTC ASIC3. The HTC - ASIC3 LED GPIOs are inputs, not outputs, thus the leds-gpio driver - cannot be used. This driver supports hardware blinking with an on+off - period from 62ms to 125s. Say Y to enable LEDs on the HP iPAQ hx4700. - config LEDS_TCA6507 tristate "LED Support for TCA6507 I2C chip" depends on LEDS_CLASS && I2C |