From 71e1f824ab337ec60a1ca59e6dbcd1e6dfcc416d Mon Sep 17 00:00:00 2001 From: Russell King Date: Wed, 28 Jun 2006 12:52:41 +0100 Subject: [PATCH] --- yaml --- r: 31033 b: refs/heads/master c: a4f7e76367f7775ecf534a37b4623c83d9d7ba74 h: refs/heads/master i: 31031: 706f8f424020a13a88ac9fb6ad4ba39f7a215bfe v: v3 --- [refs] | 2 +- trunk/arch/arm/Kconfig | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4a3f58f169db..08da411aacfb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3e3612259560abde89615e0df1deb1f2303a0bc4 +refs/heads/master: a4f7e76367f7775ecf534a37b4623c83d9d7ba74 diff --git a/trunk/arch/arm/Kconfig b/trunk/arch/arm/Kconfig index 40943e19918f..f123c7c9fc98 100644 --- a/trunk/arch/arm/Kconfig +++ b/trunk/arch/arm/Kconfig @@ -188,23 +188,27 @@ config ARCH_IMX config ARCH_IOP3XX bool "IOP3xx-based" + depends on MMU select PCI help Support for Intel's IOP3XX (XScale) family of processors. config ARCH_IXP4XX bool "IXP4xx-based" + depends on MMU help Support for Intel's IXP4XX (XScale) family of processors. config ARCH_IXP2000 bool "IXP2400/2800-based" + depends on MMU select PCI help Support for Intel's IXP2400/2800 (XScale) family of processors. config ARCH_IXP23XX bool "IXP23XX-based" + depends on MMU select PCI help Support for Intel's IXP23xx (XScale) family of processors. @@ -229,6 +233,7 @@ config ARCH_PNX4008 config ARCH_PXA bool "PXA2xx-based" + depends on MMU select ARCH_MTD_XIP help Support for Intel's PXA2XX processor line.