diff options
author | Milan Svoboda <msvoboda@ra.rockwell.com> | 2006-06-25 17:12:12 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-25 17:12:12 -0400 |
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 1b7e5c2e90ef..114a5e0dbff0 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -372,7 +372,7 @@ config ISA_DMA_API | |||
372 | bool | 372 | bool |
373 | 373 | ||
374 | config PCI | 374 | config PCI |
375 | bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB | 375 | bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB || ARCH_IXP4XX |
376 | help | 376 | help |
377 | Find out whether you have a PCI motherboard. PCI is the name of a | 377 | Find out whether you have a PCI motherboard. PCI is the name of a |
378 | bus system, i.e. the way the CPU talks to the other stuff inside | 378 | bus system, i.e. the way the CPU talks to the other stuff inside |