Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tinyconfig: remove unnecessary 'is not set' for choice blocks

This reverts the following commits:

- 236dec051078 ("kconfig: tinyconfig: provide whole choice blocks to
avoid warnings")

- b0f269728ccd ("x86/config: Fix warning for 'make ARCH=x86_64
tinyconfig'")

Since commit f79dc03fe68c ("kconfig: refactor choice value calculation"),
it is no longer necessary to disable the remaining options in choice
blocks.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Thomas Gleixner <tglx@linutronix.de>

-10
-4
arch/x86/configs/tiny.config
··· 1 1 CONFIG_NOHIGHMEM=y 2 - # CONFIG_HIGHMEM4G is not set 3 - # CONFIG_HIGHMEM64G is not set 4 - # CONFIG_UNWINDER_ORC is not set 5 2 CONFIG_UNWINDER_GUESS=y 6 - # CONFIG_UNWINDER_FRAME_POINTER is not set
-6
kernel/configs/tiny.config
··· 1 - # CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE is not set 2 1 CONFIG_CC_OPTIMIZE_FOR_SIZE=y 3 - # CONFIG_KERNEL_GZIP is not set 4 - # CONFIG_KERNEL_BZIP2 is not set 5 - # CONFIG_KERNEL_LZMA is not set 6 2 CONFIG_KERNEL_XZ=y 7 - # CONFIG_KERNEL_LZO is not set 8 - # CONFIG_KERNEL_LZ4 is not set 9 3 CONFIG_SLUB=y 10 4 CONFIG_SLUB_TINY=y