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 ...@@ -12,6 +12,14 @@ config ALPHA
port. The Alpha Linux project has a home page at port. The Alpha Linux project has a home page at
<http://www.alphalinux.org/>. <http://www.alphalinux.org/>.
config MMU
bool
default y
config SWAP
bool
default y
config UID16 config UID16
bool bool
......
...@@ -16,6 +16,14 @@ config ARM ...@@ -16,6 +16,14 @@ config ARM
Europe. There is an ARM Linux project with a web page at Europe. There is an ARM Linux project with a web page at
<http://www.arm.linux.org.uk/>. <http://www.arm.linux.org.uk/>.
config MMU
bool
default y
config SWAP
bool
default y
config EISA config EISA
bool bool
---help--- ---help---
......
...@@ -5,6 +5,14 @@ ...@@ -5,6 +5,14 @@
mainmenu "Linux/CRIS Kernel Configuration" mainmenu "Linux/CRIS Kernel Configuration"
config MMU
bool
default y
config SWAP
bool
default y
config UID16 config UID16
bool bool
default y default y
......
...@@ -14,6 +14,14 @@ config X86 ...@@ -14,6 +14,14 @@ config X86
486, 586, Pentiums, and various instruction-set-compatible chips by 486, 586, Pentiums, and various instruction-set-compatible chips by
AMD, Cyrix, and others. AMD, Cyrix, and others.
config MMU
bool
default y
config SWAP
bool
default y
config SBUS config SBUS
bool bool
......
...@@ -13,6 +13,14 @@ config IA64 ...@@ -13,6 +13,14 @@ config IA64
page at <http://www.linuxia64.org/> and a mailing list at page at <http://www.linuxia64.org/> and a mailing list at
linux-ia64@linuxia64.org. linux-ia64@linuxia64.org.
config MMU
bool
default y
config SWAP
bool
default y
config RWSEM_GENERIC_SPINLOCK config RWSEM_GENERIC_SPINLOCK
bool bool
default y default y
......
...@@ -6,6 +6,14 @@ config M68K ...@@ -6,6 +6,14 @@ config M68K
bool bool
default y default y
config MMU
bool
default y
config SWAP
bool
default y
config UID16 config UID16
bool bool
default y default y
......
...@@ -6,6 +6,14 @@ config MIPS ...@@ -6,6 +6,14 @@ config MIPS
bool bool
default y default y
config MMU
bool
default y
config SWAP
bool
default y
config SMP config SMP
bool bool
---help--- ---help---
......
...@@ -5,6 +5,14 @@ ...@@ -5,6 +5,14 @@
mainmenu "Linux Kernel Configuration" mainmenu "Linux Kernel Configuration"
config MMU
bool
default y
config SWAP
bool
default y
source "init/Kconfig" source "init/Kconfig"
......
...@@ -13,6 +13,14 @@ config PARISC ...@@ -13,6 +13,14 @@ config PARISC
Hewlett-Packard and used in their line of workstations. The PA-RISC Hewlett-Packard and used in their line of workstations. The PA-RISC
Linux project has a home page at <www.parisc-linux.org>. Linux project has a home page at <www.parisc-linux.org>.
config MMU
bool
default y
config SWAP
bool
default y
config UID16 config UID16
bool bool
......
# For a description of the syntax of this configuration file, # For a description of the syntax of this configuration file,
# see Documentation/kbuild/config-language.txt. # see Documentation/kbuild/config-language.txt.
# #
config MMU
bool
default y
config SWAP
bool
default y
config UID16 config UID16
bool bool
......
...@@ -2,6 +2,15 @@ ...@@ -2,6 +2,15 @@
# For a description of the syntax of this configuration file, # For a description of the syntax of this configuration file,
# see Documentation/kbuild/config-language.txt. # see Documentation/kbuild/config-language.txt.
# #
config MMU
bool
default y
config SWAP
bool
default y
config UID16 config UID16
bool bool
......
...@@ -2,6 +2,15 @@ ...@@ -2,6 +2,15 @@
# For a description of the syntax of this configuration file, # For a description of the syntax of this configuration file,
# see Documentation/kbuild/config-language.txt. # see Documentation/kbuild/config-language.txt.
# #
config MMU
bool
default y
config SWAP
bool
default y
config ISA config ISA
bool bool
help help
......
...@@ -2,6 +2,15 @@ ...@@ -2,6 +2,15 @@
# For a description of the syntax of this configuration file, # For a description of the syntax of this configuration file,
# see Documentation/kbuild/config-language.txt. # see Documentation/kbuild/config-language.txt.
# #
config MMU
bool
default y
config SWAP
bool
default y
config ISA config ISA
bool bool
help help
......
...@@ -14,6 +14,14 @@ config SUPERH ...@@ -14,6 +14,14 @@ config SUPERH
gaming console. The SuperH port has a home page at gaming console. The SuperH port has a home page at
<http://www.sh-linux.org/>. <http://www.sh-linux.org/>.
config MMU
bool
default y
config SWAP
bool
default y
config UID16 config UID16
bool bool
default y default y
......
...@@ -5,6 +5,14 @@ ...@@ -5,6 +5,14 @@
mainmenu "Linux/SPARC Kernel Configuration" mainmenu "Linux/SPARC Kernel Configuration"
config MMU
bool
default y
config SWAP
bool
default y
config UID16 config UID16
bool bool
default y default y
......
...@@ -5,6 +5,14 @@ ...@@ -5,6 +5,14 @@
mainmenu "Linux/UltraSPARC Kernel Configuration" mainmenu "Linux/UltraSPARC Kernel Configuration"
config MMU
bool
default y
config SWAP
bool
default y
source "init/Kconfig" source "init/Kconfig"
......
...@@ -2,6 +2,14 @@ config USERMODE ...@@ -2,6 +2,14 @@ config USERMODE
bool bool
default y default y
# XXX: does UM have a mmu/swap?
config MMU
bool
default y
config SWAP
bool
default y
mainmenu "Linux/Usermode Kernel Configuration" mainmenu "Linux/Usermode Kernel Configuration"
......
...@@ -25,6 +25,14 @@ config X86 ...@@ -25,6 +25,14 @@ config X86
486, 586, Pentiums, and various instruction-set-compatible chips by 486, 586, Pentiums, and various instruction-set-compatible chips by
AMD, Cyrix, and others. AMD, Cyrix, and others.
config MMU
bool
default y
config SWAP
bool
default y
config ISA config ISA
bool bool
help 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