Commit 629e332a authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Linus Torvalds

[PATCH] PA-RISC Kconfig updates

 - Use def_bool where possible
 - Eliminate PARISC64
Signed-off-by: default avatarMatthew Wilcox <willy@parisc-linux.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 9da300e9
...@@ -6,8 +6,7 @@ ...@@ -6,8 +6,7 @@
mainmenu "Linux/PA-RISC Kernel Configuration" mainmenu "Linux/PA-RISC Kernel Configuration"
config PARISC config PARISC
bool def_bool y
default y
help help
The PA-RISC microprocessor is designed by Hewlett-Packard and used The PA-RISC microprocessor is designed by Hewlett-Packard and used
in many of their workstations & servers (HP9000 700 and 800 series, in many of their workstations & servers (HP9000 700 and 800 series,
...@@ -15,19 +14,16 @@ config PARISC ...@@ -15,19 +14,16 @@ config PARISC
at <http://www.parisc-linux.org/>. at <http://www.parisc-linux.org/>.
config MMU config MMU
bool def_bool y
default y
config STACK_GROWSUP config STACK_GROWSUP
bool def_bool y
default y
config UID16 config UID16
bool bool
config RWSEM_GENERIC_SPINLOCK config RWSEM_GENERIC_SPINLOCK
bool def_bool y
default y
config RWSEM_XCHGADD_ALGORITHM config RWSEM_XCHGADD_ALGORITHM
bool bool
...@@ -111,7 +107,7 @@ config PREFETCH ...@@ -111,7 +107,7 @@ config PREFETCH
def_bool y def_bool y
depends on PA8X00 depends on PA8X00
config PARISC64 config 64BIT
bool "64-bit kernel" bool "64-bit kernel"
depends on PA8X00 depends on PA8X00
help help
...@@ -124,9 +120,6 @@ config PARISC64 ...@@ -124,9 +120,6 @@ config PARISC64
enable this option otherwise. The 64bit kernel is significantly bigger enable this option otherwise. The 64bit kernel is significantly bigger
and slower than the 32bit one. and slower than the 32bit one.
config 64BIT
def_bool PARISC64
config SMP config SMP
bool "Symmetric multi-processing support" bool "Symmetric multi-processing support"
---help--- ---help---
...@@ -166,13 +159,12 @@ config PREEMPT ...@@ -166,13 +159,12 @@ config PREEMPT
default n default n
config COMPAT config COMPAT
bool def_bool y
depends on PARISC64 depends on 64BIT
default y
config HPUX config HPUX
bool "Support for HP-UX binaries" bool "Support for HP-UX binaries"
depends on !PARISC64 depends on !64BIT
config NR_CPUS config NR_CPUS
int "Maximum number of CPUs (2-32)" int "Maximum number of CPUs (2-32)"
......
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