mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
tinyconfig: remove unnecessary 'is not set' for choice blocks
This reverts the following commits: -236dec0510
("kconfig: tinyconfig: provide whole choice blocks to avoid warnings") -b0f269728c
("x86/config: Fix warning for 'make ARCH=x86_64 tinyconfig'") Since commitf79dc03fe6
("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>
This commit is contained in:
parent
0c4beffbfe
commit
2893f00322
@ -1,6 +1,2 @@
|
||||
CONFIG_NOHIGHMEM=y
|
||||
# CONFIG_HIGHMEM4G is not set
|
||||
# CONFIG_HIGHMEM64G is not set
|
||||
# CONFIG_UNWINDER_ORC is not set
|
||||
CONFIG_UNWINDER_GUESS=y
|
||||
# CONFIG_UNWINDER_FRAME_POINTER is not set
|
||||
|
@ -1,10 +1,4 @@
|
||||
# CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE is not set
|
||||
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
|
||||
# CONFIG_KERNEL_GZIP is not set
|
||||
# CONFIG_KERNEL_BZIP2 is not set
|
||||
# CONFIG_KERNEL_LZMA is not set
|
||||
CONFIG_KERNEL_XZ=y
|
||||
# CONFIG_KERNEL_LZO is not set
|
||||
# CONFIG_KERNEL_LZ4 is not set
|
||||
CONFIG_SLUB=y
|
||||
CONFIG_SLUB_TINY=y
|
||||
|
Loading…
Reference in New Issue
Block a user