From: Andreas Gruenbacher Subject: Add the CONFIG_SUSE_KERNEL option Patch-mainline: Never, SuSE-specific CONFIG_SUSE_KERNEL is set automatically in our config files. It must still be added in kconfig so that the option does not disappear whenever the kernel is reconfigured (e.g., ``make oldconfig''). Signed-off-by: Andreas Gruenbacher init/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) --- a/init/Kconfig +++ b/init/Kconfig @@ -1,3 +1,6 @@ +config SUSE_KERNEL + def_bool y + config ARCH string option env="ARCH"