]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ARM: defconfig: turn off CONFIG_EXPERT
authorArnd Bergmann <arnd@arndb.de>
Mon, 12 Jan 2026 15:32:55 +0000 (16:32 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 29 Jan 2026 07:56:07 +0000 (08:56 +0100)
commit6d925df98181afa50e6a73689750054557a27c7e
treec05cfe7d85bc4dc58a947747fe65f14210347759
parentee1ab82ee032032a670a72dd7f330863f4426365
ARM: defconfig: turn off CONFIG_EXPERT

Since multi_v7_defconfig is meant to be the generic defconfig, many
users are not going to be experts and it is counterintuitive to have
CONFIG_EXPERT enabled.

This change has a couple of side-effects:

 - CONFIG_NAMESPACES is enabled by default. This adds about 0.2% of
  .text, but is already enabled in many board specific configs, and
   apparently a requirement for systemd, so this seems like a useful
   change.

 - CONFIG_DEBUG_MEMORY_INIT is enabled now, adding a tiny bit
   of code in the inittext section

 - CONFIG_RFKILL, CONFIG_MEDIA_SUPPORT_FILTER and various CONFIG_HID
   driver defaults change, so these have to be listed explicitly to
   maintain the previous behavior

 - CONFIG_SERIAL_SH_SCI_NR_UARTS=20 changes to the default value
   of 18, which I understand to be sufficient for any buard, even
   if all UARTS are enabled at the same time

Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20260112153255.795553-2-arnd@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/configs/multi_v7_defconfig