Erm, yes, that makes sense. How about this (for brevity, just
init/Kconfig):
===== init/Kconfig 1.10 vs edited =====
--- 1.10/init/Kconfig Mon Feb 3 13:19:37 2003
+++ edited/init/Kconfig Thu Mar 6 11:54:30 2003
@@ -37,6 +37,16 @@
menu "General setup"
+config SWAP
+ bool "Support for paging of anonymous memory"
+ depends on MMU
+ 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 SYSVIPC
bool "System V IPC"
---help---
-- Tom Rini http://gate.crashing.org/~trini/ - 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/