]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/suse-2.6.27.31/patches.rpmify/rpm-kernel-config
Move xen patchset to new version's subdir.
[ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.rpmify / rpm-kernel-config
CommitLineData
00e5a55c
BS
1From: Andreas Gruenbacher <agruen@suse.de>
2Subject: Add the CONFIG_SUSE_KERNEL option
3
4CONFIG_SUSE_KERNEL is set automatically in our config files. It must
5still be added in kconfig so that the option does not disappear
6whenever the kernel is reconfigured (e.g., ``make oldconfig'').
7
8Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
9
10 init/Kconfig | 4 ++++
11 1 file changed, 4 insertions(+)
12
13--- a/init/Kconfig
14+++ b/init/Kconfig
15@@ -101,6 +101,10 @@ config LOCALVERSION_AUTO
16
17 which is done within the script "scripts/setlocalversion".)
18
19+config SUSE_KERNEL
20+ bool
21+ default y
22+
23 config SWAP
24 bool "Support for paging of anonymous memory (swap)"
25 depends on MMU && BLOCK