diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-14 13:45:30 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-05-15 19:49:11 +0400 |
commit | ec9502599cd837c8e4e279585817d1ffb1249126 (patch) | |
tree | c650946f4508c942cdb03f12a0f9949509199d46 /arch/mips/ath79/Kconfig | |
parent | 67644c547fef2739f49c80e5eb1ace82f3e916e2 (diff) | |
download | linux-ec9502599cd837c8e4e279585817d1ffb1249126.tar.xz |
MIPS: ath79: add PCI registration code for AR934X
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Acked-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
Cc: linux-mips@linux-mips.org
Cc: mcgrof@infradead.org
Patchwork: https://patchwork.linux-mips.org/patch/3516/
Signed-off-by: Ralf Baechle <ralf@linux-mips.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 123cc3773b49..ea28e89d0a3c 100644 --- a/arch/mips/ath79/Kconfig +++ b/arch/mips/ath79/Kconfig @@ -72,6 +72,8 @@ config SOC_AR933X config SOC_AR934X select USB_ARCH_HAS_EHCI + select HW_HAS_PCI + select PCI_AR724X if PCI def_bool n config PCI_AR724X |