diff options
| -rw-r--r-- | arch/powerpc/Kconfig | 3 | ||||
| -rw-r--r-- | arch/powerpc/platforms/maple/Kconfig | 1 | ||||
| -rw-r--r-- | arch/powerpc/platforms/pasemi/Kconfig | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 232c298c93..d40844f9b0 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
| @@ -160,6 +160,7 @@ config PPC_DCR | |||
| 160 | 160 | ||
| 161 | config PPC_OF_PLATFORM_PCI | 161 | config PPC_OF_PLATFORM_PCI |
| 162 | bool | 162 | bool |
| 163 | depends on PCI | ||
| 163 | depends on PPC64 # not supported on 32 bits yet | 164 | depends on PPC64 # not supported on 32 bits yet |
| 164 | default n | 165 | default n |
| 165 | 166 | ||
| @@ -417,7 +418,7 @@ endmenu | |||
| 417 | 418 | ||
| 418 | config ISA_DMA_API | 419 | config ISA_DMA_API |
| 419 | bool | 420 | bool |
| 420 | default y | 421 | default !PPC_ISERIES || PCI |
| 421 | 422 | ||
| 422 | menu "Bus options" | 423 | menu "Bus options" |
| 423 | 424 | ||
diff --git a/arch/powerpc/platforms/maple/Kconfig b/arch/powerpc/platforms/maple/Kconfig index f7c95eb5d8..a6467a5591 100644 --- a/arch/powerpc/platforms/maple/Kconfig +++ b/arch/powerpc/platforms/maple/Kconfig | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | config PPC_MAPLE | 1 | config PPC_MAPLE |
| 2 | depends on PPC_MULTIPLATFORM && PPC64 | 2 | depends on PPC_MULTIPLATFORM && PPC64 |
| 3 | bool "Maple 970FX Evaluation Board" | 3 | bool "Maple 970FX Evaluation Board" |
| 4 | select PCI | ||
| 4 | select MPIC | 5 | select MPIC |
| 5 | select U3_DART | 6 | select U3_DART |
| 6 | select MPIC_U3_HT_IRQS | 7 | select MPIC_U3_HT_IRQS |
diff --git a/arch/powerpc/platforms/pasemi/Kconfig b/arch/powerpc/platforms/pasemi/Kconfig index 2f4dd6e4aa..b3458a181a 100644 --- a/arch/powerpc/platforms/pasemi/Kconfig +++ b/arch/powerpc/platforms/pasemi/Kconfig | |||
| @@ -3,6 +3,7 @@ config PPC_PASEMI | |||
| 3 | bool "PA Semi SoC-based platforms" | 3 | bool "PA Semi SoC-based platforms" |
| 4 | default n | 4 | default n |
| 5 | select MPIC | 5 | select MPIC |
| 6 | select PCI | ||
| 6 | select PPC_UDBG_16550 | 7 | select PPC_UDBG_16550 |
| 7 | select PPC_NATIVE | 8 | select PPC_NATIVE |
| 8 | select MPIC_BROKEN_REGREAD | 9 | select MPIC_BROKEN_REGREAD |
