diff mbox series

[v6,2/2] init/config: Do not select BUILD_BIN2C for IKCONFIG

Message ID 20190408212855.233198-2-joel@joelfernandes.org (mailing list archive)
State New
Headers show
Series [v6,1/2] Provide in-kernel headers to make extending kernel easier | expand

Commit Message

Joel Fernandes April 8, 2019, 9:28 p.m. UTC
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.

Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
---
 init/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Masahiro Yamada April 11, 2019, 2:17 p.m. UTC | #1
On Tue, Apr 9, 2019 at 6:38 AM Joel Fernandes (Google)
<joel@joelfernandes.org> wrote:
>
> 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.
>
> Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>


This patch is independent of 1/2,
and trivial enough.

Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>


> ---
>  init/Kconfig | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/init/Kconfig b/init/Kconfig
> index ea75bfbf7dfa..ffcb2f90543f 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
> --
> 2.21.0.392.gf8f6787159e-goog
>
diff mbox series

Patch

diff --git a/init/Kconfig b/init/Kconfig
index ea75bfbf7dfa..ffcb2f90543f 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