qubes-linux-kernel/patches.rpmify/rpm-kernel-config
2011-04-19 22:09:59 +02:00

23 lines
566 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,6 @@
+config SUSE_KERNEL
+ def_bool y
+
config ARCH
string
option env="ARCH"