diff options
author | Sven Eckelmann <sven.eckelmann@open-mesh.com> | 2016-08-09 15:58:08 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-02-14 12:18:05 +0100 |
commit | 417f9e7e82528573414d63b3f3d0f0e23a1a75c2 (patch) | |
tree | 8e86c624f098af60dada877ac0e1085f98a6a63f /target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | |
parent | 88aa7eeee5c97d09bab84ad8e8c57f597b1374a4 (diff) | |
download | upstream-417f9e7e82528573414d63b3f3d0f0e23a1a75c2.tar.gz upstream-417f9e7e82528573414d63b3f3d0f0e23a1a75c2.tar.bz2 upstream-417f9e7e82528573414d63b3f3d0f0e23a1a75c2.zip |
ar71xx: add kernel support for the OpenMesh A60 board
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt index 35403b22c9..8460b0fbda 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt +++ b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt @@ -1,3 +1,13 @@ +config ATH79_MACH_A60 + bool "OpenMesh A60 board support" + select SOC_QCA955X + select ATH79_DEV_AP9X_PCI if PCI + select ATH79_DEV_ETH + select ATH79_DEV_LEDS_GPIO + select ATH79_DEV_M25P80 + select ATH79_DEV_WMAC + select ATH79_DEV_USB + config ATH79_MACH_ALFA_AP120C bool "ALFA Network AP120C board support" select ATH79_DEV_AP9X_PCI if PCI |