diff options
author | Hans Ulli Kroll <ulli.kroll@googlemail.com> | 2010-12-02 12:32:15 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-05 09:39:30 +0100 |
commit | 0b05da7200dd56a5364c4d9cf5441715c1d706ed (patch) | |
tree | 54b56fdbaee6f8dc51aa18b57f2ff9918d7df778 /arch/arm/mach-integrator/Kconfig | |
parent | ARM: 6467/1: amba: optional PrimeCell core voltage switch (diff) | |
download | linux-0b05da7200dd56a5364c4d9cf5441715c1d706ed.tar.xz linux-0b05da7200dd56a5364c4d9cf5441715c1d706ed.zip |
ARM: 6520/1: Kconfig: add new symbol MIGHT_HAVE_PCI
Today more boards with arm cpu have selectable pci bus.
This patch makes this more scalable and remove line continuations in
Kconfig
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-integrator/Kconfig')
-rw-r--r-- | arch/arm/mach-integrator/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-integrator/Kconfig b/arch/arm/mach-integrator/Kconfig index 27db275b367c..769b0f10c834 100644 --- a/arch/arm/mach-integrator/Kconfig +++ b/arch/arm/mach-integrator/Kconfig @@ -4,6 +4,7 @@ menu "Integrator Options" config ARCH_INTEGRATOR_AP bool "Support Integrator/AP and Integrator/PP2 platforms" + select MIGHT_HAVE_PCI help Include support for the ARM(R) Integrator/AP and Integrator/PP2 platforms. |