diff options
author | Milan Svoboda <msvoboda@ra.rockwell.com> | 2006-06-25 22:12:12 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-25 22:12:12 +0100 |
commit | 689391210a4a8a1bf35119f87c51b3e01ef549e6 (patch) | |
tree | b53e15b38b89412f3722df766d32dd94f991e9eb /arch/arm/Kconfig | |
parent | 801194e3bcf7cde163b23c6279c559e69cb4ca57 (diff) |
[ARM] 3612/1: make pci bus optional for ixp4xx platform
Patch from Milan Svoboda
IXP4XX platform can happily live without pci bus. This patch modifies
Kconfig to support this option and modifies Makefile so pci only files
are compiled only when pci is really selected.
Patch is tested and ixdp465 runs fine with or without the pci bus.--
Signed-off-by: Milan Svoboda <msvoboda@ra.rockwell.com>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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1b7e5c2e90e..114a5e0dbff 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -372,7 +372,7 @@ config ISA_DMA_API bool config PCI - bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB + bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB || ARCH_IXP4XX help Find out whether you have a PCI motherboard. PCI is the name of a bus system, i.e. the way the CPU talks to the other stuff inside |