diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-01-11 11:28:42 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-01-11 11:34:43 +0300 |
commit | 114854438defa24fc82948591fe4d56f8ee925da (patch) | |
tree | 6b7c9356a57681c0b80012f7e198658ea3f41b75 /arch/arm/configs/clps711x_defconfig | |
parent | 183a967ad19c97585a4fa79b8748b237311af76c (diff) | |
download | linux-114854438defa24fc82948591fe4d56f8ee925da.tar.xz |
ARM: defconfig: remove CONFIG_SLUB references
SLUB is now the only remaining allocator after the SLAB removal and it
was the default already before that, so no need to mention it in the
defconfig files.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/clps711x_defconfig')
-rw-r--r-- | arch/arm/configs/clps711x_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/clps711x_defconfig b/arch/arm/configs/clps711x_defconfig index d7ed1e7c6a90..5ce6ee0006e0 100644 --- a/arch/arm/configs/clps711x_defconfig +++ b/arch/arm/configs/clps711x_defconfig @@ -14,7 +14,6 @@ CONFIG_ARCH_EDB7211=y CONFIG_ARCH_P720T=y CONFIG_AEABI=y # CONFIG_COREDUMP is not set -CONFIG_SLUB=y CONFIG_SLUB_TINY=y CONFIG_NET=y CONFIG_PACKET=y |