summaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorDeepak Saxena <dsaxena@plexity.net>2006-04-30 14:34:29 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-04-30 14:34:29 (GMT)
commit76bbb00288e569e7bd9ec18f45e4f814352260dd (patch)
treeaba61c9801651aed96062701689ce03717b638c6 /arch/arm/Kconfig
parentcd95842ca0ffb0e3df3b459832a60f9f4544ed9e (diff)
downloadlinux-fsl-qoriq-76bbb00288e569e7bd9ec18f45e4f814352260dd.tar.xz
[ARM] 3487/1: IXP4xx: Support non-PCI systems
Patch from Deepak Saxena This patch allows for the addition of IXP4xx systems that do not make use of the PCI interface by moving the CONFIG_PCI symbol selection to be platform-specific instead of for all of IXP4xx. If at least one machine with PCI support is built, the PCI code will be compiled in, but when building !PCI, this will drastically shrink the kernel size. Signed-off-by: Deepak Saxena <dsaxena@plexity.net> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 1dbf6dd..08b7cc9 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -150,8 +150,6 @@ config ARCH_IOP3XX
config ARCH_IXP4XX
bool "IXP4xx-based"
- select DMABOUNCE
- select PCI
help
Support for Intel's IXP4XX (XScale) family of processors.