summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorJoel Fernandes (Google) <joel@joelfernandes.org>2019-04-26 15:04:30 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-29 10:48:04 -0400
commitbc0c60457c35c895b5591f85046b1f13da5487c4 (patch)
tree8b62b73205608c21e0ae802c9034ab8ee3c4751c /init
parent43d8ce9d65a54846d378545770991e65838981e0 (diff)
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 <yamada.masahiro@socionext.com> Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 47c0db6e63a5..26a364a95b57 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -562,7 +562,6 @@ config BUILD_BIN2C
562 562
563config IKCONFIG 563config IKCONFIG
564 tristate "Kernel .config support" 564 tristate "Kernel .config support"
565 select BUILD_BIN2C
566 ---help--- 565 ---help---
567 This option enables the complete Linux kernel ".config" file 566 This option enables the complete Linux kernel ".config" file
568 contents to be saved in the kernel. It provides documentation 567 contents to be saved in the kernel. It provides documentation