]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.rpmify/rpm-kernel-config
Reenabled linux-xen, added patches for Xen Kernel Version 2.6.27.31,
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.rpmify / rpm-kernel-config
1 From: Andreas Gruenbacher <agruen@suse.de>
2 Subject: Add the CONFIG_SUSE_KERNEL option
3
4 CONFIG_SUSE_KERNEL is set automatically in our config files. It must
5 still be added in kconfig so that the option does not disappear
6 whenever the kernel is reconfigured (e.g., ``make oldconfig'').
7
8 Signed-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