diff options
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/Kconfig | 13 |
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 + + + |