Skip to content

Commit

Permalink
init/config: Do not select BUILD_BIN2C for IKCONFIG
Browse files Browse the repository at this point in the history
Since commit 13610aa ("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 <[email protected]>
Signed-off-by: Joel Fernandes (Google) <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
joelagnel authored and gregkh committed Apr 29, 2019
1 parent 43d8ce9 commit bc0c604
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc0c604

Please sign in to comment.