mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 17:11:34 +02:00
overlay sys-kernel/coreos-modules: Clean up config for linux 6.1.27
CLEANCACHE config was dropped in commit 0a4ee518185e902758191d968600399f3bc2be31 ("mm: remove cleancache"). EFI_VARS config was dropped in commit 0f5b2c69a4cbe4166ca24b76d5ada98ed2867741 ("efi: vars: Remove deprecated 'efivars' sysfs interface"). DEBUG_INFO config became a config that is selected when kernel debug info option other than "None" was selected. There are "toolchain default", "dwarf4" and "dwarf5" choices. Picking "toolchain default" as it was the default used in 5.15. FRONTSWAP config was hidden and is normally selected by ZSWAP config. We don't enable ZSWAP so drop FRONTSWAP. MEMCG_SWAP config was dropped in commit e55b9f96860f6c6026cff97966a740576285e07b ("mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbol"). It effectively meant MEMCG && SWAP, which are enabled by us explicitly and implicitly, respectively. NFT_COUNTER config was dropped in commit 023223dfbfb34fcc9b7dd41e21fbf9a5d5237989 ("netfilter: nf_tables: make counter support built-in"). As the title says, this functionality is built-in now. VXGE was dropped in commit f05643a0f60bf67c09a5276b81258b845b0c73b4 ("eth: remove neterion/vxge"). Looks like the driver was completely dropped, because it was unmaintained. ARCH_BCM2835 and ARCH_BCM_IPROC configs can be enabled only if menuconfig ARCH_BCM is enabled, so enable ARCH_BCM too then. It's a result of some reorganization in commit 96796c914b841a7658e9617b1325175b4d02c574 ("arm64: Kconfig.platforms: Re-organized Broadcom menu"). ARM64_CRYPTO config was dropped in commit 4a329fecc9aaebb27a53fa7abfa53bbc2ee42f3f ("crypto: Kconfig - submenus for arm and arm64"). Crypto algos can be selected without this config now.
This commit is contained in:
parent
1ee6e01db7
commit
38118667f4
@ -40,7 +40,6 @@ CONFIG_EDAC_I7CORE=m
|
||||
CONFIG_EDAC_I82975X=m
|
||||
CONFIG_EDAC_SBRIDGE=m
|
||||
CONFIG_EDAC_X38=m
|
||||
CONFIG_EFI_VARS=m
|
||||
CONFIG_FB_VESA=y
|
||||
CONFIG_FCOE_FNIC=m
|
||||
CONFIG_FTRACE_SYSCALLS=y
|
||||
|
@ -1,5 +1,6 @@
|
||||
CONFIG_AHCI_CEVA=y
|
||||
CONFIG_AHCI_XGENE=y
|
||||
CONFIG_ARCH_BCM=y
|
||||
CONFIG_ARCH_BCM2835=y
|
||||
CONFIG_ARCH_BCM_IPROC=y
|
||||
# CONFIG_ARCH_MEDIATEK is not set
|
||||
@ -13,7 +14,6 @@ CONFIG_ARCH_VEXPRESS=y
|
||||
CONFIG_ARCH_XGENE=y
|
||||
# CONFIG_ARCH_ZYNQMP is not set
|
||||
CONFIG_ARM64_ACPI_PARKING_PROTOCOL=y
|
||||
CONFIG_ARM64_CRYPTO=y
|
||||
CONFIG_ARM64_VA_BITS_48=y
|
||||
CONFIG_ARM_SMMU=y
|
||||
CONFIG_ARM_SMMU_V3=y
|
||||
|
@ -111,7 +111,6 @@ CONFIG_CIFS_POSIX=y
|
||||
CONFIG_CIFS_STATS2=y
|
||||
CONFIG_CIFS_UPCALL=y
|
||||
CONFIG_CIFS_XATTR=y
|
||||
CONFIG_CLEANCACHE=y
|
||||
CONFIG_CLS_U32_MARK=y
|
||||
CONFIG_CLS_U32_PERF=y
|
||||
CONFIG_CMDLINE="rootflags=rw mount.usrflags=ro"
|
||||
@ -142,8 +141,8 @@ CONFIG_CUSE=m
|
||||
CONFIG_DCB=y
|
||||
CONFIG_DEBUG_CREDENTIALS=y
|
||||
CONFIG_DEBUG_FS=y
|
||||
CONFIG_DEBUG_INFO=y
|
||||
CONFIG_DEBUG_INFO_BTF=y
|
||||
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
|
||||
CONFIG_DEBUG_SHIRQ=y
|
||||
# CONFIG_DEVKMEM is not set
|
||||
CONFIG_DEVTMPFS=y
|
||||
@ -197,7 +196,6 @@ CONFIG_FORTIFY_SOURCE=y
|
||||
CONFIG_FRAMEBUFFER_CONSOLE=y
|
||||
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
|
||||
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
|
||||
CONFIG_FRONTSWAP=y
|
||||
CONFIG_FSCACHE=m
|
||||
CONFIG_FSCACHE_STATS=y
|
||||
CONFIG_FS_ENCRYPTION=y
|
||||
@ -444,7 +442,6 @@ CONFIG_MEGARAID_MM=m
|
||||
CONFIG_MEGARAID_NEWGEN=y
|
||||
CONFIG_MEGARAID_SAS=m
|
||||
CONFIG_MEMCG=y
|
||||
CONFIG_MEMCG_SWAP=y
|
||||
CONFIG_MEMTEST=y
|
||||
CONFIG_MINIX_SUBPARTITION=y
|
||||
# CONFIG_MLX4_DEBUG is not set
|
||||
@ -653,7 +650,6 @@ CONFIG_NFS_V4_2=y
|
||||
CONFIG_NFT_BRIDGE_META=m
|
||||
CONFIG_NFT_BRIDGE_REJECT=m
|
||||
CONFIG_NFT_COMPAT=m
|
||||
CONFIG_NFT_COUNTER=m
|
||||
CONFIG_NFT_CT=m
|
||||
CONFIG_NFT_DUP_IPV4=m
|
||||
CONFIG_NFT_DUP_IPV6=m
|
||||
@ -938,7 +934,6 @@ CONFIG_VLAN_8021Q=m
|
||||
CONFIG_VLAN_8021Q_GVRP=y
|
||||
CONFIG_VLAN_8021Q_MVRP=y
|
||||
CONFIG_VSOCKETS=m
|
||||
CONFIG_VXGE=m
|
||||
CONFIG_VXLAN=m
|
||||
CONFIG_WATCHDOG=y
|
||||
CONFIG_WIREGUARD=m
|
||||
|
Loading…
x
Reference in New Issue
Block a user