Andreas Gruenbacher 11f3a3
From: Andreas Gruenbacher <agruen@suse.de>
Andreas Gruenbacher 11f3a3
Subject: Add the CONFIG_SUSE_KERNEL option
Jeff Mahoney 45c6fd
Patch-mainline: Never, SuSE-specific
Michal Kubecek 0a6d0d
References: none
Olaf Kirch 752ba2
Andreas Gruenbacher 11f3a3
CONFIG_SUSE_KERNEL is set automatically in our config files. It must
Andreas Gruenbacher 11f3a3
still be added in kconfig so that the option does not disappear
Andreas Gruenbacher 11f3a3
whenever the kernel is reconfigured (e.g., ``make oldconfig'').
Olaf Kirch 752ba2
Andreas Gruenbacher 11f3a3
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Michal Kubecek a3b9ca
---
Michal Kubecek a3b9ca
 Kconfig           | 2 ++
Michal Kubecek a3b9ca
 init/Kconfig.suse | 2 ++
Michal Kubecek a3b9ca
 2 files changed, 4 insertions(+)
Michal Kubecek a3b9ca
 create mode 100644 init/Kconfig.suse
Greg Kroah-Hartman 22c080
Jeff Mahoney b7f69f
--- a/Kconfig
Jeff Mahoney b7f69f
+++ b/Kconfig
Michal Kubecek 0a6d0d
@@ -32,3 +32,5 @@ source "lib/Kconfig"
Michal Kubecek a3b9ca
 source "lib/Kconfig.debug"
Michal Kubecek 0a6d0d
 
Michal Kubecek 0a6d0d
 source "Documentation/Kconfig"
Michal Kubecek a3b9ca
+
Jeff Mahoney b7f69f
+source "init/Kconfig.suse"
Jeff Mahoney b7f69f
--- /dev/null
Jeff Mahoney b7f69f
+++ b/init/Kconfig.suse
Jeff Mahoney b7f69f
@@ -0,0 +1,2 @@
Gerd Hoffmann 695282
+config SUSE_KERNEL
Jan Beulich 713650
+	def_bool y