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