qubes-linux-kernel/patches.rpmify/rpm-kernel-config
2010-07-07 13:12:45 +02:00

24 lines
572 B
Plaintext

From: Andreas Gruenbacher <agruen@suse.de>
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 <agruen@suse.de>
init/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1,3 +1,7 @@
+config SUSE_KERNEL
+ bool
+ default y
+
config ARCH
string
option env="ARCH"