Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+13 -3
+13 -3
arch/arm/configs/multi_v7_defconfig
··· 3 3 CONFIG_HIGH_RES_TIMERS=y 4 4 CONFIG_CGROUPS=y 5 5 CONFIG_BLK_DEV_INITRD=y 6 - CONFIG_EXPERT=y 7 6 CONFIG_PERF_EVENTS=y 8 7 CONFIG_KEXEC=y 9 8 CONFIG_ARCH_VIRT=y ··· 162 163 CONFIG_CFG80211=m 163 164 CONFIG_MAC80211=m 164 165 CONFIG_RFKILL=y 165 - CONFIG_RFKILL_INPUT=y 166 166 CONFIG_RFKILL_GPIO=y 167 167 CONFIG_NFC=m 168 168 CONFIG_NFC_DIGITAL=m ··· 374 376 CONFIG_SERIAL_IMX=y 375 377 CONFIG_SERIAL_IMX_CONSOLE=y 376 378 CONFIG_SERIAL_SH_SCI=y 377 - CONFIG_SERIAL_SH_SCI_NR_UARTS=20 378 379 CONFIG_SERIAL_MSM=y 379 380 CONFIG_SERIAL_MSM_CONSOLE=y 380 381 CONFIG_SERIAL_VT8500=y ··· 673 676 CONFIG_CEC_SAMSUNG_S5P=m 674 677 CONFIG_CEC_STM32=m 675 678 CONFIG_MEDIA_SUPPORT=m 679 + # CONFIG_MEDIA_SUPPORT_FILTER is not set 676 680 CONFIG_MEDIA_USB_SUPPORT=y 677 681 CONFIG_USB_VIDEO_CLASS=m 678 682 CONFIG_V4L_PLATFORM_DRIVERS=y ··· 857 859 CONFIG_SND_SOC_WM8962=m 858 860 CONFIG_SND_SOC_WM8978=m 859 861 CONFIG_SND_AUDIO_GRAPH_CARD=m 862 + # CONFIG_HID_A4TECH is not set 863 + # CONFIG_HID_APPLE is not set 864 + # CONFIG_HID_BELKIN is not set 865 + # CONFIG_HID_CHERRY is not set 866 + # CONFIG_HID_CHICONY is not set 867 + # CONFIG_HID_CYPRESS is not set 868 + # CONFIG_HID_EZKEY is not set 869 + # CONFIG_HID_ITE is not set 870 + # CONFIG_HID_KENSINGTON is not set 871 + # CONFIG_HID_REDRAGON is not set 872 + # CONFIG_HID_MICROSOFT is not set 873 + # CONFIG_HID_MONTEREY is not set 860 874 CONFIG_USB=y 861 875 CONFIG_USB_OTG=y 862 876 CONFIG_USB_XHCI_HCD=y