init/config: Do not select BUILD_BIN2C for IKCONFIG
authorJoel Fernandes (Google) <joel@joelfernandes.org>
Fri, 26 Apr 2019 19:04:30 +0000 (15:04 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Apr 2019 14:48:04 +0000 (16:48 +0200)
commitbc0c60457c35c895b5591f85046b1f13da5487c4
tree8b62b73205608c21e0ae802c9034ab8ee3c4751c
parent43d8ce9d65a54846d378545770991e65838981e0
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>
init/Kconfig