Skip to content

Commit

Permalink
kernel: filter out both Clang and LLD versions
Browse files Browse the repository at this point in the history
Both CLANG_VERSION and LLD_VERISON are autogenerated runtime
configuration options, so add them to the kernel configuration filter
and remove from generic and per-target configs to keep configs clean.

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
  • Loading branch information
rsa9000 authored and hauke committed Dec 17, 2021
1 parent f30e6d9 commit b61ab8f
Show file tree
Hide file tree
Showing 47 changed files with 2 additions and 46 deletions.
1 change: 0 additions & 1 deletion target/linux/armvirt/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ CONFIG_IRQ_FORCED_THREADING=y
CONFIG_IRQ_WORK=y
CONFIG_JBD2=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_MEMFD_CREATE=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/at91/sam9x/config-default
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ CONFIG_LEDS_PWM=y
CONFIG_LEDS_TRIGGER_CPU=y
CONFIG_LEDS_TRIGGER_GPIO=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/at91/sama5/config-default
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ CONFIG_LEDS_PWM=y
CONFIG_LEDS_TRIGGER_CPU=y
CONFIG_LEDS_TRIGGER_GPIO=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCALVERSION_AUTO=y
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOG_BUF_SHIFT=16
Expand Down
1 change: 0 additions & 1 deletion target/linux/ath79/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ CONFIG_IRQ_WORK=y
CONFIG_LEDS_GPIO=y
# CONFIG_LEDS_RESET is not set
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_MDIO_BITBANG=y
CONFIG_MDIO_BUS=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/bcm27xx/bcm2708/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ CONFIG_LEDS_GPIO=y
CONFIG_LEDS_TRIGGER_ACTPWR=y
CONFIG_LEDS_TRIGGER_INPUT=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOGO=y
CONFIG_LOGO_LINUX_CLUT224=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/bcm27xx/bcm2709/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ CONFIG_LEDS_GPIO=y
CONFIG_LEDS_TRIGGER_ACTPWR=y
CONFIG_LEDS_TRIGGER_INPUT=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_LOGO=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/bcm27xx/bcm2710/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ CONFIG_LEDS_GPIO=y
CONFIG_LEDS_TRIGGER_ACTPWR=y
CONFIG_LEDS_TRIGGER_INPUT=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_LOGO=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/bcm27xx/bcm2711/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ CONFIG_LEDS_GPIO=y
CONFIG_LEDS_TRIGGER_ACTPWR=y
CONFIG_LEDS_TRIGGER_INPUT=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_LOGO=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/bcm4908/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ CONFIG_IRQ_FORCED_THREADING=y
CONFIG_IRQ_WORK=y
CONFIG_LEDS_GPIO=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_LZO_COMPRESS=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/bcm53xx/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ CONFIG_IRQ_DOMAIN_HIERARCHY=y
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_IRQ_WORK=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_LZO_COMPRESS=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/bcm63xx/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ CONFIG_LEDS_BCM6328=y
CONFIG_LEDS_BCM6358=y
CONFIG_LEDS_GPIO=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_MDIO_BUS=y
CONFIG_MDIO_DEVICE=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/bmips/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ CONFIG_LEDS_BCM6328=y
CONFIG_LEDS_BCM6358=y
CONFIG_LEDS_GPIO=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/gemini/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ CONFIG_KEYBOARD_DLINK_DIR685=y
CONFIG_LDM_PARTITION=y
CONFIG_LEDS_TRIGGER_DISK=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOGO=y
CONFIG_LOGO_LINUX_CLUT224=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/generic/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,6 @@ CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_WEAK_PW_HASH is not set
CONFIG_CIFS_XATTR=y
# CONFIG_CIO_DAC is not set
CONFIG_CLANG_VERSION=0
# CONFIG_CLEANCACHE is not set
# CONFIG_CLKSRC_VERSATILE is not set
# CONFIG_CLK_HSDK is not set
Expand Down
1 change: 0 additions & 1 deletion target/linux/generic/config-5.4
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,6 @@ CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_WEAK_PW_HASH is not set
CONFIG_CIFS_XATTR=y
# CONFIG_CIO_DAC is not set
CONFIG_CLANG_VERSION=0
# CONFIG_CLEANCACHE is not set
# CONFIG_CLKSRC_VERSATILE is not set
# CONFIG_CLK_HSDK is not set
Expand Down
2 changes: 2 additions & 0 deletions target/linux/generic/config-filter
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
# CONFIG_ARCH_(ENABLE|HAS|HAVE|INLINE|SUPPORTS|USE|WANT|STACKWALK)_.* is not set
# CONFIG_AS_.* is not set
# CONFIG_CC_(CAN|HAS|IS|VERSION)_.* is not set
CONFIG_CLANG_VERSION=.*
# CONFIG_GCC_VERSION is not set
# CONFIG_HAVE_(?!(ARCH_TIMER|TCM|SMP)).* is not set
# CONFIG_INLINE_.* is not set
# CONFIG_LD_.* is not set
CONFIG_LLD_VERSION=.*
CONFIG_PLUGIN_HOSTCC=".*"
# CONFIG_SET_FS is not set
# CONFIG_TASKS_.* is not set
1 change: 0 additions & 1 deletion target/linux/imx/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ CONFIG_JBD2=y
# CONFIG_JFFS2_FS is not set
CONFIG_KEYS=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_LZO_COMPRESS=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/ipq40xx/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ CONFIG_LEDS_LP5562=y
CONFIG_LEDS_LP55XX_COMMON=y
CONFIG_LEDS_TLC591XX=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_LZO_COMPRESS=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/ipq806x/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ CONFIG_KRAITCC=y
CONFIG_KRAIT_CLOCKS=y
CONFIG_KRAIT_L2_ACCESSORS=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_LZO_COMPRESS=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/kirkwood/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ CONFIG_LEDS_GPIO=y
CONFIG_LEDS_NETXBIG=y
CONFIG_LEDS_NS2=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/lantiq/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ CONFIG_LANTIQ_WDT=y
# CONFIG_LANTIQ_XRX200 is not set
CONFIG_LEDS_GPIO=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_MDIO_BUS=y
CONFIG_MDIO_DEVICE=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/layerscape/armv7/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ CONFIG_KERNEL_GZIP=y
CONFIG_KEXEC=y
CONFIG_KEXEC_CORE=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCALVERSION_AUTO=y
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/layerscape/armv8_64b/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ CONFIG_KEYBOARD_GPIO=y
CONFIG_KSM=y
CONFIG_LIBCRC32C=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCALVERSION_AUTO=y
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/malta/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ CONFIG_KALLSYMS=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_XZ is not set
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_MD=y
CONFIG_MEMFD_CREATE=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/mediatek/mt7622/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ CONFIG_JUMP_LABEL=y
# CONFIG_KEYBOARD_MTK_PMIC is not set
CONFIG_LEDS_UBNT_LEDBAR=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_LZO_COMPRESS=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/mediatek/mt7623/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ CONFIG_LCD_PLATFORM=y
CONFIG_LEDS_MT6323=y
# CONFIG_LEDS_UBNT_LEDBAR is not set
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_LOGO=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/mediatek/mt7629/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ CONFIG_IRQ_WORK=y
# CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set
# CONFIG_LEDS_UBNT_LEDBAR is not set
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_LZO_COMPRESS=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/mpc85xx/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ CONFIG_KERNEL_START=0xc0000000
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOWMEM_CAM_NUM=3
CONFIG_LOWMEM_SIZE=0x30000000
Expand Down
1 change: 0 additions & 1 deletion target/linux/mvebu/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ CONFIG_LEDS_PCA963X=y
CONFIG_LEDS_TLC591XX=y
CONFIG_LEDS_TRIGGER_DISK=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_LZO_COMPRESS=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/mxs/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ CONFIG_IRQ_WORK=y
# CONFIG_ISDN is not set
CONFIG_JBD2=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_MDIO_BUS=y
CONFIG_MDIO_DEVICE=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/octeon/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ CONFIG_IRQ_FORCED_THREADING=y
CONFIG_IRQ_WORK=y
CONFIG_JBD2=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_MDIO_BUS=y
CONFIG_MDIO_CAVIUM=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/octeontx/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ CONFIG_KEXEC=y
CONFIG_KEXEC_CORE=y
CONFIG_KSM=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_LZO_COMPRESS=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/omap/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ CONFIG_LEDS_TRIGGER_GPIO=y
CONFIG_LEDS_TRIGGER_ONESHOT=y
CONFIG_LIBCRC32C=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCKD=y
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/pistachio/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ CONFIG_LEDS_GPIO=y
CONFIG_LEDS_PWM=y
CONFIG_LIBFDT=y
CONFIG_LKDTM=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOG_BUF_SHIFT=18
CONFIG_LZO_COMPRESS=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/ramips/mt7620/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ CONFIG_IRQ_MIPS_CPU=y
CONFIG_IRQ_WORK=y
# CONFIG_KERNEL_ZSTD is not set
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_MARVELL_PHY=y
CONFIG_MDIO_BUS=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/ramips/mt7621/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ CONFIG_IRQ_WORK=y
# CONFIG_KERNEL_ZSTD is not set
CONFIG_LED_TRIGGER_PHY=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/ramips/mt76x8/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ CONFIG_IRQ_MIPS_CPU=y
CONFIG_IRQ_WORK=y
# CONFIG_KERNEL_ZSTD is not set
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_MDIO_BUS=y
CONFIG_MDIO_DEVICE=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/ramips/rt288x/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ CONFIG_IRQ_MIPS_CPU=y
CONFIG_IRQ_WORK=y
# CONFIG_KERNEL_ZSTD is not set
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_MDIO_BUS=y
CONFIG_MDIO_DEVICE=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/ramips/rt305x/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ CONFIG_IRQ_MIPS_CPU=y
CONFIG_IRQ_WORK=y
# CONFIG_KERNEL_ZSTD is not set
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_MDIO_BUS=y
CONFIG_MDIO_DEVICE=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/ramips/rt3883/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ CONFIG_IRQ_MIPS_CPU=y
CONFIG_IRQ_WORK=y
# CONFIG_KERNEL_ZSTD is not set
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_MDIO_BUS=y
CONFIG_MDIO_DEVICE=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/realtek/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ CONFIG_LEDS_GPIO=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_MARVELL_PHY=y
CONFIG_MDIO_BUS=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/rockchip/armv8/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=16
CONFIG_LIBCRC32C=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCALVERSION_AUTO=y
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/sunxi/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ CONFIG_LCD_CLASS_DEVICE=y
CONFIG_LCD_PLATFORM=y
CONFIG_LEDS_GPIO=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_LOGO=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/tegra/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ CONFIG_JBD2=y
CONFIG_KCMP=y
CONFIG_KEYBOARD_ATKBD=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_LZ4HC_COMPRESS=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/uml/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ CONFIG_JBD2=y
# CONFIG_JFFS2_FS is not set
CONFIG_KALLSYMS=y
CONFIG_KERNEL_STACK_ORDER=2
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
# CONFIG_MATOM is not set
CONFIG_MAY_HAVE_RUNTIME_DEPS=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/x86/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ CONFIG_KEXEC=y
CONFIG_KEXEC_CORE=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_LEDS_CLEVO_MAIL is not set
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
# CONFIG_M486 is not set
# CONFIG_M486SX is not set
Expand Down
1 change: 0 additions & 1 deletion target/linux/zynq/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ CONFIG_LEDS_TRIGGER_GPIO=y
CONFIG_LEDS_TRIGGER_ONESHOT=y
CONFIG_LEDS_TRIGGER_TRANSIENT=y
CONFIG_LIBFDT=y
CONFIG_LLD_VERSION=0
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_MACB=y
Expand Down

0 comments on commit b61ab8f

Please sign in to comment.