diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-07-21 12:26:52 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-07-22 12:34:13 +0200 |
commit | 77f349b7700f86c51895e36b19dbc5e7323a7dfb (patch) | |
tree | 0cd00d561781234ea61c870bfa1060546f00dd5d /arch/arm/configs/simpad_defconfig | |
parent | ARM: defconfig: remove broken CONFIG_THUMB disables (diff) | |
download | linux-77f349b7700f86c51895e36b19dbc5e7323a7dfb.tar.xz linux-77f349b7700f86c51895e36b19dbc5e7323a7dfb.zip |
ARM: defconfig: kill remnants of CONFIG_LEDS
CONFIG_LEDS was replaced by CONFIG_NEW_LEDS over ten years ago with commit
fa8bbb13ab49 ("ARM: use new LEDS CPU trigger stub to replace old one"),
but some defconfig files still reference it.
Replace it and its sub-options with the corresponding new versions.
Some of these machines may not actually have a new-style LED driver,
and I did not check them individually as most of the machines are
going away soon anyway.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/simpad_defconfig')
-rw-r--r-- | arch/arm/configs/simpad_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/simpad_defconfig b/arch/arm/configs/simpad_defconfig index b81e5decd147..7956f0da0bf9 100644 --- a/arch/arm/configs/simpad_defconfig +++ b/arch/arm/configs/simpad_defconfig @@ -7,7 +7,6 @@ CONFIG_KALLSYMS_ALL=y CONFIG_KALLSYMS_EXTRA_PASS=y CONFIG_ARCH_SA1100=y CONFIG_SA1100_SIMPAD=y -CONFIG_LEDS=y CONFIG_CMDLINE="mtdparts=sa1100:512k(boot),1m(kernel),-(root) console=ttySA0 root=1f02 noinitrd mem=64M jffs2_orphaned_inodes=delete rootfstype=jffs2" CONFIG_FPE_NWFPE=y CONFIG_MODULES=y @@ -75,6 +74,8 @@ CONFIG_FB=y CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_LOGO=y CONFIG_SOUND=y +CONFIG_NEW_LEDS=y +CONFIG_LEDS_CLASS=y CONFIG_EXT2_FS=m CONFIG_EXT3_FS=m CONFIG_REISERFS_FS=m |