diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-09-03 12:20:40 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-09-03 12:20:48 +0200 |
commit | a9e8c7dbb9b91cd5492bc464ae717c045ab1ae82 (patch) | |
tree | 99aba983919c1ee38ad717ca6fbe46df0c70f746 /arch/arm | |
parent | Merge tag 'at91-defconfig-6.12' of https://git.kernel.org/pub/scm/linux/kerne... (diff) | |
parent | arm64: defconfig: Enable R-Car Ethernet-TSN support (diff) | |
download | linux-a9e8c7dbb9b91cd5492bc464ae717c045ab1ae82.tar.xz linux-a9e8c7dbb9b91cd5492bc464ae717c045ab1ae82.zip |
Merge tag 'renesas-arm-defconfig-for-v6.12-tag1' of https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/defconfig
Renesas ARM defconfig updates for v6.12
- Enable support for AK4619 codecs and Renesas R-Car Ethernet-TSN
controllers in the ARM64 defconfig,
- Enable slab hardening and kmalloc buckets in the Renesas ARM
defconfig.
* tag 'renesas-arm-defconfig-for-v6.12-tag1' of https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
arm64: defconfig: Enable R-Car Ethernet-TSN support
ARM: shmobile: defconfig: Enable slab hardening and kmalloc buckets
arm64: defconfig: Enable AK4619 codec support
Link: https://lore.kernel.org/r/cover.1724316480.git.geert+renesas@glider.be
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 56925adfe842..0e380e450a62 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -24,6 +24,7 @@ CONFIG_CPUFREQ_DT=y CONFIG_VFP=y CONFIG_NEON=y # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set +CONFIG_SLAB_FREELIST_HARDENED=y CONFIG_CMA=y CONFIG_NET=y CONFIG_PACKET=y |