Commit 0a541971 authored by Christoph Hellwig's avatar Christoph Hellwig

[PATCH] add CONFIG_MMU and CONFIG_SWAP

Now that m68knommu and v850 are merged we need all other architectures
to define CONFIG_SWAP and CONFIG_MMU so that we can make code
conditional on it.
parent 37e093c1
......@@ -12,6 +12,14 @@ config ALPHA
port. The Alpha Linux project has a home page at
<http://www.alphalinux.org/>.
config MMU
bool
default y
config SWAP
bool
default y
config UID16
bool
......
......@@ -16,6 +16,14 @@ config ARM
Europe. There is an ARM Linux project with a web page at
<http://www.arm.linux.org.uk/>.
config MMU
bool
default y
config SWAP
bool
default y
config EISA
bool
---help---
......
......@@ -5,6 +5,14 @@
mainmenu "Linux/CRIS Kernel Configuration"
config MMU
bool
default y
config SWAP
bool
default y
config UID16
bool
default y
......
......@@ -14,6 +14,14 @@ config X86
486, 586, Pentiums, and various instruction-set-compatible chips by
AMD, Cyrix, and others.
config MMU
bool
default y
config SWAP
bool
default y
config SBUS
bool
......
......@@ -13,6 +13,14 @@ config IA64
page at <http://www.linuxia64.org/> and a mailing list at
linux-ia64@linuxia64.org.
config MMU
bool
default y
config SWAP
bool
default y
config RWSEM_GENERIC_SPINLOCK
bool
default y
......
......@@ -6,6 +6,14 @@ config M68K
bool
default y
config MMU
bool
default y
config SWAP
bool
default y
config UID16
bool
default y
......
......@@ -6,6 +6,14 @@ config MIPS
bool
default y
config MMU
bool
default y
config SWAP
bool
default y
config SMP
bool
---help---
......
......@@ -5,6 +5,14 @@
mainmenu "Linux Kernel Configuration"
config MMU
bool
default y
config SWAP
bool
default y
source "init/Kconfig"
......
......@@ -13,6 +13,14 @@ config PARISC
Hewlett-Packard and used in their line of workstations. The PA-RISC
Linux project has a home page at <www.parisc-linux.org>.
config MMU
bool
default y
config SWAP
bool
default y
config UID16
bool
......
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/config-language.txt.
#
config MMU
bool
default y
config SWAP
bool
default y
config UID16
bool
......
......@@ -2,6 +2,15 @@
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/config-language.txt.
#
config MMU
bool
default y
config SWAP
bool
default y
config UID16
bool
......
......@@ -2,6 +2,15 @@
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/config-language.txt.
#
config MMU
bool
default y
config SWAP
bool
default y
config ISA
bool
help
......
......@@ -2,6 +2,15 @@
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/config-language.txt.
#
config MMU
bool
default y
config SWAP
bool
default y
config ISA
bool
help
......
......@@ -14,6 +14,14 @@ config SUPERH
gaming console. The SuperH port has a home page at
<http://www.sh-linux.org/>.
config MMU
bool
default y
config SWAP
bool
default y
config UID16
bool
default y
......
......@@ -5,6 +5,14 @@
mainmenu "Linux/SPARC Kernel Configuration"
config MMU
bool
default y
config SWAP
bool
default y
config UID16
bool
default y
......
......@@ -5,6 +5,14 @@
mainmenu "Linux/UltraSPARC Kernel Configuration"
config MMU
bool
default y
config SWAP
bool
default y
source "init/Kconfig"
......
......@@ -2,6 +2,14 @@ config USERMODE
bool
default y
# XXX: does UM have a mmu/swap?
config MMU
bool
default y
config SWAP
bool
default y
mainmenu "Linux/Usermode Kernel Configuration"
......
......@@ -25,6 +25,14 @@ config X86
486, 586, Pentiums, and various instruction-set-compatible chips by
AMD, Cyrix, and others.
config MMU
bool
default y
config SWAP
bool
default y
config ISA
bool
help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment