aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-09-20 13:47:50 +0200
committerArnd Bergmann <arnd@arndb.de>2022-04-21 15:01:50 +0200
commit7058e68c2fedf54a5b49ca6f6a4b63edfaea8464 (patch)
treec4f04995bb752a725862b077fe90d40d1de9ecfa /arch/arm/plat-omap/Kconfig
parentARM: omap1: move 32k counter from plat-omap to mach-omap1 (diff)
downloadlinux-dev-7058e68c2fedf54a5b49ca6f6a4b63edfaea8464.tar.xz
linux-dev-7058e68c2fedf54a5b49ca6f6a4b63edfaea8464.zip
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/Kconfig10
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