aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-keystone
diff options
context:
space:
mode:
authorMurali Karicheri <m-karicheri2@ti.com>2014-10-29 16:28:14 -0400
committerSantosh Shilimkar <ssantosh@kernel.org>2014-11-04 13:29:39 -0500
commit443fcf6316d06ba4bb90b1e475eafbf8dd9f0243 (patch)
treed44e586b828357d782622fbab6f74e60865a6b47 /arch/arm/mach-keystone
parent4d5702b5f99834f9b2ac61870483c2abbdd5b66e (diff)
ARM: keystone: add pcie related options
Now that Keystone PCI controller is merged, add pcie related options by default for keystone architecture so that driver can be enabled in the build. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Diffstat (limited to 'arch/arm/mach-keystone')
-rw-r--r--arch/arm/mach-keystone/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig
index 98a156afaa94..ea955f6db8b7 100644
--- a/arch/arm/mach-keystone/Kconfig
+++ b/arch/arm/mach-keystone/Kconfig
@@ -9,6 +9,8 @@ config ARCH_KEYSTONE
9 select COMMON_CLK_KEYSTONE 9 select COMMON_CLK_KEYSTONE
10 select ARCH_SUPPORTS_BIG_ENDIAN 10 select ARCH_SUPPORTS_BIG_ENDIAN
11 select ZONE_DMA if ARM_LPAE 11 select ZONE_DMA if ARM_LPAE
12 select MIGHT_HAVE_PCI
13 select PCI_DOMAINS if PCI
12 help 14 help
13 Support for boards based on the Texas Instruments Keystone family of 15 Support for boards based on the Texas Instruments Keystone family of
14 SoCs. 16 SoCs.