diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-01-11 09:17:49 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-01-11 09:34:43 +0100 |
commit | 984893f80e0fdba779e1e5f90ff5b2ef84b6009d (patch) | |
tree | c105fac235a703b0d3d7fb6e512f98e6195e828a /arch/arm/configs/pxa910_defconfig | |
parent | ARM: defconfig: reorder config lines (diff) | |
download | linux-984893f80e0fdba779e1e5f90ff5b2ef84b6009d.tar.xz linux-984893f80e0fdba779e1e5f90ff5b2ef84b6009d.zip |
ARM: defconfig: remove sysfs-deprecated entries
These were removed last year in commit 721da5cee9d4 ("driver core:
remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2"),
so remove the last references to them in arm config files.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/pxa910_defconfig')
-rw-r--r-- | arch/arm/configs/pxa910_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/pxa910_defconfig b/arch/arm/configs/pxa910_defconfig index 958d958377dc..4f4b46b86dc9 100644 --- a/arch/arm/configs/pxa910_defconfig +++ b/arch/arm/configs/pxa910_defconfig @@ -3,7 +3,6 @@ CONFIG_NO_HZ_IDLE=y CONFIG_HIGH_RES_TIMERS=y CONFIG_PREEMPT=y CONFIG_LOG_BUF_SHIFT=14 -CONFIG_SYSFS_DEPRECATED_V2=y CONFIG_BLK_DEV_INITRD=y CONFIG_ARCH_MMP=y CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.2.100:/nfsroot/ ip=192.168.2.101:192.168.2.100::255.255.255.0::eth0:on console=ttyS0,115200 mem=128M earlyprintk" |