X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fparisc%2FKconfig;h=bc7a19da6245d89349cf4c532cc8233623a217de;hb=db51d92b90193cf69b2bcc2874fd0b267fd3e710;hp=3d73545e8c484d158b96788be65a9a7fcab60f48;hpb=5cb69bcacea70024252138a9cb4229a142a93389;p=linux-2.6 diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 3d73545e8c..bc7a19da62 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -7,6 +7,8 @@ mainmenu "Linux/PA-RISC Kernel Configuration" config PARISC def_bool y + select HAVE_IDE + select HAVE_OPROFILE help The PA-RISC microprocessor is designed by Hewlett-Packard and used in many of their workstations & servers (HP9000 700 and 800 series, @@ -19,6 +21,11 @@ config MMU config STACK_GROWSUP def_bool y +config GENERIC_LOCKBREAK + bool + default y + depends on SMP && PREEMPT + config RWSEM_GENERIC_SPINLOCK def_bool y @@ -69,6 +76,9 @@ config IRQ_PER_CPU bool default y +config ARCH_SUPPORTS_AOUT + def_bool y + # unless you want to implement ACPI on PA-RISC ... ;-) config PM bool @@ -200,9 +210,8 @@ config SMP singleprocessor machines. On a singleprocessor machine, the kernel will run faster if you say N here. - See also the , - and the SMP-HOWTO available - at . + See also and the SMP-HOWTO + available at . If you don't know what to do here, say N. @@ -267,8 +276,6 @@ source "drivers/Kconfig" source "fs/Kconfig" -source "arch/parisc/oprofile/Kconfig" - source "arch/parisc/Kconfig.debug" source "security/Kconfig"