diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0fb17bbb86bc..665ce173e664 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -205,6 +205,7 @@ config ARCH_IMX | |||
205 | config ARCH_IOP32X | 205 | config ARCH_IOP32X |
206 | bool "IOP32x-based" | 206 | bool "IOP32x-based" |
207 | depends on MMU | 207 | depends on MMU |
208 | select PLAT_IOP | ||
208 | select PCI | 209 | select PCI |
209 | help | 210 | help |
210 | Support for Intel's 80219 and IOP32X (XScale) family of | 211 | Support for Intel's 80219 and IOP32X (XScale) family of |
@@ -213,6 +214,7 @@ config ARCH_IOP32X | |||
213 | config ARCH_IOP33X | 214 | config ARCH_IOP33X |
214 | bool "IOP33x-based" | 215 | bool "IOP33x-based" |
215 | depends on MMU | 216 | depends on MMU |
217 | select PLAT_IOP | ||
216 | select PCI | 218 | select PCI |
217 | help | 219 | help |
218 | Support for Intel's IOP33X (XScale) family of processors. | 220 | Support for Intel's IOP33X (XScale) family of processors. |
@@ -362,6 +364,9 @@ source "arch/arm/mach-netx/Kconfig" | |||
362 | config ARCH_ACORN | 364 | config ARCH_ACORN |
363 | bool | 365 | bool |
364 | 366 | ||
367 | config PLAT_IOP | ||
368 | bool | ||
369 | |||
365 | source arch/arm/mm/Kconfig | 370 | source arch/arm/mm/Kconfig |
366 | 371 | ||
367 | # bool 'Use XScale PMU as timer source' CONFIG_XSCALE_PMU_TIMER | 372 | # bool 'Use XScale PMU as timer source' CONFIG_XSCALE_PMU_TIMER |