aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig21
1 files changed, 4 insertions, 17 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index ea5bb045983a..bbbe02197afb 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -114,7 +114,6 @@ config PPC
114 select USE_GENERIC_SMP_HELPERS if SMP 114 select USE_GENERIC_SMP_HELPERS if SMP
115 select HAVE_OPROFILE 115 select HAVE_OPROFILE
116 select HAVE_DEBUG_KMEMLEAK 116 select HAVE_DEBUG_KMEMLEAK
117 select HAVE_SYSCALL_WRAPPERS if PPC64
118 select GENERIC_ATOMIC64 if PPC32 117 select GENERIC_ATOMIC64 if PPC32
119 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE 118 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
120 select HAVE_PERF_EVENTS 119 select HAVE_PERF_EVENTS
@@ -428,11 +427,6 @@ config NODES_SHIFT
428 default "4" 427 default "4"
429 depends on NEED_MULTIPLE_NODES 428 depends on NEED_MULTIPLE_NODES
430 429
431config MAX_ACTIVE_REGIONS
432 int
433 default "256" if PPC64
434 default "32"
435
436config ARCH_SELECT_MEMORY_MODEL 430config ARCH_SELECT_MEMORY_MODEL
437 def_bool y 431 def_bool y
438 depends on PPC64 432 depends on PPC64
@@ -647,14 +641,14 @@ menu "Bus options"
647 641
648config ISA 642config ISA
649 bool "Support for ISA-bus hardware" 643 bool "Support for ISA-bus hardware"
650 depends on PPC_PREP || PPC_CHRP 644 depends on PPC_CHRP
651 select PPC_I8259 645 select PPC_I8259
652 help 646 help
653 Find out whether you have ISA slots on your motherboard. ISA is the 647 Find out whether you have ISA slots on your motherboard. ISA is the
654 name of a bus system, i.e. the way the CPU talks to the other stuff 648 name of a bus system, i.e. the way the CPU talks to the other stuff
655 inside your box. If you have an Apple machine, say N here; if you 649 inside your box. If you have an Apple machine, say N here; if you
656 have an IBM RS/6000 or pSeries machine or a PReP machine, say Y. If 650 have an IBM RS/6000 or pSeries machine, say Y. If you have an
657 you have an embedded board, consult your board documentation. 651 embedded board, consult your board documentation.
658 652
659config ZONE_DMA 653config ZONE_DMA
660 bool 654 bool
@@ -686,7 +680,6 @@ config SBUS
686config FSL_SOC 680config FSL_SOC
687 bool 681 bool
688 select HAVE_CAN_FLEXCAN if NET && CAN 682 select HAVE_CAN_FLEXCAN if NET && CAN
689 select PPC_CLOCK
690 683
691config FSL_PCI 684config FSL_PCI
692 bool 685 bool
@@ -745,7 +738,6 @@ config PCI
745 bool "PCI support" if PPC_PCI_CHOICE 738 bool "PCI support" if PPC_PCI_CHOICE
746 default y if !40x && !CPM2 && !8xx && !PPC_83xx \ 739 default y if !40x && !CPM2 && !8xx && !PPC_83xx \
747 && !PPC_85xx && !PPC_86xx && !GAMECUBE_COMMON 740 && !PPC_85xx && !PPC_86xx && !GAMECUBE_COMMON
748 default PCI_PERMEDIA if !4xx && !CPM2 && !8xx
749 default PCI_QSPAN if !4xx && !CPM2 && 8xx 741 default PCI_QSPAN if !4xx && !CPM2 && 8xx
750 select ARCH_SUPPORTS_MSI 742 select ARCH_SUPPORTS_MSI
751 select GENERIC_PCI_IOMAP 743 select GENERIC_PCI_IOMAP
@@ -775,11 +767,6 @@ config PCI_8260
775 select PPC_INDIRECT_PCI 767 select PPC_INDIRECT_PCI
776 default y 768 default y
777 769
778config 8260_PCI9
779 bool "Enable workaround for MPC826x erratum PCI 9"
780 depends on PCI_8260 && !8272
781 default y
782
783source "drivers/pci/pcie/Kconfig" 770source "drivers/pci/pcie/Kconfig"
784 771
785source "drivers/pci/Kconfig" 772source "drivers/pci/Kconfig"
@@ -969,7 +956,7 @@ config TASK_SIZE_BOOL
969 956
970config TASK_SIZE 957config TASK_SIZE
971 hex "Size of user task space" if TASK_SIZE_BOOL 958 hex "Size of user task space" if TASK_SIZE_BOOL
972 default "0x80000000" if PPC_PREP || PPC_8xx 959 default "0x80000000" if PPC_8xx
973 default "0xc0000000" 960 default "0xc0000000"
974 961
975config CONSISTENT_SIZE_BOOL 962config CONSISTENT_SIZE_BOOL