From: Andreas Gruenbacher Subject: Add the CONFIG_SUSE_KERNEL option 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 @@ -101,6 +101,10 @@ config LOCALVERSION_AUTO which is done within the script "scripts/setlocalversion".) +config SUSE_KERNEL + bool + default y + config SWAP bool "Support for paging of anonymous memory (swap)" depends on MMU && BLOCK