]> www.infradead.org Git - users/hch/configfs.git/commit
tinyconfig: remove unnecessary 'is not set' for choice blocks
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 12 Aug 2024 10:01:47 +0000 (19:01 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 1 Sep 2024 11:34:38 +0000 (20:34 +0900)
commit2893f00322922b2adce07fd6d0db37d6b8e30977
treec63e1843ba26a6e81a8c01431cdf15b2f72bb8c7
parent0c4beffbfe3fcd711b5d9268e7c7d63d4c1cc964
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>
arch/x86/configs/tiny.config
kernel/configs/tiny.config