aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86
diff options
context:
space:
mode:
authorAleksander Jan Bajkowski <olek2@wp.pl>2022-03-27 18:55:48 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-04-09 19:31:46 +0200
commita98ded6c5c1891087fb43499829928b3bc17702f (patch)
tree44ae09b5e7428cc0d52f18231f0ebfde9514ade3 /target/linux/x86
parent5b3a75e7a6688e067c5b03573c2c9a50994091d1 (diff)
downloadupstream-a98ded6c5c1891087fb43499829928b3bc17702f.tar.gz
upstream-a98ded6c5c1891087fb43499829928b3bc17702f.tar.bz2
upstream-a98ded6c5c1891087fb43499829928b3bc17702f.zip
kernel: move some symbols to generic config
This commit add some enabled symbols to generic config. LTO is only supported by clang compiler and therefore should be disabled in the generic config instead of duplicating this symbol in each target. CONFIG_LTO_NONE do this job. The second group of symbols is enabled by the options available in the generic config and is therefore added here: * CONFIG_AF_UNIX_OOB is selected by CONFIG_NET && CONFIG_UNIX, * CONFIG_BINARY_PRINTF is selected by CONFIG_BPF_SYSCALL, * CONFIG_NET_SOCK_MSG is selected by CONFIG_BPF_SYSCALL && CONFIG_NET. The other symbols are disabled and should be in the generic config. This commit also removes these symbols from subtargets. Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Diffstat (limited to 'target/linux/x86')
-rw-r--r--target/linux/x86/config-5.155
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/x86/config-5.15 b/target/linux/x86/config-5.15
index fadde3d7b6..b10640dda3 100644
--- a/target/linux/x86/config-5.15
+++ b/target/linux/x86/config-5.15
@@ -3,7 +3,6 @@
# CONFIG_ACPI is not set
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
-CONFIG_AF_UNIX_OOB=y
# CONFIG_ALIM1535_WDT is not set
# CONFIG_ALIX is not set
CONFIG_AMD_NB=y
@@ -27,7 +26,6 @@ CONFIG_ARCH_WANTS_NO_INSTR=y
CONFIG_ATA=y
CONFIG_ATA_GENERIC=y
CONFIG_ATA_PIIX=y
-CONFIG_BINARY_PRINTF=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_SD=y
CONFIG_BLK_MQ_PCI=y
@@ -197,7 +195,6 @@ CONFIG_KEYBOARD_ATKBD=y
CONFIG_KMAP_LOCAL=y
# CONFIG_LEDS_CLEVO_MAIL is not set
CONFIG_LOCK_DEBUGGING_SUPPORT=y
-CONFIG_LTO_NONE=y
# CONFIG_M486 is not set
# CONFIG_M486SX is not set
# CONFIG_M586 is not set
@@ -244,7 +241,6 @@ CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_NEED_SG_DMA_LENGTH=y
# CONFIG_NET5501 is not set
# CONFIG_NET_NS is not set
-CONFIG_NET_SOCK_MSG=y
CONFIG_NLS=y
# CONFIG_NOHIGHMEM is not set
CONFIG_NR_CPUS=1
@@ -330,7 +326,6 @@ CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_SYSFB=y
# CONFIG_SYSFB_SIMPLEFB is not set
# CONFIG_TELCLOCK is not set
-# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
# CONFIG_TEST_FPU is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y