Browse Source

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>
Murali Karicheri 10 years ago
parent
commit
443fcf6316
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/arm/mach-keystone/Kconfig

+ 2 - 0
arch/arm/mach-keystone/Kconfig

@@ -9,6 +9,8 @@ config ARCH_KEYSTONE
 	select COMMON_CLK_KEYSTONE
 	select COMMON_CLK_KEYSTONE
 	select ARCH_SUPPORTS_BIG_ENDIAN
 	select ARCH_SUPPORTS_BIG_ENDIAN
 	select ZONE_DMA if ARM_LPAE
 	select ZONE_DMA if ARM_LPAE
+	select MIGHT_HAVE_PCI
+	select PCI_DOMAINS if PCI
 	help
 	help
 	  Support for boards based on the Texas Instruments Keystone family of
 	  Support for boards based on the Texas Instruments Keystone family of
 	  SoCs.
 	  SoCs.