diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2016-09-14 15:49:05 +0530 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-09-21 22:45:05 +0200 |
commit | 6016b23bd553f60cfb2fd9023fe8da4c116d9572 (patch) | |
tree | c6a16923fbd7b738ef68e67ac67806ac448ad7a9 /arch/arm/mach-keystone | |
parent | 90793df938f11e676880338b94feb4d45cc3701e (diff) | |
download | blackbird-op-linux-6016b23bd553f60cfb2fd9023fe8da4c116d9572.tar.gz blackbird-op-linux-6016b23bd553f60cfb2fd9023fe8da4c116d9572.zip |
ARM: stop *MIGHT_HAVE_PCI* config from being selected redundantly
*MIGHT_HAVE_PCI* config is already selected in ARCH_MULTIPLATFORM.
Don't select it redundantly in all ARCH_MULTIPLATFORM based machines.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-keystone')
-rw-r--r-- | arch/arm/mach-keystone/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig index 8ff61be1a29f..1507287eafdb 100644 --- a/arch/arm/mach-keystone/Kconfig +++ b/arch/arm/mach-keystone/Kconfig @@ -8,7 +8,6 @@ config ARCH_KEYSTONE select COMMON_CLK_KEYSTONE select ARCH_SUPPORTS_BIG_ENDIAN select ZONE_DMA if ARM_LPAE - select MIGHT_HAVE_PCI select PCI_DOMAINS if PCI select PINCTRL help |