Config updates for upstream kconfig patch 17baab68d337a0bf4654091e2b4cd67c3fdb44d8

This commit is contained in:
Justin M. Forbes 2018-05-15 10:39:52 -05:00
parent 972f0e5c0c
commit dec69994ee
212 changed files with 3951 additions and 40 deletions

View File

@ -1,37 +0,0 @@
From c49af822e6713efff10f2911ce12e5cebcd028b5 Mon Sep 17 00:00:00 2001
From: Fedora Kernel Team <kernel-team@fedoraproject.org>
Date: Mon, 16 Apr 2018 10:19:18 -0500
Subject: [PATCH] Back out Kconfig
---
scripts/kconfig/conf.c | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c
index 283eeed..4e08121 100644
--- a/scripts/kconfig/conf.c
+++ b/scripts/kconfig/conf.c
@@ -422,18 +422,8 @@ static void check_conf(struct menu *menu)
if (sym_is_changable(sym) ||
(sym_is_choice(sym) && sym_get_tristate_value(sym) == yes)) {
if (input_mode == listnewconfig) {
- if (sym->name) {
- const char *str;
-
- if (sym->type == S_STRING) {
- str = sym_get_string_value(sym);
- str = sym_escape_string_value(str);
- printf("%s%s=%s\n", CONFIG_, sym->name, str);
- free((void *)str);
- } else {
- str = sym_get_string_value(sym);
- printf("%s%s=%s\n", CONFIG_, sym->name, str);
- }
+ if (sym->name && !sym_is_choice_value(sym)) {
+ printf("%s%s\n", CONFIG_, sym->name);
}
} else {
if (!conf_cnt++)
--
2.14.3

View File

@ -0,0 +1 @@
# CONFIG_ARCH_DAVINCI is not set

View File

@ -0,0 +1 @@
# CONFIG_ARCH_DOVE is not set

View File

@ -0,0 +1 @@
# CONFIG_ARCH_EBSA110 is not set

View File

@ -0,0 +1 @@
# CONFIG_ARCH_EP93XX is not set

View File

@ -0,0 +1 @@
# CONFIG_ARCH_FOOTBRIDGE is not set

View File

@ -0,0 +1 @@
# CONFIG_ARCH_IOP13XX is not set

View File

@ -0,0 +1 @@
# CONFIG_ARCH_IOP32X is not set

View File

@ -0,0 +1 @@
# CONFIG_ARCH_IOP33X is not set

View File

@ -0,0 +1 @@
# CONFIG_ARCH_IXP4XX is not set

View File

@ -0,0 +1 @@
# CONFIG_ARCH_KS8695 is not set

View File

@ -0,0 +1 @@
# CONFIG_ARCH_LPC32XX is not set

View File

@ -0,0 +1 @@
CONFIG_ARCH_MULTIPLATFORM=y

View File

@ -0,0 +1 @@
# CONFIG_ARCH_NETX is not set

View File

@ -0,0 +1 @@
# CONFIG_ARCH_OMAP1 is not set

View File

@ -0,0 +1 @@
# CONFIG_ARCH_PXA is not set

View File

@ -0,0 +1 @@
# CONFIG_ARCH_RPC is not set

View File

@ -0,0 +1 @@
# CONFIG_ARCH_S3C24XX is not set

View File

@ -0,0 +1 @@
# CONFIG_ARCH_SA1100 is not set

View File

@ -0,0 +1 @@
# CONFIG_ARCH_W90X900 is not set

View File

@ -0,0 +1 @@
# CONFIG_B43_BUSES_BCMA is not set

View File

@ -0,0 +1 @@
CONFIG_B43_BUSES_BCMA_AND_SSB=y

View File

@ -0,0 +1 @@
# CONFIG_B43_BUSES_SSB is not set

View File

@ -0,0 +1 @@
CONFIG_BRANCH_PROFILE_NONE=y

View File

@ -0,0 +1 @@
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y

View File

@ -0,0 +1 @@
# CONFIG_CC_STACKPROTECTOR_AUTO is not set

View File

@ -0,0 +1 @@
# CONFIG_CC_STACKPROTECTOR_NONE is not set

View File

@ -0,0 +1 @@
# CONFIG_CC_STACKPROTECTOR_REGULAR is not set

View File

@ -0,0 +1 @@
# CONFIG_CC_STACKPROTECTOR_STRONG is not set

View File

@ -0,0 +1 @@
# CONFIG_CELL_CPU is not set

View File

@ -0,0 +1 @@
# CONFIG_CPU_BIG_ENDIAN is not set

View File

@ -0,0 +1 @@
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set

View File

@ -0,0 +1 @@
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set

View File

@ -0,0 +1 @@
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set

View File

@ -0,0 +1 @@
# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set

View File

@ -0,0 +1 @@
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set

View File

@ -0,0 +1 @@
# CONFIG_CRC32_BIT is not set

View File

@ -0,0 +1 @@
# CONFIG_CRC32_SARWATE is not set

View File

@ -0,0 +1 @@
# CONFIG_CRC32_SLICEBY4 is not set

View File

@ -0,0 +1 @@
CONFIG_CRC32_SLICEBY8=y

View File

@ -0,0 +1 @@
CONFIG_DEFAULT_CUBIC=y

View File

@ -0,0 +1 @@
# CONFIG_DEFAULT_DEADLINE is not set

View File

@ -0,0 +1 @@
# CONFIG_DEFAULT_NOOP is not set

View File

@ -0,0 +1 @@
# CONFIG_DEFAULT_RENO is not set

View File

@ -0,0 +1 @@
# CONFIG_DEFAULT_SECURITY_DAC is not set

View File

@ -0,0 +1 @@
CONFIG_DEFAULT_SECURITY_SELINUX=y

View File

@ -0,0 +1 @@
# CONFIG_EXPOLINE_AUTO is not set

View File

@ -0,0 +1 @@
CONFIG_EXPOLINE_FULL=y

View File

@ -0,0 +1 @@
# CONFIG_EXPOLINE_OFF is not set

View File

@ -0,0 +1 @@
CONFIG_FLATMEM_MANUAL=y

View File

@ -0,0 +1 @@
# CONFIG_GENERIC_CPU is not set

View File

@ -0,0 +1 @@
# CONFIG_HZ_100 is not set

View File

@ -0,0 +1 @@
# CONFIG_HZ_200 is not set

View File

@ -0,0 +1 @@
# CONFIG_HZ_250 is not set

View File

@ -0,0 +1 @@
# CONFIG_HZ_300 is not set

View File

@ -0,0 +1 @@
# CONFIG_HZ_500 is not set

View File

@ -0,0 +1 @@
# CONFIG_HZ_PERIODIC is not set

View File

@ -0,0 +1 @@
CONFIG_IMA_DEFAULT_HASH_SHA1=y

View File

@ -0,0 +1 @@
# CONFIG_IMA_DEFAULT_HASH_SHA256 is not set

View File

@ -0,0 +1 @@
CONFIG_IMA_NG_TEMPLATE=y

View File

@ -0,0 +1 @@
# CONFIG_IMA_SIG_TEMPLATE is not set

View File

@ -0,0 +1 @@
# CONFIG_IMA_TEMPLATE is not set

View File

@ -0,0 +1 @@
CONFIG_IO_DELAY_0X80=y

View File

@ -0,0 +1 @@
# CONFIG_IO_DELAY_0XED is not set

View File

@ -0,0 +1 @@
# CONFIG_IO_DELAY_NONE is not set

View File

@ -0,0 +1 @@
# CONFIG_IO_DELAY_UDELAY is not set

View File

@ -0,0 +1 @@
# CONFIG_KERNEL_LZ4 is not set

View File

@ -0,0 +1 @@
# CONFIG_KERNEL_XZ is not set

View File

@ -0,0 +1 @@
CONFIG_LEGACY_VSYSCALL_EMULATE=y

View File

@ -0,0 +1 @@
# CONFIG_LEGACY_VSYSCALL_NONE is not set

View File

@ -0,0 +1 @@
# CONFIG_MARCH_Z10 is not set

View File

@ -0,0 +1 @@
# CONFIG_MARCH_Z13 is not set

View File

@ -0,0 +1 @@
# CONFIG_MARCH_Z14 is not set

View File

@ -0,0 +1 @@
# CONFIG_MARCH_Z196 is not set

View File

@ -0,0 +1 @@
# CONFIG_MARCH_Z900 is not set

View File

@ -0,0 +1 @@
# CONFIG_MARCH_Z990 is not set

View File

@ -0,0 +1 @@
# CONFIG_MARCH_Z9_109 is not set

View File

@ -0,0 +1 @@
# CONFIG_MATOM is not set

View File

@ -0,0 +1 @@
# CONFIG_MCORE2 is not set

View File

@ -0,0 +1 @@
# CONFIG_MEFFICEON is not set

View File

@ -0,0 +1 @@
# CONFIG_MELAN is not set

View File

@ -0,0 +1 @@
# CONFIG_MGEODEGX1 is not set

View File

@ -0,0 +1 @@
# CONFIG_MGEODE_LX is not set

View File

@ -0,0 +1 @@
# CONFIG_MODULE_SIG_SHA224 is not set

View File

@ -0,0 +1 @@
# CONFIG_MODULE_SIG_SHA384 is not set

View File

@ -0,0 +1 @@
# CONFIG_MODULE_SIG_SHA512 is not set

View File

@ -0,0 +1 @@
# CONFIG_MVIAC7 is not set

View File

@ -0,0 +1 @@
# CONFIG_NO_HZ_FULL is not set

View File

@ -0,0 +1 @@
CONFIG_NO_HZ_IDLE=y

View File

@ -0,0 +1 @@
CONFIG_OMAP_PM_NOOP=y

View File

@ -0,0 +1 @@
CONFIG_PCIEASPM_DEFAULT=y

View File

@ -0,0 +1 @@
# CONFIG_PCIEASPM_PERFORMANCE is not set

View File

@ -0,0 +1 @@
# CONFIG_PCIEASPM_POWERSAVE is not set

View File

@ -0,0 +1 @@
# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set

View File

@ -0,0 +1 @@
# CONFIG_PCI_GOOLPC is not set

View File

@ -0,0 +1 @@
# CONFIG_POWER5_CPU is not set

View File

@ -0,0 +1 @@
# CONFIG_POWER6_CPU is not set

View File

@ -0,0 +1 @@
# CONFIG_POWER7_CPU is not set

View File

@ -0,0 +1 @@
# CONFIG_POWER8_CPU is not set

View File

@ -0,0 +1 @@
# CONFIG_POWER9_CPU is not set

Some files were not shown because too many files have changed in this diff Show More