From: Joel Fernandes (Google) Date: Fri, 26 Apr 2019 19:04:30 +0000 (-0400) Subject: init/config: Do not select BUILD_BIN2C for IKCONFIG X-Git-Tag: v5.2-rc1~154^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc0c60457c35c895b5591f85046b1f13da5487c4;p=thirdparty%2Fkernel%2Flinux.git init/config: Do not select BUILD_BIN2C for IKCONFIG Since commit 13610aa908dc ("kernel/configs: use .incbin directive to embed config_data.gz"), IKCONFIG no longer uses BUILD_BIN2C so prevent it from being selected in Kconfig. Reviewed-by: Masahiro Yamada Signed-off-by: Joel Fernandes (Google) Signed-off-by: Greg Kroah-Hartman --- diff --git a/init/Kconfig b/init/Kconfig index 47c0db6e63a52..26a364a95b571 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -562,7 +562,6 @@ config BUILD_BIN2C config IKCONFIG tristate "Kernel .config support" - select BUILD_BIN2C ---help--- This option enables the complete Linux kernel ".config" file contents to be saved in the kernel. It provides documentation