aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/patches-3.14/105-ar2315_pci.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-09-12 06:53:48 +0000
committerJohn Crispin <blogic@openwrt.org>2014-09-12 06:53:48 +0000
commit2dfb3a4f2a41a936f1f2b58e63388c48fc890355 (patch)
tree449b56b5e7f7c0211bad563f094a6d05efaab9bc /target/linux/atheros/patches-3.14/105-ar2315_pci.patch
parentc0d10e60289c01480c6a92b0ffad68466eac3b11 (diff)
downloadmaster-187ad058-2dfb3a4f2a41a936f1f2b58e63388c48fc890355.tar.gz
master-187ad058-2dfb3a4f2a41a936f1f2b58e63388c48fc890355.tar.bz2
master-187ad058-2dfb3a4f2a41a936f1f2b58e63388c48fc890355.zip
atheros: rename SoCs config symbols
Rename config symbols to be consistent with other SoCs config symbols supported by MIPS arch. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42508 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/patches-3.14/105-ar2315_pci.patch')
-rw-r--r--target/linux/atheros/patches-3.14/105-ar2315_pci.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/atheros/patches-3.14/105-ar2315_pci.patch b/target/linux/atheros/patches-3.14/105-ar2315_pci.patch
index 2b7f5ed70e..7cbe629a08 100644
--- a/target/linux/atheros/patches-3.14/105-ar2315_pci.patch
+++ b/target/linux/atheros/patches-3.14/105-ar2315_pci.patch
@@ -358,14 +358,14 @@
+}
--- a/arch/mips/ar231x/Kconfig
+++ b/arch/mips/ar231x/Kconfig
-@@ -7,3 +7,10 @@ config ATHEROS_AR2315
+@@ -7,3 +7,10 @@ config SOC_AR2315
bool "Atheros 2315+ support"
depends on ATHEROS_AR231X
default y
+
+config PCI_AR2315
+ bool "AR2315 PCI controller support"
-+ depends on ATHEROS_AR2315
++ depends on SOC_AR2315
+ select HW_HAS_PCI
+ select PCI
+ default y