diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-02-18 12:31:14 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-02-18 12:31:14 +0100 |
commit | 3b0eb4a195a124567cd0dd6f700f8388def542c6 (patch) | |
tree | a5302057b2d2bdfb2072cb2ff0df9e1c0990345c /arch/arm/Kconfig | |
parent | Merge NetSilicon NS93xx tree (diff) | |
parent | [ARM] 4184/1: iop: cp6 access handler (undef_hook) (diff) | |
download | linux-3b0eb4a195a124567cd0dd6f700f8388def542c6.tar.xz linux-3b0eb4a195a124567cd0dd6f700f8388def542c6.zip |
Merge the easy part of the IOP branch
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 8136d32cd78f..2c32c8702cfd 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -233,6 +233,8 @@ config ARCH_IOP33X config ARCH_IOP13XX bool "IOP13xx-based" + depends on MMU + select PLAT_IOP select PCI help Support for Intel's IOP13XX (XScale) family of processors. |