diff options
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/Kconfig | 10 | ||||
-rw-r--r-- | arch/powerpc/platforms/cell/Kconfig | 3 | ||||
-rw-r--r-- | arch/powerpc/platforms/iseries/Kconfig | 3 |
3 files changed, 12 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig index 658ffc50493d..54db9fbab1dc 100644 --- a/arch/powerpc/platforms/Kconfig +++ b/arch/powerpc/platforms/Kconfig | |||
@@ -154,11 +154,17 @@ config PPC_P7_NAP | |||
154 | config PPC_INDIRECT_IO | 154 | config PPC_INDIRECT_IO |
155 | bool | 155 | bool |
156 | select GENERIC_IOMAP | 156 | select GENERIC_IOMAP |
157 | default n | 157 | |
158 | config PPC_INDIRECT_PIO | ||
159 | bool | ||
160 | select PPC_INDIRECT_IO | ||
161 | |||
162 | config PPC_INDIRECT_MMIO | ||
163 | bool | ||
164 | select PPC_INDIRECT_IO | ||
158 | 165 | ||
159 | config GENERIC_IOMAP | 166 | config GENERIC_IOMAP |
160 | bool | 167 | bool |
161 | default n | ||
162 | 168 | ||
163 | source "drivers/cpufreq/Kconfig" | 169 | source "drivers/cpufreq/Kconfig" |
164 | 170 | ||
diff --git a/arch/powerpc/platforms/cell/Kconfig b/arch/powerpc/platforms/cell/Kconfig index 81239ebed83f..3c7f1de06cdf 100644 --- a/arch/powerpc/platforms/cell/Kconfig +++ b/arch/powerpc/platforms/cell/Kconfig | |||
@@ -6,7 +6,8 @@ config PPC_CELL_COMMON | |||
6 | bool | 6 | bool |
7 | select PPC_CELL | 7 | select PPC_CELL |
8 | select PPC_DCR_MMIO | 8 | select PPC_DCR_MMIO |
9 | select PPC_INDIRECT_IO | 9 | select PPC_INDIRECT_PIO |
10 | select PPC_INDIRECT_MMIO | ||
10 | select PPC_NATIVE | 11 | select PPC_NATIVE |
11 | select PPC_RTAS | 12 | select PPC_RTAS |
12 | select IRQ_EDGE_EOI_HANDLER | 13 | select IRQ_EDGE_EOI_HANDLER |
diff --git a/arch/powerpc/platforms/iseries/Kconfig b/arch/powerpc/platforms/iseries/Kconfig index e5bc9f75d474..ea1d3622b41c 100644 --- a/arch/powerpc/platforms/iseries/Kconfig +++ b/arch/powerpc/platforms/iseries/Kconfig | |||
@@ -1,7 +1,8 @@ | |||
1 | config PPC_ISERIES | 1 | config PPC_ISERIES |
2 | bool "IBM Legacy iSeries" | 2 | bool "IBM Legacy iSeries" |
3 | depends on PPC64 && PPC_BOOK3S | 3 | depends on PPC64 && PPC_BOOK3S |
4 | select PPC_INDIRECT_IO | 4 | select PPC_INDIRECT_PIO |
5 | select PPC_INDIRECT_MMIO | ||
5 | select PPC_PCI_CHOICE if EXPERT | 6 | select PPC_PCI_CHOICE if EXPERT |
6 | 7 | ||
7 | menu "iSeries device drivers" | 8 | menu "iSeries device drivers" |