Re: [PATCH 02/13] kernel: Build bin2c based on config option CONFIG_BUILD_BIN2C

2014-06-04 Thread Borislav Petkov
On Tue, Jun 03, 2014 at 09:06:51AM -0400, Vivek Goyal wrote: > currently bin2c builds only if CONFIG_IKCONFIG=y. But bin2c will now be > used by kexec too. So make it compilation dependent on CONFIG_BUILD_BIN2C > and this config option can be selected by CONFIG_KEXEC and CONFIG_IKCONFIG. > > Sign

[PATCH 02/13] kernel: Build bin2c based on config option CONFIG_BUILD_BIN2C

2014-06-03 Thread Vivek Goyal
currently bin2c builds only if CONFIG_IKCONFIG=y. But bin2c will now be used by kexec too. So make it compilation dependent on CONFIG_BUILD_BIN2C and this config option can be selected by CONFIG_KEXEC and CONFIG_IKCONFIG. Signed-off-by: Vivek Goyal --- arch/x86/Kconfig | 1 + init/Kconfig