aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros-2.6/files/arch/mips/atheros/Kconfig
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-02-04 21:18:10 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-02-04 21:18:10 +0000
commit76c376d82a9bb487024875ad8a9985b078428ca0 (patch)
treecb1889ac12efd291486fea515200a0715cba6ce7 /target/linux/atheros-2.6/files/arch/mips/atheros/Kconfig
parentb4bd2648998ee5ed8f4a1dc6385462976ad64ff0 (diff)
downloadupstream-76c376d82a9bb487024875ad8a9985b078428ca0.tar.gz
upstream-76c376d82a9bb487024875ad8a9985b078428ca0.tar.bz2
upstream-76c376d82a9bb487024875ad8a9985b078428ca0.zip
update atheros 2.6 port - add support for the older chip generation
SVN-Revision: 6265
Diffstat (limited to 'target/linux/atheros-2.6/files/arch/mips/atheros/Kconfig')
-rw-r--r--target/linux/atheros-2.6/files/arch/mips/atheros/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/atheros-2.6/files/arch/mips/atheros/Kconfig b/target/linux/atheros-2.6/files/arch/mips/atheros/Kconfig
new file mode 100644
index 0000000000..2170fd710b
--- /dev/null
+++ b/target/linux/atheros-2.6/files/arch/mips/atheros/Kconfig
@@ -0,0 +1,13 @@
+
+config ATHEROS_AR5312
+ bool "Atheros 5312/2312+ support"
+ depends on ATHEROS
+ default y
+
+config ATHEROS_AR5315
+ bool "Atheros 5315/2315+ support"
+ depends on ATHEROS
+ default y
+
+
+