]> git.ipfire.org Git - thirdparty/linux.git/commit - Kconfig
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)
commit06ec64b84c357693e9a5540de8eedfc775dbae12
tree3145268247062ba0b41175280a65f152070e5ee7
parent1572497cb0e6d2016078bc9d5a95786bb878389f
Kconfig: consolidate the "Kernel hacking" menu

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