Kconfig: consolidate the "Kernel hacking" menu
authorChristoph Hellwig <hch@lst.de>
Tue, 31 Jul 2018 11:39:31 +0000 (13:39 +0200)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 1 Aug 2018 23:06:48 +0000 (08:06 +0900)
Move the source of lib/Kconfig.debug and arch/$(ARCH)/Kconfig.debug to
the top-level Kconfig.  For two architectures that means moving their
arch-specific symbols in that menu into a new arch Kconfig.debug file,
and for a few more creating a dummy file so that we can include it
unconditionally.

Also move the actual 'Kernel hacking' menu to lib/Kconfig.debug, where
it belongs.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
50 files changed:
Kconfig
arch/alpha/Kconfig
arch/alpha/Kconfig.debug
arch/arc/Kconfig
arch/arc/Kconfig.debug
arch/arm/Kconfig
arch/arm/Kconfig.debug
arch/arm64/Kconfig
arch/arm64/Kconfig.debug
arch/c6x/Kconfig
arch/c6x/Kconfig.debug [new file with mode: 0644]
arch/h8300/Kconfig
arch/h8300/Kconfig.debug [new file with mode: 0644]
arch/hexagon/Kconfig
arch/hexagon/Kconfig.debug [new file with mode: 0644]
arch/ia64/Kconfig
arch/ia64/Kconfig.debug
arch/m68k/Kconfig
arch/m68k/Kconfig.debug
arch/microblaze/Kconfig
arch/microblaze/Kconfig.debug
arch/mips/Kconfig
arch/mips/Kconfig.debug
arch/nds32/Kconfig
arch/nds32/Kconfig.debug [new file with mode: 0644]
arch/nios2/Kconfig
arch/nios2/Kconfig.debug
arch/openrisc/Kconfig
arch/openrisc/Kconfig.debug [new file with mode: 0644]
arch/parisc/Kconfig
arch/parisc/Kconfig.debug
arch/powerpc/Kconfig
arch/powerpc/Kconfig.debug
arch/riscv/Kconfig
arch/riscv/Kconfig.debug [new file with mode: 0644]
arch/s390/Kconfig
arch/s390/Kconfig.debug
arch/sh/Kconfig
arch/sh/Kconfig.debug
arch/sparc/Kconfig
arch/sparc/Kconfig.debug
arch/um/Kconfig
arch/um/Kconfig.debug
arch/unicore32/Kconfig
arch/unicore32/Kconfig.debug
arch/x86/Kconfig
arch/x86/Kconfig.debug
arch/xtensa/Kconfig
arch/xtensa/Kconfig.debug
lib/Kconfig.debug

diff --git a/Kconfig b/Kconfig
index 1a5c0a5..a5997d6 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -30,3 +30,5 @@ source "security/Kconfig"
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
+
+source "lib/Kconfig.debug"
index 5067615..e4334f0 100644 (file)
@@ -710,8 +710,6 @@ config SRM_ENV
 
 endmenu
 
-source "arch/alpha/Kconfig.debug"
-
 # DUMMY_CONSOLE may be defined in drivers/video/console/Kconfig
 # but we also need it if VGA_HOSE is set
 config DUMMY_CONSOLE
index 5e93dff..b88c7b6 100644 (file)
@@ -1,7 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0
-menu "Kernel hacking"
-
-source "lib/Kconfig.debug"
 
 config EARLY_PRINTK
        bool
@@ -39,5 +36,3 @@ config MATHEMU
          This option is required for IEEE compliant floating point arithmetic
          on the Alpha. The only time you would ever not say Y is to say M in
          order to debug the code. Say Y unless you know what you are doing.
-
-endmenu
index d4a28c4..5aab069 100644 (file)
@@ -574,5 +574,4 @@ source "drivers/pci/Kconfig"
 
 endmenu
 
-source "arch/arc/Kconfig.debug"
 source "kernel/power/Kconfig"
index 03da1a6..45add86 100644 (file)
@@ -1,7 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0
-menu "Kernel hacking"
-
-source "lib/Kconfig.debug"
 
 config 16KSTACKS
        bool "Use 16Kb for kernel stacks instead of 8Kb"
@@ -11,5 +8,3 @@ config 16KSTACKS
          This increases the resident kernel footprint and will cause less
          threads to run on the system and also increase the pressure
          on the VM subsystem for higher order allocations.
-
-endmenu
index 46ee666..9aaa23c 100644 (file)
@@ -2191,8 +2191,6 @@ endmenu
 
 source "drivers/firmware/Kconfig"
 
-source "arch/arm/Kconfig.debug"
-
 if CRYPTO
 source "arch/arm/crypto/Kconfig"
 endif
index 693f843..b48dc08 100644 (file)
@@ -1,7 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0
-menu "Kernel hacking"
-
-source "lib/Kconfig.debug"
 
 config ARM_PTDUMP_CORE
        def_bool n
@@ -1863,5 +1860,3 @@ config PID_IN_CONTEXTIDR
          are planning to use hardware trace tools with this kernel.
 
 source "drivers/hwtracing/coresight/Kconfig"
-
-endmenu
index fabd797..07d457e 100644 (file)
@@ -1321,8 +1321,6 @@ source "drivers/acpi/Kconfig"
 
 source "arch/arm64/kvm/Kconfig"
 
-source "arch/arm64/Kconfig.debug"
-
 if CRYPTO
 source "arch/arm64/crypto/Kconfig"
 endif
index cc6bd55..69c9170 100644 (file)
@@ -1,6 +1,3 @@
-menu "Kernel hacking"
-
-source "lib/Kconfig.debug"
 
 config ARM64_PTDUMP_CORE
        def_bool n
@@ -97,5 +94,3 @@ config ARM64_RELOC_TEST
        tristate "Relocation testing module"
 
 source "drivers/hwtracing/coresight/Kconfig"
-
-endmenu
index 441bbe0..904b337 100644 (file)
@@ -115,18 +115,3 @@ source "kernel/Kconfig.preempt"
 source "kernel/Kconfig.hz"
 
 endmenu
-
-menu "Kernel hacking"
-
-source "lib/Kconfig.debug"
-
-config ACCESS_CHECK
-       bool "Check the user pointer address"
-       default y
-       help
-         Usually the pointer transfer from user space is checked to see if its
-         address is in the kernel space.
-
-         Say N here to disable that check to improve the performance.
-
-endmenu
diff --git a/arch/c6x/Kconfig.debug b/arch/c6x/Kconfig.debug
new file mode 100644 (file)
index 0000000..c299e0d
--- /dev/null
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0
+
+config ACCESS_CHECK
+       bool "Check the user pointer address"
+       default y
+       help
+         Usually the pointer transfer from user space is checked to see if its
+         address is in the kernel space.
+
+         Say N here to disable that check to improve the performance.
index e23cd88..c16e7cf 100644 (file)
@@ -55,9 +55,3 @@ menu "Kernel Features"
 source "kernel/Kconfig.preempt"
 
 endmenu
-
-menu "Kernel hacking"
-
-source "lib/Kconfig.debug"
-
-endmenu
diff --git a/arch/h8300/Kconfig.debug b/arch/h8300/Kconfig.debug
new file mode 100644 (file)
index 0000000..22a162c
--- /dev/null
@@ -0,0 +1 @@
+# dummy file, do not delete
index d2851f4..fcdb6d9 100644 (file)
@@ -149,7 +149,3 @@ endchoice
 source "kernel/Kconfig.hz"
 
 endmenu
-
-menu "Kernel hacking"
-source "lib/Kconfig.debug"
-endmenu
diff --git a/arch/hexagon/Kconfig.debug b/arch/hexagon/Kconfig.debug
new file mode 100644 (file)
index 0000000..22a162c
--- /dev/null
@@ -0,0 +1 @@
+# dummy file, do not delete
index 6015d66..34a8d24 100644 (file)
@@ -576,5 +576,3 @@ config MSPEC
          If you have an ia64 and you want to enable memory special
          operations support (formerly known as fetchop), say Y here,
          otherwise say N.
-
-source "arch/ia64/Kconfig.debug"
index 677c409..1371efc 100644 (file)
@@ -1,7 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0
-menu "Kernel hacking"
-
-source "lib/Kconfig.debug"
 
 choice
        prompt "Physical memory granularity"
@@ -56,5 +53,3 @@ config IA64_DEBUG_IRQ
          Selecting this option turns on bug checking for the IA-64 irq_save
          and restore instructions.  It's useful for tracking down spinlock
          problems, but slow!  If you're unsure, select N.
-
-endmenu
index f76fb7b..cf41ad4 100644 (file)
@@ -147,5 +147,3 @@ endmenu
 endif
 
 source "arch/m68k/Kconfig.devices"
-
-source "arch/m68k/Kconfig.debug"
index 04690b1..f436431 100644 (file)
@@ -1,7 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0
-menu "Kernel hacking"
-
-source "lib/Kconfig.debug"
 
 config BOOTPARAM
        bool 'Compiled-in Kernel Boot Parameter'
@@ -51,5 +48,3 @@ config BDM_DISABLE
          Disable the ColdFire CPU's BDM signals.
 
 endif
-
-endmenu
index fc31e04..f4492e9 100644 (file)
@@ -285,5 +285,3 @@ config PCI_XILINX
 source "drivers/pci/Kconfig"
 
 endmenu
-
-source "arch/microblaze/Kconfig.debug"
index 93a737c..dc2e3c4 100644 (file)
@@ -1,11 +1,5 @@
 # For a description of the syntax of this configuration file,
 # see Documentation/kbuild/kconfig-language.txt.
 
-menu "Kernel hacking"
-
 config TRACE_IRQFLAGS_SUPPORT
        def_bool y
-
-source "lib/Kconfig.debug"
-
-endmenu
index f586a32..ab02824 100644 (file)
@@ -3195,6 +3195,4 @@ endmenu
 
 source "drivers/firmware/Kconfig"
 
-source "arch/mips/Kconfig.debug"
-
 source "arch/mips/kvm/Kconfig"
index 0749c37..0c86b2a 100644 (file)
@@ -1,12 +1,9 @@
 # SPDX-License-Identifier: GPL-2.0
-menu "Kernel hacking"
 
 config TRACE_IRQFLAGS_SUPPORT
        bool
        default y
 
-source "lib/Kconfig.debug"
-
 config EARLY_PRINTK
        bool "Early printk" if EXPERT
        depends on SYS_HAS_EARLY_PRINTK
@@ -155,5 +152,3 @@ config MIPS_CPS_NS16550_SHIFT
          adjacent ns16550 registers in the system.
 
 endif # MIPS_CPS_NS16550_BOOL
-
-endmenu
index a9c6d25..c03d0e5 100644 (file)
@@ -91,7 +91,3 @@ menu "Kernel Features"
 source "kernel/Kconfig.preempt"
 source "kernel/Kconfig.hz"
 endmenu
-
-menu "Kernel hacking"
-source "lib/Kconfig.debug"
-endmenu
diff --git a/arch/nds32/Kconfig.debug b/arch/nds32/Kconfig.debug
new file mode 100644 (file)
index 0000000..22a162c
--- /dev/null
@@ -0,0 +1 @@
+# dummy file, do not delete
index 2d813df..22d19fe 100644 (file)
@@ -187,5 +187,3 @@ config NIOS2_IO_REGION_BASE
        default "0xe0000000"
 
 endmenu
-
-source "arch/nios2/Kconfig.debug"
index edfeef0..7a49f0d 100644 (file)
@@ -1,11 +1,8 @@
 # SPDX-License-Identifier: GPL-2.0
-menu "Kernel hacking"
 
 config TRACE_IRQFLAGS_SUPPORT
        def_bool y
 
-source "lib/Kconfig.debug"
-
 config DEBUG_STACK_USAGE
        bool "Enable stack utilization instrumentation"
        depends on DEBUG_KERNEL
@@ -24,5 +21,3 @@ config EARLY_PRINTK
          This is useful for kernel debugging when your machine crashes very
          early before the console code is initialized.
          You should normally say N here, unless you want to debug such a crash.
-
-endmenu
index eb9f503..c52cecd 100644 (file)
@@ -201,9 +201,3 @@ config OPENRISC_ESR_EXCEPTION_BUG_CHECK
 endmenu
 
 endmenu
-
-menu "Kernel hacking"
-
-source "lib/Kconfig.debug"
-
-endmenu
diff --git a/arch/openrisc/Kconfig.debug b/arch/openrisc/Kconfig.debug
new file mode 100644 (file)
index 0000000..22a162c
--- /dev/null
@@ -0,0 +1 @@
+# dummy file, do not delete
index 64b832a..d1dd56e 100644 (file)
@@ -349,8 +349,6 @@ endmenu
 
 source "drivers/parisc/Kconfig"
 
-source "arch/parisc/Kconfig.debug"
-
 config SECCOMP
        def_bool y
        prompt "Enable seccomp to safely compute untrusted bytecode"
index fb3507f..1478ded 100644 (file)
@@ -1,9 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0
-menu "Kernel hacking"
-
-source "lib/Kconfig.debug"
 
 config TRACE_IRQFLAGS_SUPPORT
        def_bool y
-
-endmenu
index 131132f..c55e613 100644 (file)
@@ -1194,8 +1194,6 @@ endif
 config ARCH_RANDOM
        def_bool n
 
-source "arch/powerpc/Kconfig.debug"
-
 config PPC_LIB_RHEAP
        bool
 
index c45424c..fd63cd9 100644 (file)
@@ -1,7 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0
-menu "Kernel hacking"
-
-source "lib/Kconfig.debug"
 
 config PPC_DISABLE_WERROR
        bool "Don't build arch/powerpc code with -Werror"
@@ -379,5 +376,3 @@ config PPC_FAST_ENDIAN_SWITCH
         depends on DEBUG_KERNEL && PPC_BOOK3S_64
         help
          If you're unsure what this is, say N.
-
-endmenu
index 082486c..73c0e16 100644 (file)
@@ -245,48 +245,3 @@ menu "Power management options"
 source kernel/power/Kconfig
 
 endmenu
-
-menu "Kernel hacking"
-
-config CMDLINE_BOOL
-       bool "Built-in kernel command line"
-       help
-         For most platforms, it is firmware or second stage bootloader
-         that by default specifies the kernel command line options.
-         However, it might be necessary or advantageous to either override
-         the default kernel command line or add a few extra options to it.
-         For such cases, this option allows hardcoding command line options
-         directly into the kernel.
-
-         For that, choose 'Y' here and fill in the extra boot parameters
-         in CONFIG_CMDLINE.
-
-         The built-in options will be concatenated to the default command
-         line if CMDLINE_FORCE is set to 'N'. Otherwise, the default
-         command line will be ignored and replaced by the built-in string.
-
-config CMDLINE
-       string "Built-in kernel command string"
-       depends on CMDLINE_BOOL
-       default ""
-       help
-         Supply command-line options at build time by entering them here.
-
-config CMDLINE_FORCE
-       bool "Built-in command line overrides bootloader arguments"
-       depends on CMDLINE_BOOL
-       help
-         Set this option to 'Y' to have the kernel ignore the bootloader
-         or firmware command line.  Instead, the built-in command line
-         will be used exclusively.
-
-         If you don't know what to do here, say N.
-
-config EARLY_PRINTK
-       def_bool y
-
-source "lib/Kconfig.debug"
-
-config CMDLINE_BOOL
-       bool
-endmenu
diff --git a/arch/riscv/Kconfig.debug b/arch/riscv/Kconfig.debug
new file mode 100644 (file)
index 0000000..3224ff6
--- /dev/null
@@ -0,0 +1,37 @@
+
+config CMDLINE_BOOL
+       bool "Built-in kernel command line"
+       help
+         For most platforms, it is firmware or second stage bootloader
+         that by default specifies the kernel command line options.
+         However, it might be necessary or advantageous to either override
+         the default kernel command line or add a few extra options to it.
+         For such cases, this option allows hardcoding command line options
+         directly into the kernel.
+
+         For that, choose 'Y' here and fill in the extra boot parameters
+         in CONFIG_CMDLINE.
+
+         The built-in options will be concatenated to the default command
+         line if CMDLINE_FORCE is set to 'N'. Otherwise, the default
+         command line will be ignored and replaced by the built-in string.
+
+config CMDLINE
+       string "Built-in kernel command string"
+       depends on CMDLINE_BOOL
+       default ""
+       help
+         Supply command-line options at build time by entering them here.
+
+config CMDLINE_FORCE
+       bool "Built-in command line overrides bootloader arguments"
+       depends on CMDLINE_BOOL
+       help
+         Set this option to 'Y' to have the kernel ignore the bootloader
+         or firmware command line.  Instead, the built-in command line
+         will be used exclusively.
+
+         If you don't know what to do here, say N.
+
+config EARLY_PRINTK
+       def_bool y
index a946677..ac89257 100644 (file)
@@ -828,8 +828,6 @@ config HAVE_PNETID
        tristate
        default (SMC || CCWGROUP)
 
-source "arch/s390/Kconfig.debug"
-
 menu "Virtualization"
 
 config PFAULT
index 2cfdfbf..1905275 100644 (file)
@@ -1,11 +1,8 @@
 # SPDX-License-Identifier: GPL-2.0
-menu "Kernel hacking"
 
 config TRACE_IRQFLAGS_SUPPORT
        def_bool y
 
-source "lib/Kconfig.debug"
-
 config S390_PTDUMP
        bool "Export kernel pagetable layout to userspace via debugfs"
        depends on DEBUG_KERNEL
@@ -20,5 +17,3 @@ config S390_PTDUMP
 
 config EARLY_PRINTK
        def_bool y
-
-endmenu
index f291d25..c846033 100644 (file)
@@ -885,5 +885,3 @@ source "kernel/power/Kconfig"
 source "drivers/cpuidle/Kconfig"
 
 endmenu
-
-source "arch/sh/Kconfig.debug"
index d076767..010b6c3 100644 (file)
@@ -1,11 +1,8 @@
 # SPDX-License-Identifier: GPL-2.0
-menu "Kernel hacking"
 
 config TRACE_IRQFLAGS_SUPPORT
        def_bool y
 
-source "lib/Kconfig.debug"
-
 config SH_STANDARD_BIOS
        bool "Use LinuxSH standard BIOS"
        depends on SUPERH32
@@ -88,5 +85,3 @@ config MCOUNT
        def_bool y
        depends on SUPERH32
        depends on STACK_DEBUG || FUNCTION_TRACER
-
-endmenu
index 8a1e44d..622695e 100644 (file)
@@ -565,5 +565,3 @@ config SYSVIPC_COMPAT
        default y
 
 source "drivers/sbus/char/Kconfig"
-
-source "arch/sparc/Kconfig.debug"
index 4aef29a..50a918d 100644 (file)
@@ -1,12 +1,9 @@
 # SPDX-License-Identifier: GPL-2.0
-menu "Kernel hacking"
 
 config TRACE_IRQFLAGS_SUPPORT
        bool
        default y
 
-source "lib/Kconfig.debug"
-
 config DEBUG_DCFLUSH
        bool "D-cache flush debugging"
        depends on SPARC64 && DEBUG_KERNEL
@@ -21,5 +18,3 @@ config FRAME_POINTER
        bool
        depends on MCOUNT
        default y
-
-endmenu
index a5cc2b1..3022d1b 100644 (file)
@@ -187,5 +187,3 @@ config SECCOMP
 endmenu
 
 source "arch/um/drivers/Kconfig"
-
-source "arch/um/Kconfig.debug"
index 967d310..2014597 100644 (file)
@@ -1,7 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0
-menu "Kernel hacking"
-
-source "lib/Kconfig.debug"
 
 config GPROF
        bool "Enable gprof support"
@@ -37,5 +34,3 @@ config EARLY_PRINTK
 
          This is useful for kernel debugging when your machine crashes very
          early before the console code is initialized.
-
-endmenu
index 7fa7e61..6bfaa4a 100644 (file)
@@ -222,5 +222,3 @@ endmenu
 endif
 
 endif
-
-source "arch/unicore32/Kconfig.debug"
index de8dae3..ca0ff97 100644 (file)
@@ -1,7 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0
-menu "Kernel hacking"
-
-source "lib/Kconfig.debug"
 
 config EARLY_PRINTK
        def_bool DEBUG_OCD
@@ -30,5 +27,3 @@ config DEBUG_OCD
        help
          Say Y here if you want the debug print routines to direct their
          output to the UniCore On-Chip-Debugger channel using CP #1.
-
-endmenu
index 6faefd1..41d28b4 100644 (file)
@@ -2931,6 +2931,4 @@ config HAVE_GENERIC_GUP
 
 source "drivers/firmware/Kconfig"
 
-source "arch/x86/Kconfig.debug"
-
 source "arch/x86/kvm/Kconfig"
index c6dd1d9..7d68f0c 100644 (file)
@@ -1,11 +1,8 @@
 # SPDX-License-Identifier: GPL-2.0
-menu "Kernel hacking"
 
 config TRACE_IRQFLAGS_SUPPORT
        def_bool y
 
-source "lib/Kconfig.debug"
-
 config EARLY_PRINTK_USB
        bool
 
@@ -410,5 +407,3 @@ endchoice
 config FRAME_POINTER
        depends on !UNWINDER_ORC && !UNWINDER_GUESS
        bool
-
-endmenu
index d8bac8b..aae0e18 100644 (file)
@@ -567,5 +567,3 @@ menu "Power management options"
 source "kernel/power/Kconfig"
 
 endmenu
-
-source "arch/xtensa/Kconfig.debug"
index f64c14a..39de98e 100644 (file)
@@ -1,7 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0
-menu "Kernel hacking"
-
-source "lib/Kconfig.debug"
 
 config DEBUG_TLB_SANITY
        bool "Debug TLB sanity"
@@ -34,5 +31,3 @@ config S32C1I_SELFTEST
          It is easy to make wrong hardware configuration, this test should catch it early.
 
          Say 'N' on stable hardware.
-
-endmenu
index 8838d11..26d3ff7 100644 (file)
@@ -1,3 +1,5 @@
+menu "Kernel hacking"
+
 menu "printk and dmesg options"
 
 config PRINTK_TIME
@@ -2034,3 +2036,7 @@ config IO_STRICT_DEVMEM
          if the driver using a given range cannot be disabled.
 
          If in doubt, say Y.
+
+source "arch/$(SRCARCH)/Kconfig.debug"
+
+endmenu # Kernel hacking