projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d5702b
)
ARM: keystone: add pcie related options
author
Murali Karicheri
<m-karicheri2@ti.com>
Wed, 29 Oct 2014 20:28:14 +0000
(16:28 -0400)
committer
Santosh Shilimkar
<ssantosh@kernel.org>
Tue, 4 Nov 2014 18:29:39 +0000
(10:29 -0800)
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>
arch/arm/mach-keystone/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-keystone/Kconfig
b/arch/arm/mach-keystone/Kconfig
index 98a156afaa94bb5854d2b0eb3a83c6f1d6e2e3cd..ea955f6db8b7edd77324879de7b3551aac118ea5 100644
(file)
--- a/
arch/arm/mach-keystone/Kconfig
+++ b/
arch/arm/mach-keystone/Kconfig
@@
-9,6
+9,8
@@
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
help
Support for boards based on the Texas Instruments Keystone family of
SoCs.