Blob Blame History Raw
From: Andreas Gruenbacher <agruen@suse.de>
Subject: Add the CONFIG_SUSE_KERNEL option
Patch-mainline: Never, SuSE-specific
References: none

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 <agruen@suse.de>

---
 Kconfig           |    1 +
 init/Kconfig.suse |    2 ++
 2 files changed, 3 insertions(+)

--- a/Kconfig
+++ b/Kconfig
@@ -9,3 +9,4 @@ config SRCARCH
 	option env="SRCARCH"
 
 source "arch/$SRCARCH/Kconfig"
+source "init/Kconfig.suse"
--- /dev/null
+++ b/init/Kconfig.suse
@@ -0,0 +1,2 @@
+config SUSE_KERNEL
+	def_bool y