diff options
author | Hans Ulli Kroll <ulli.kroll@googlemail.com> | 2010-12-02 11:32:15 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-05 08:39:30 (GMT) |
commit | 0b05da7200dd56a5364c4d9cf5441715c1d706ed (patch) | |
tree | 54b56fdbaee6f8dc51aa18b57f2ff9918d7df778 /arch/arm/mach-versatile | |
parent | 65500fa94aaeb3475e39c0c5180f188014164ca4 (diff) | |
download | linux-0b05da7200dd56a5364c4d9cf5441715c1d706ed.tar.xz |
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-versatile')
-rw-r--r-- | arch/arm/mach-versatile/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-versatile/Kconfig b/arch/arm/mach-versatile/Kconfig index c781f30..3f7b5e9 100644 --- a/arch/arm/mach-versatile/Kconfig +++ b/arch/arm/mach-versatile/Kconfig @@ -4,6 +4,7 @@ menu "Versatile platform type" config ARCH_VERSATILE_PB bool "Support Versatile/PB platform" select CPU_ARM926T + select MIGHT_HAVE_PCI default y help Include support for the ARM(R) Versatile/PB platform. |