diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-15 08:38:23 -0500 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-02-19 03:36:32 -0500 |
commit | 0a5f3b1c9f20eb44142e3b37662de15c944f759d (patch) | |
tree | 4449da00868b3878745c6e18e666ca03e59be2c0 /arch/mips/ath79/Kconfig | |
parent | e9c0d0aaa3a7a6e66135e8b44f3323143a635098 (diff) |
MIPS: ath79: add PCI controller registration code for the QCA955X SoCs
Add SoC specific PCI IRQ map, and register platform
devices for the two built-in PCIe RCs.
Cc: Rodriguez, Luis <rodrigue@qca.qualcomm.com>
Cc: Giori, Kathy <kgiori@qca.qualcomm.com>
Cc: QCA Linux Team <qca-linux-team@qca.qualcomm.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/4951/
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'arch/mips/ath79/Kconfig')
-rw-r--r-- | arch/mips/ath79/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/ath79/Kconfig b/arch/mips/ath79/Kconfig index 77926e331b17..76a001e5fc26 100644 --- a/arch/mips/ath79/Kconfig +++ b/arch/mips/ath79/Kconfig | |||
@@ -90,6 +90,8 @@ config SOC_AR934X | |||
90 | 90 | ||
91 | config SOC_QCA955X | 91 | config SOC_QCA955X |
92 | select USB_ARCH_HAS_EHCI | 92 | select USB_ARCH_HAS_EHCI |
93 | select HW_HAS_PCI | ||
94 | select PCI_AR724X if PCI | ||
93 | def_bool n | 95 | def_bool n |
94 | 96 | ||
95 | config PCI_AR724X | 97 | config PCI_AR724X |