diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-09-20 14:47:50 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-04-21 16:01:50 +0300 |
commit | 7058e68c2fedf54a5b49ca6f6a4b63edfaea8464 (patch) | |
tree | c4f04995bb752a725862b077fe90d40d1de9ecfa /arch/arm/plat-omap/Kconfig | |
parent | d379e8899a8da1041c347ae5b792773c48a559a9 (diff) | |
download | linux-7058e68c2fedf54a5b49ca6f6a4b63edfaea8464.tar.xz |
ARM: omap: remove debug-leds driver
It has been impossible to select this driver for six years
without anyone noticing, so just kill it completely.
Fixes: 54ea18e8866a ("ARM: OMAP2+: Remove board file for H4")
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index dfa19d5030e3..dc53ea8e5bbb 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig @@ -11,16 +11,6 @@ config ARCH_OMAP_OTG comment "OMAP Feature Selections" -config OMAP_DEBUG_DEVICES - bool - help - For debug cards on TI reference boards. - -config OMAP_DEBUG_LEDS - def_bool y if NEW_LEDS - depends on OMAP_DEBUG_DEVICES - select LEDS_CLASS - config POWER_AVS_OMAP bool "AVS(Adaptive Voltage Scaling) support for OMAP IP versions 1&2" depends on (ARCH_OMAP3 || ARCH_OMAP4) && PM |