diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 96316c866107..0e564d30fc46 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -160,9 +160,11 @@ config PPC_86xx | |||
160 | 160 | ||
161 | config 40x | 161 | config 40x |
162 | bool "AMCC 40x" | 162 | bool "AMCC 40x" |
163 | select PPC_DCR_NATIVE | ||
163 | 164 | ||
164 | config 44x | 165 | config 44x |
165 | bool "AMCC 44x" | 166 | bool "AMCC 44x" |
167 | select PPC_DCR_NATIVE | ||
166 | 168 | ||
167 | config 8xx | 169 | config 8xx |
168 | bool "Freescale 8xx" | 170 | bool "Freescale 8xx" |
@@ -208,6 +210,19 @@ config PPC_FPU | |||
208 | bool | 210 | bool |
209 | default y if PPC64 | 211 | default y if PPC64 |
210 | 212 | ||
213 | config PPC_DCR_NATIVE | ||
214 | bool | ||
215 | default n | ||
216 | |||
217 | config PPC_DCR_MMIO | ||
218 | bool | ||
219 | default n | ||
220 | |||
221 | config PPC_DCR | ||
222 | bool | ||
223 | depends on PPC_DCR_NATIVE || PPC_DCR_MMIO | ||
224 | default y | ||
225 | |||
211 | config BOOKE | 226 | config BOOKE |
212 | bool | 227 | bool |
213 | depends on E200 || E500 | 228 | depends on E200 || E500 |
@@ -453,6 +468,7 @@ config PPC_CELL | |||
453 | config PPC_CELL_NATIVE | 468 | config PPC_CELL_NATIVE |
454 | bool | 469 | bool |
455 | select PPC_CELL | 470 | select PPC_CELL |
471 | select PPC_DCR_MMIO | ||
456 | default n | 472 | default n |
457 | 473 | ||
458 | config PPC_IBM_CELL_BLADE | 474 | config PPC_IBM_CELL_BLADE |