aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/ath79
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-03-14 05:45:29 -0400
committerRalf Baechle <ralf@linux-mips.org>2012-05-15 11:49:11 -0400
commit67644c547fef2739f49c80e5eb1ace82f3e916e2 (patch)
tree041180fc9457a4125b3ae36477055f98cfb8587d /arch/mips/ath79
parent574d6e70ea25a8d5dd4b77464ae7314d40f1caf2 (diff)
MIPS: ath79: add PCI_AR724X Kconfig symbol
The AR724X specific PCI code can be used for the AR934X SoCs, however it can be selected only if SOC_AR724X is set. Introduce a new Kconfig symbol in order to be able to use the code for AR934X as well. 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/3514/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ath79')
-rw-r--r--arch/mips/ath79/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/ath79/Kconfig b/arch/mips/ath79/Kconfig
index 5fa3d7b2b716..123cc3773b49 100644
--- a/arch/mips/ath79/Kconfig
+++ b/arch/mips/ath79/Kconfig
@@ -59,6 +59,7 @@ config SOC_AR724X
59 select USB_ARCH_HAS_EHCI 59 select USB_ARCH_HAS_EHCI
60 select USB_ARCH_HAS_OHCI 60 select USB_ARCH_HAS_OHCI
61 select HW_HAS_PCI 61 select HW_HAS_PCI
62 select PCI_AR724X if PCI
62 def_bool n 63 def_bool n
63 64
64config SOC_AR913X 65config SOC_AR913X
@@ -73,6 +74,9 @@ config SOC_AR934X
73 select USB_ARCH_HAS_EHCI 74 select USB_ARCH_HAS_EHCI
74 def_bool n 75 def_bool n
75 76
77config PCI_AR724X
78 def_bool n
79
76config ATH79_DEV_GPIO_BUTTONS 80config ATH79_DEV_GPIO_BUTTONS
77 def_bool n 81 def_bool n
78 82