The following patch moves it to the menu "Processor type & features"
Right before HIMEM.
Sam
===== arch/i386/Kconfig 1.46 vs edited =====
--- 1.46/arch/i386/Kconfig Mon Mar 3 03:14:31 2003
+++ edited/arch/i386/Kconfig Mon Mar 3 20:16:28 2003
@@ -18,15 +18,6 @@
bool
default y
-config SWAP
- bool "Support for paging of anonymous memory"
- default y
- help
- This option allows you to choose whether you want to have support
- for socalled swap devices or swap files in your kernel that are
- used to provide more virtual memory than the actual RAM present
- in your computer. If unusre say Y.
-
config SBUS
bool
@@ -624,6 +615,15 @@
This option is experimental, but believed to be safe,
and most disk controller BIOS vendors do not yet implement this feature.
+
+config SWAP
+ bool "Support for paging of anonymous memory"
+ default y
+ help
+ This option allows you to choose whether you want to have support
+ for so called swap devices or swap files in your kernel that are
+ used to provide more virtual memory than the actual RAM present
+ in your computer. If unsure say Y.
choice
prompt "High Memory Support"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/