Config updates for upstream kconfig patch 17baab68d337a0bf4654091e2b4cd67c3fdb44d8
This commit is contained in:
parent
972f0e5c0c
commit
dec69994ee
@ -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
|
||||
|
1
configs/fedora/generic/CONFIG_ARCH_DAVINCI
Normal file
1
configs/fedora/generic/CONFIG_ARCH_DAVINCI
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_ARCH_DAVINCI is not set
|
1
configs/fedora/generic/CONFIG_ARCH_DOVE
Normal file
1
configs/fedora/generic/CONFIG_ARCH_DOVE
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_ARCH_DOVE is not set
|
1
configs/fedora/generic/CONFIG_ARCH_EBSA110
Normal file
1
configs/fedora/generic/CONFIG_ARCH_EBSA110
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_ARCH_EBSA110 is not set
|
1
configs/fedora/generic/CONFIG_ARCH_EP93XX
Normal file
1
configs/fedora/generic/CONFIG_ARCH_EP93XX
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_ARCH_EP93XX is not set
|
1
configs/fedora/generic/CONFIG_ARCH_FOOTBRIDGE
Normal file
1
configs/fedora/generic/CONFIG_ARCH_FOOTBRIDGE
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_ARCH_FOOTBRIDGE is not set
|
1
configs/fedora/generic/CONFIG_ARCH_IOP13XX
Normal file
1
configs/fedora/generic/CONFIG_ARCH_IOP13XX
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_ARCH_IOP13XX is not set
|
1
configs/fedora/generic/CONFIG_ARCH_IOP32X
Normal file
1
configs/fedora/generic/CONFIG_ARCH_IOP32X
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_ARCH_IOP32X is not set
|
1
configs/fedora/generic/CONFIG_ARCH_IOP33X
Normal file
1
configs/fedora/generic/CONFIG_ARCH_IOP33X
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_ARCH_IOP33X is not set
|
1
configs/fedora/generic/CONFIG_ARCH_IXP4XX
Normal file
1
configs/fedora/generic/CONFIG_ARCH_IXP4XX
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_ARCH_IXP4XX is not set
|
1
configs/fedora/generic/CONFIG_ARCH_KS8695
Normal file
1
configs/fedora/generic/CONFIG_ARCH_KS8695
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_ARCH_KS8695 is not set
|
1
configs/fedora/generic/CONFIG_ARCH_LPC32XX
Normal file
1
configs/fedora/generic/CONFIG_ARCH_LPC32XX
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_ARCH_LPC32XX is not set
|
1
configs/fedora/generic/CONFIG_ARCH_MULTIPLATFORM
Normal file
1
configs/fedora/generic/CONFIG_ARCH_MULTIPLATFORM
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_ARCH_MULTIPLATFORM=y
|
1
configs/fedora/generic/CONFIG_ARCH_NETX
Normal file
1
configs/fedora/generic/CONFIG_ARCH_NETX
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_ARCH_NETX is not set
|
1
configs/fedora/generic/CONFIG_ARCH_OMAP1
Normal file
1
configs/fedora/generic/CONFIG_ARCH_OMAP1
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_ARCH_OMAP1 is not set
|
1
configs/fedora/generic/CONFIG_ARCH_PXA
Normal file
1
configs/fedora/generic/CONFIG_ARCH_PXA
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_ARCH_PXA is not set
|
1
configs/fedora/generic/CONFIG_ARCH_RPC
Normal file
1
configs/fedora/generic/CONFIG_ARCH_RPC
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_ARCH_RPC is not set
|
1
configs/fedora/generic/CONFIG_ARCH_S3C24XX
Normal file
1
configs/fedora/generic/CONFIG_ARCH_S3C24XX
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_ARCH_S3C24XX is not set
|
1
configs/fedora/generic/CONFIG_ARCH_SA1100
Normal file
1
configs/fedora/generic/CONFIG_ARCH_SA1100
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_ARCH_SA1100 is not set
|
1
configs/fedora/generic/CONFIG_ARCH_W90X900
Normal file
1
configs/fedora/generic/CONFIG_ARCH_W90X900
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_ARCH_W90X900 is not set
|
1
configs/fedora/generic/CONFIG_B43_BUSES_BCMA
Normal file
1
configs/fedora/generic/CONFIG_B43_BUSES_BCMA
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_B43_BUSES_BCMA is not set
|
1
configs/fedora/generic/CONFIG_B43_BUSES_BCMA_AND_SSB
Normal file
1
configs/fedora/generic/CONFIG_B43_BUSES_BCMA_AND_SSB
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_B43_BUSES_BCMA_AND_SSB=y
|
1
configs/fedora/generic/CONFIG_B43_BUSES_SSB
Normal file
1
configs/fedora/generic/CONFIG_B43_BUSES_SSB
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_B43_BUSES_SSB is not set
|
1
configs/fedora/generic/CONFIG_BRANCH_PROFILE_NONE
Normal file
1
configs/fedora/generic/CONFIG_BRANCH_PROFILE_NONE
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_BRANCH_PROFILE_NONE=y
|
@ -0,0 +1 @@
|
||||
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
|
1
configs/fedora/generic/CONFIG_CC_STACKPROTECTOR_AUTO
Normal file
1
configs/fedora/generic/CONFIG_CC_STACKPROTECTOR_AUTO
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_CC_STACKPROTECTOR_AUTO is not set
|
1
configs/fedora/generic/CONFIG_CC_STACKPROTECTOR_NONE
Normal file
1
configs/fedora/generic/CONFIG_CC_STACKPROTECTOR_NONE
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_CC_STACKPROTECTOR_NONE is not set
|
1
configs/fedora/generic/CONFIG_CC_STACKPROTECTOR_REGULAR
Normal file
1
configs/fedora/generic/CONFIG_CC_STACKPROTECTOR_REGULAR
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_CC_STACKPROTECTOR_REGULAR is not set
|
1
configs/fedora/generic/CONFIG_CC_STACKPROTECTOR_STRONG
Normal file
1
configs/fedora/generic/CONFIG_CC_STACKPROTECTOR_STRONG
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_CC_STACKPROTECTOR_STRONG is not set
|
1
configs/fedora/generic/CONFIG_CELL_CPU
Normal file
1
configs/fedora/generic/CONFIG_CELL_CPU
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_CELL_CPU is not set
|
1
configs/fedora/generic/CONFIG_CPU_BIG_ENDIAN
Normal file
1
configs/fedora/generic/CONFIG_CPU_BIG_ENDIAN
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_CPU_BIG_ENDIAN is not set
|
@ -0,0 +1 @@
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
|
@ -0,0 +1 @@
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
|
@ -0,0 +1 @@
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
|
@ -0,0 +1 @@
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set
|
@ -0,0 +1 @@
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
|
1
configs/fedora/generic/CONFIG_CRC32_BIT
Normal file
1
configs/fedora/generic/CONFIG_CRC32_BIT
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_CRC32_BIT is not set
|
1
configs/fedora/generic/CONFIG_CRC32_SARWATE
Normal file
1
configs/fedora/generic/CONFIG_CRC32_SARWATE
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_CRC32_SARWATE is not set
|
1
configs/fedora/generic/CONFIG_CRC32_SLICEBY4
Normal file
1
configs/fedora/generic/CONFIG_CRC32_SLICEBY4
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_CRC32_SLICEBY4 is not set
|
1
configs/fedora/generic/CONFIG_CRC32_SLICEBY8
Normal file
1
configs/fedora/generic/CONFIG_CRC32_SLICEBY8
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_CRC32_SLICEBY8=y
|
1
configs/fedora/generic/CONFIG_DEFAULT_CUBIC
Normal file
1
configs/fedora/generic/CONFIG_DEFAULT_CUBIC
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_DEFAULT_CUBIC=y
|
1
configs/fedora/generic/CONFIG_DEFAULT_DEADLINE
Normal file
1
configs/fedora/generic/CONFIG_DEFAULT_DEADLINE
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_DEFAULT_DEADLINE is not set
|
1
configs/fedora/generic/CONFIG_DEFAULT_NOOP
Normal file
1
configs/fedora/generic/CONFIG_DEFAULT_NOOP
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_DEFAULT_NOOP is not set
|
1
configs/fedora/generic/CONFIG_DEFAULT_RENO
Normal file
1
configs/fedora/generic/CONFIG_DEFAULT_RENO
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_DEFAULT_RENO is not set
|
1
configs/fedora/generic/CONFIG_DEFAULT_SECURITY_DAC
Normal file
1
configs/fedora/generic/CONFIG_DEFAULT_SECURITY_DAC
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_DEFAULT_SECURITY_DAC is not set
|
1
configs/fedora/generic/CONFIG_DEFAULT_SECURITY_SELINUX
Normal file
1
configs/fedora/generic/CONFIG_DEFAULT_SECURITY_SELINUX
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_DEFAULT_SECURITY_SELINUX=y
|
1
configs/fedora/generic/CONFIG_EXPOLINE_AUTO
Normal file
1
configs/fedora/generic/CONFIG_EXPOLINE_AUTO
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_EXPOLINE_AUTO is not set
|
1
configs/fedora/generic/CONFIG_EXPOLINE_FULL
Normal file
1
configs/fedora/generic/CONFIG_EXPOLINE_FULL
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_EXPOLINE_FULL=y
|
1
configs/fedora/generic/CONFIG_EXPOLINE_OFF
Normal file
1
configs/fedora/generic/CONFIG_EXPOLINE_OFF
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_EXPOLINE_OFF is not set
|
1
configs/fedora/generic/CONFIG_FLATMEM_MANUAL
Normal file
1
configs/fedora/generic/CONFIG_FLATMEM_MANUAL
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_FLATMEM_MANUAL=y
|
1
configs/fedora/generic/CONFIG_GENERIC_CPU
Normal file
1
configs/fedora/generic/CONFIG_GENERIC_CPU
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_GENERIC_CPU is not set
|
1
configs/fedora/generic/CONFIG_HZ_100
Normal file
1
configs/fedora/generic/CONFIG_HZ_100
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_HZ_100 is not set
|
1
configs/fedora/generic/CONFIG_HZ_200
Normal file
1
configs/fedora/generic/CONFIG_HZ_200
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_HZ_200 is not set
|
1
configs/fedora/generic/CONFIG_HZ_250
Normal file
1
configs/fedora/generic/CONFIG_HZ_250
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_HZ_250 is not set
|
1
configs/fedora/generic/CONFIG_HZ_300
Normal file
1
configs/fedora/generic/CONFIG_HZ_300
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_HZ_300 is not set
|
1
configs/fedora/generic/CONFIG_HZ_500
Normal file
1
configs/fedora/generic/CONFIG_HZ_500
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_HZ_500 is not set
|
1
configs/fedora/generic/CONFIG_HZ_PERIODIC
Normal file
1
configs/fedora/generic/CONFIG_HZ_PERIODIC
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_HZ_PERIODIC is not set
|
1
configs/fedora/generic/CONFIG_IMA_DEFAULT_HASH_SHA1
Normal file
1
configs/fedora/generic/CONFIG_IMA_DEFAULT_HASH_SHA1
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_IMA_DEFAULT_HASH_SHA1=y
|
1
configs/fedora/generic/CONFIG_IMA_DEFAULT_HASH_SHA256
Normal file
1
configs/fedora/generic/CONFIG_IMA_DEFAULT_HASH_SHA256
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_IMA_DEFAULT_HASH_SHA256 is not set
|
1
configs/fedora/generic/CONFIG_IMA_NG_TEMPLATE
Normal file
1
configs/fedora/generic/CONFIG_IMA_NG_TEMPLATE
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_IMA_NG_TEMPLATE=y
|
1
configs/fedora/generic/CONFIG_IMA_SIG_TEMPLATE
Normal file
1
configs/fedora/generic/CONFIG_IMA_SIG_TEMPLATE
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_IMA_SIG_TEMPLATE is not set
|
1
configs/fedora/generic/CONFIG_IMA_TEMPLATE
Normal file
1
configs/fedora/generic/CONFIG_IMA_TEMPLATE
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_IMA_TEMPLATE is not set
|
1
configs/fedora/generic/CONFIG_IO_DELAY_0X80
Normal file
1
configs/fedora/generic/CONFIG_IO_DELAY_0X80
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_IO_DELAY_0X80=y
|
1
configs/fedora/generic/CONFIG_IO_DELAY_0XED
Normal file
1
configs/fedora/generic/CONFIG_IO_DELAY_0XED
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_IO_DELAY_0XED is not set
|
1
configs/fedora/generic/CONFIG_IO_DELAY_NONE
Normal file
1
configs/fedora/generic/CONFIG_IO_DELAY_NONE
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_IO_DELAY_NONE is not set
|
1
configs/fedora/generic/CONFIG_IO_DELAY_UDELAY
Normal file
1
configs/fedora/generic/CONFIG_IO_DELAY_UDELAY
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_IO_DELAY_UDELAY is not set
|
1
configs/fedora/generic/CONFIG_KERNEL_LZ4
Normal file
1
configs/fedora/generic/CONFIG_KERNEL_LZ4
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_KERNEL_LZ4 is not set
|
1
configs/fedora/generic/CONFIG_KERNEL_XZ
Normal file
1
configs/fedora/generic/CONFIG_KERNEL_XZ
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_KERNEL_XZ is not set
|
1
configs/fedora/generic/CONFIG_LEGACY_VSYSCALL_EMULATE
Normal file
1
configs/fedora/generic/CONFIG_LEGACY_VSYSCALL_EMULATE
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_LEGACY_VSYSCALL_EMULATE=y
|
1
configs/fedora/generic/CONFIG_LEGACY_VSYSCALL_NONE
Normal file
1
configs/fedora/generic/CONFIG_LEGACY_VSYSCALL_NONE
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_LEGACY_VSYSCALL_NONE is not set
|
1
configs/fedora/generic/CONFIG_MARCH_Z10
Normal file
1
configs/fedora/generic/CONFIG_MARCH_Z10
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_MARCH_Z10 is not set
|
1
configs/fedora/generic/CONFIG_MARCH_Z13
Normal file
1
configs/fedora/generic/CONFIG_MARCH_Z13
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_MARCH_Z13 is not set
|
1
configs/fedora/generic/CONFIG_MARCH_Z14
Normal file
1
configs/fedora/generic/CONFIG_MARCH_Z14
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_MARCH_Z14 is not set
|
1
configs/fedora/generic/CONFIG_MARCH_Z196
Normal file
1
configs/fedora/generic/CONFIG_MARCH_Z196
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_MARCH_Z196 is not set
|
1
configs/fedora/generic/CONFIG_MARCH_Z900
Normal file
1
configs/fedora/generic/CONFIG_MARCH_Z900
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_MARCH_Z900 is not set
|
1
configs/fedora/generic/CONFIG_MARCH_Z990
Normal file
1
configs/fedora/generic/CONFIG_MARCH_Z990
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_MARCH_Z990 is not set
|
1
configs/fedora/generic/CONFIG_MARCH_Z9_109
Normal file
1
configs/fedora/generic/CONFIG_MARCH_Z9_109
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_MARCH_Z9_109 is not set
|
1
configs/fedora/generic/CONFIG_MATOM
Normal file
1
configs/fedora/generic/CONFIG_MATOM
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_MATOM is not set
|
1
configs/fedora/generic/CONFIG_MCORE2
Normal file
1
configs/fedora/generic/CONFIG_MCORE2
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_MCORE2 is not set
|
1
configs/fedora/generic/CONFIG_MEFFICEON
Normal file
1
configs/fedora/generic/CONFIG_MEFFICEON
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_MEFFICEON is not set
|
1
configs/fedora/generic/CONFIG_MELAN
Normal file
1
configs/fedora/generic/CONFIG_MELAN
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_MELAN is not set
|
1
configs/fedora/generic/CONFIG_MGEODEGX1
Normal file
1
configs/fedora/generic/CONFIG_MGEODEGX1
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_MGEODEGX1 is not set
|
1
configs/fedora/generic/CONFIG_MGEODE_LX
Normal file
1
configs/fedora/generic/CONFIG_MGEODE_LX
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_MGEODE_LX is not set
|
1
configs/fedora/generic/CONFIG_MODULE_SIG_SHA224
Normal file
1
configs/fedora/generic/CONFIG_MODULE_SIG_SHA224
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_MODULE_SIG_SHA224 is not set
|
1
configs/fedora/generic/CONFIG_MODULE_SIG_SHA384
Normal file
1
configs/fedora/generic/CONFIG_MODULE_SIG_SHA384
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_MODULE_SIG_SHA384 is not set
|
1
configs/fedora/generic/CONFIG_MODULE_SIG_SHA512
Normal file
1
configs/fedora/generic/CONFIG_MODULE_SIG_SHA512
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_MODULE_SIG_SHA512 is not set
|
1
configs/fedora/generic/CONFIG_MVIAC7
Normal file
1
configs/fedora/generic/CONFIG_MVIAC7
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_MVIAC7 is not set
|
1
configs/fedora/generic/CONFIG_NO_HZ_FULL
Normal file
1
configs/fedora/generic/CONFIG_NO_HZ_FULL
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_NO_HZ_FULL is not set
|
1
configs/fedora/generic/CONFIG_NO_HZ_IDLE
Normal file
1
configs/fedora/generic/CONFIG_NO_HZ_IDLE
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_NO_HZ_IDLE=y
|
1
configs/fedora/generic/CONFIG_OMAP_PM_NOOP
Normal file
1
configs/fedora/generic/CONFIG_OMAP_PM_NOOP
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_OMAP_PM_NOOP=y
|
1
configs/fedora/generic/CONFIG_PCIEASPM_DEFAULT
Normal file
1
configs/fedora/generic/CONFIG_PCIEASPM_DEFAULT
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_PCIEASPM_DEFAULT=y
|
1
configs/fedora/generic/CONFIG_PCIEASPM_PERFORMANCE
Normal file
1
configs/fedora/generic/CONFIG_PCIEASPM_PERFORMANCE
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_PCIEASPM_PERFORMANCE is not set
|
1
configs/fedora/generic/CONFIG_PCIEASPM_POWERSAVE
Normal file
1
configs/fedora/generic/CONFIG_PCIEASPM_POWERSAVE
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_PCIEASPM_POWERSAVE is not set
|
1
configs/fedora/generic/CONFIG_PCIEASPM_POWER_SUPERSAVE
Normal file
1
configs/fedora/generic/CONFIG_PCIEASPM_POWER_SUPERSAVE
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set
|
1
configs/fedora/generic/CONFIG_PCI_GOOLPC
Normal file
1
configs/fedora/generic/CONFIG_PCI_GOOLPC
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_PCI_GOOLPC is not set
|
1
configs/fedora/generic/CONFIG_POWER5_CPU
Normal file
1
configs/fedora/generic/CONFIG_POWER5_CPU
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_POWER5_CPU is not set
|
1
configs/fedora/generic/CONFIG_POWER6_CPU
Normal file
1
configs/fedora/generic/CONFIG_POWER6_CPU
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_POWER6_CPU is not set
|
1
configs/fedora/generic/CONFIG_POWER7_CPU
Normal file
1
configs/fedora/generic/CONFIG_POWER7_CPU
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_POWER7_CPU is not set
|
1
configs/fedora/generic/CONFIG_POWER8_CPU
Normal file
1
configs/fedora/generic/CONFIG_POWER8_CPU
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_POWER8_CPU is not set
|
1
configs/fedora/generic/CONFIG_POWER9_CPU
Normal file
1
configs/fedora/generic/CONFIG_POWER9_CPU
Normal 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
Loading…
Reference in New Issue
Block a user