diff options
| -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 40943e19918f..f123c7c9fc98 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
| @@ -188,23 +188,27 @@ config ARCH_IMX | |||
| 188 | 188 | ||
| 189 | config ARCH_IOP3XX | 189 | config ARCH_IOP3XX |
| 190 | bool "IOP3xx-based" | 190 | bool "IOP3xx-based" |
| 191 | depends on MMU | ||
| 191 | select PCI | 192 | select PCI |
| 192 | help | 193 | help |
| 193 | Support for Intel's IOP3XX (XScale) family of processors. | 194 | Support for Intel's IOP3XX (XScale) family of processors. |
| 194 | 195 | ||
| 195 | config ARCH_IXP4XX | 196 | config ARCH_IXP4XX |
| 196 | bool "IXP4xx-based" | 197 | bool "IXP4xx-based" |
| 198 | depends on MMU | ||
| 197 | help | 199 | help |
| 198 | Support for Intel's IXP4XX (XScale) family of processors. | 200 | Support for Intel's IXP4XX (XScale) family of processors. |
| 199 | 201 | ||
| 200 | config ARCH_IXP2000 | 202 | config ARCH_IXP2000 |
| 201 | bool "IXP2400/2800-based" | 203 | bool "IXP2400/2800-based" |
| 204 | depends on MMU | ||
| 202 | select PCI | 205 | select PCI |
| 203 | help | 206 | help |
| 204 | Support for Intel's IXP2400/2800 (XScale) family of processors. | 207 | Support for Intel's IXP2400/2800 (XScale) family of processors. |
| 205 | 208 | ||
| 206 | config ARCH_IXP23XX | 209 | config ARCH_IXP23XX |
| 207 | bool "IXP23XX-based" | 210 | bool "IXP23XX-based" |
| 211 | depends on MMU | ||
| 208 | select PCI | 212 | select PCI |
| 209 | help | 213 | help |
| 210 | Support for Intel's IXP23xx (XScale) family of processors. | 214 | Support for Intel's IXP23xx (XScale) family of processors. |
| @@ -229,6 +233,7 @@ config ARCH_PNX4008 | |||
| 229 | 233 | ||
| 230 | config ARCH_PXA | 234 | config ARCH_PXA |
| 231 | bool "PXA2xx-based" | 235 | bool "PXA2xx-based" |
| 236 | depends on MMU | ||
| 232 | select ARCH_MTD_XIP | 237 | select ARCH_MTD_XIP |
| 233 | help | 238 | help |
| 234 | Support for Intel's PXA2XX processor line. | 239 | Support for Intel's PXA2XX processor line. |
