diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index a0259edae5c9..bbbe02197afb 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -427,11 +427,6 @@ config NODES_SHIFT | |||
427 | default "4" | 427 | default "4" |
428 | depends on NEED_MULTIPLE_NODES | 428 | depends on NEED_MULTIPLE_NODES |
429 | 429 | ||
430 | config MAX_ACTIVE_REGIONS | ||
431 | int | ||
432 | default "256" if PPC64 | ||
433 | default "32" | ||
434 | |||
435 | config ARCH_SELECT_MEMORY_MODEL | 430 | config ARCH_SELECT_MEMORY_MODEL |
436 | def_bool y | 431 | def_bool y |
437 | depends on PPC64 | 432 | depends on PPC64 |
@@ -646,14 +641,14 @@ menu "Bus options" | |||
646 | 641 | ||
647 | config ISA | 642 | config ISA |
648 | bool "Support for ISA-bus hardware" | 643 | bool "Support for ISA-bus hardware" |
649 | depends on PPC_PREP || PPC_CHRP | 644 | depends on PPC_CHRP |
650 | select PPC_I8259 | 645 | select PPC_I8259 |
651 | help | 646 | help |
652 | 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 |
653 | 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 |
654 | 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 |
655 | 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 |
656 | you have an embedded board, consult your board documentation. | 651 | embedded board, consult your board documentation. |
657 | 652 | ||
658 | config ZONE_DMA | 653 | config ZONE_DMA |
659 | bool | 654 | bool |
@@ -685,7 +680,6 @@ config SBUS | |||
685 | config FSL_SOC | 680 | config FSL_SOC |
686 | bool | 681 | bool |
687 | select HAVE_CAN_FLEXCAN if NET && CAN | 682 | select HAVE_CAN_FLEXCAN if NET && CAN |
688 | select PPC_CLOCK | ||
689 | 683 | ||
690 | config FSL_PCI | 684 | config FSL_PCI |
691 | bool | 685 | bool |
@@ -744,7 +738,6 @@ config PCI | |||
744 | bool "PCI support" if PPC_PCI_CHOICE | 738 | bool "PCI support" if PPC_PCI_CHOICE |
745 | default y if !40x && !CPM2 && !8xx && !PPC_83xx \ | 739 | default y if !40x && !CPM2 && !8xx && !PPC_83xx \ |
746 | && !PPC_85xx && !PPC_86xx && !GAMECUBE_COMMON | 740 | && !PPC_85xx && !PPC_86xx && !GAMECUBE_COMMON |
747 | default PCI_PERMEDIA if !4xx && !CPM2 && !8xx | ||
748 | default PCI_QSPAN if !4xx && !CPM2 && 8xx | 741 | default PCI_QSPAN if !4xx && !CPM2 && 8xx |
749 | select ARCH_SUPPORTS_MSI | 742 | select ARCH_SUPPORTS_MSI |
750 | select GENERIC_PCI_IOMAP | 743 | select GENERIC_PCI_IOMAP |
@@ -774,11 +767,6 @@ config PCI_8260 | |||
774 | select PPC_INDIRECT_PCI | 767 | select PPC_INDIRECT_PCI |
775 | default y | 768 | default y |
776 | 769 | ||
777 | config 8260_PCI9 | ||
778 | bool "Enable workaround for MPC826x erratum PCI 9" | ||
779 | depends on PCI_8260 && !8272 | ||
780 | default y | ||
781 | |||
782 | source "drivers/pci/pcie/Kconfig" | 770 | source "drivers/pci/pcie/Kconfig" |
783 | 771 | ||
784 | source "drivers/pci/Kconfig" | 772 | source "drivers/pci/Kconfig" |
@@ -968,7 +956,7 @@ config TASK_SIZE_BOOL | |||
968 | 956 | ||
969 | config TASK_SIZE | 957 | config TASK_SIZE |
970 | hex "Size of user task space" if TASK_SIZE_BOOL | 958 | hex "Size of user task space" if TASK_SIZE_BOOL |
971 | default "0x80000000" if PPC_PREP || PPC_8xx | 959 | default "0x80000000" if PPC_8xx |
972 | default "0xc0000000" | 960 | default "0xc0000000" |
973 | 961 | ||
974 | config CONSISTENT_SIZE_BOOL | 962 | config CONSISTENT_SIZE_BOOL |