aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorTzachi Perelstein <tzachi@marvell.com>2007-10-23 15:14:42 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-01-26 10:03:43 -0500
commit038ee0832ee1b1e2bd2be4599cd535ea9aaaf658 (patch)
treec5d127dbb09a564801e34894660752b3889302cc /arch/arm/Kconfig
parent585cf17561d3174a745bec49c422c1a621c95fc4 (diff)
[ARM] Orion: PCI support
This patch adds support for PCI and PCI-E controllers in the Orion, Orion-NAS and Orion2. Signed-off-by: Tzachi Perelstein <tzachi@marvell.com> Reviewed-by: Nicolas Pitre <nico@marvell.com> Reviewed-by: Lennert Buytenhek <buytenh@marvell.com> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 036239150ff8..37aa3c606c0c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -336,6 +336,7 @@ config ARCH_MXC
336config ARCH_ORION 336config ARCH_ORION
337 bool "Marvell Orion" 337 bool "Marvell Orion"
338 depends on MMU 338 depends on MMU
339 select PCI
339 help 340 help
340 Support for Marvell Orion System on Chip family. 341 Support for Marvell Orion System on Chip family.
341 342