Re: [PATCH 13/15] SPEAr13xx: update kconfig for PCIe selection
From: viresh kumar <viresh.kumar@linaro.org>
Date: 2012-10-29 13:33:17
Also in:
linux-pci
From: viresh kumar <viresh.kumar@linaro.org>
Date: 2012-10-29 13:33:17
Also in:
linux-pci
On Mon, Oct 29, 2012 at 12:31 PM, Pratyush Anand [off-list ref] wrote:
Signed-off-by: Pratyush Anand <redacted> --- arch/arm/mach-spear13xx/Kconfig | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-)diff --git a/arch/arm/mach-spear13xx/Kconfig b/arch/arm/mach-spear13xx/Kconfig index eaadc66..4817314 100644 --- a/arch/arm/mach-spear13xx/Kconfig +++ b/arch/arm/mach-spear13xx/Kconfig@@ -16,5 +16,17 @@ config MACH_SPEAR1340 select PINCTRL_SPEAR1340 help Supports ST SPEAr1340 machine configured via the device-tree +
change irrelevant to your patch
endmenu + +config SPEAR13XX_PCI + bool "PCI Express support"
cant this be module
+ select PCI + select PCIEPORTBUS + select ARCH_SUPPORTS_MSI + select PCI_MSI + select NEED_MACH_IO_H + help + Support SPEAr13xx PCIe Dual controler as a host
s/controler/controller
+ endif #ARCH_SPEAR13XX -- 1.7.5.4