Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kconfig consolidation from Masahiro Yamada: "Consolidation of Kconfig files by Christoph Hellwig. Move the source statements of arch-independent Kconfig files instead of duplicating the includes in every arch/$(SRCARCH)/Kconfig" * tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: kconfig: add a Memory Management options" menu kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt kconfig: use a menu in arch/Kconfig to reduce clutter kconfig: include kernel/Kconfig.preempt from init/Kconfig Kconfig: consolidate the "Kernel hacking" menu kconfig: include common Kconfig files from top-level Kconfig kconfig: remove duplicate SWAP symbol defintions um: create a proper drivers Kconfig um: cleanup Kconfig files um: stop abusing KBUILD_KCONFIG
This commit is contained in:
@@ -347,8 +347,6 @@ config PGTABLE_LEVELS
|
||||
default 3 if X86_PAE
|
||||
default 2
|
||||
|
||||
source "init/Kconfig"
|
||||
|
||||
config CC_HAS_SANE_STACKPROTECTOR
|
||||
bool
|
||||
default $(success,$(srctree)/scripts/gcc-x86_64-has-stack-protector.sh $(CC)) if 64BIT
|
||||
@@ -357,8 +355,6 @@ config CC_HAS_SANE_STACKPROTECTOR
|
||||
We have to make sure stack protector is unconditionally disabled if
|
||||
the compiler produces broken code.
|
||||
|
||||
source "kernel/Kconfig.freezer"
|
||||
|
||||
menu "Processor type and features"
|
||||
|
||||
config ZONE_DMA
|
||||
@@ -1045,8 +1041,6 @@ config SCHED_MC_PRIO
|
||||
|
||||
If unsure say Y here.
|
||||
|
||||
source "kernel/Kconfig.preempt"
|
||||
|
||||
config UP_LATE_INIT
|
||||
def_bool y
|
||||
depends on !SMP && X86_LOCAL_APIC
|
||||
@@ -1640,8 +1634,6 @@ config ILLEGAL_POINTER_VALUE
|
||||
default 0 if X86_32
|
||||
default 0xdead000000000000 if X86_64
|
||||
|
||||
source "mm/Kconfig"
|
||||
|
||||
config X86_PMEM_LEGACY_DEVICE
|
||||
bool
|
||||
|
||||
@@ -2867,9 +2859,7 @@ config X86_SYSFB
|
||||
endmenu
|
||||
|
||||
|
||||
menu "Executable file formats / Emulations"
|
||||
|
||||
source "fs/Kconfig.binfmt"
|
||||
menu "Binary Emulations"
|
||||
|
||||
config IA32_EMULATION
|
||||
bool "IA32 Emulation"
|
||||
@@ -2939,20 +2929,6 @@ config X86_DMA_REMAP
|
||||
config HAVE_GENERIC_GUP
|
||||
def_bool y
|
||||
|
||||
source "net/Kconfig"
|
||||
|
||||
source "drivers/Kconfig"
|
||||
|
||||
source "drivers/firmware/Kconfig"
|
||||
|
||||
source "fs/Kconfig"
|
||||
|
||||
source "arch/x86/Kconfig.debug"
|
||||
|
||||
source "security/Kconfig"
|
||||
|
||||
source "crypto/Kconfig"
|
||||
|
||||
source "arch/x86/kvm/Kconfig"
|
||||
|
||||
source "lib/Kconfig"
|
||||
|
||||
Reference in New Issue
Block a user