mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>