diff options
author | Conor O'Gorman <i@conorogorman.net> | 2017-01-15 22:01:04 +0000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-01-20 00:40:33 +0100 |
commit | d38ffd8cd916ac23e4247816ab3f4575bd036566 (patch) | |
tree | 8e74ccfbc9c580ab5f7b5ef805993fddee9e188d /target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | |
parent | eb97f41fc23ffbd6635b402d6e0bbd8e8ef029bb (diff) | |
download | mtk-20170518-d38ffd8cd916ac23e4247816ab3f4575bd036566.zip mtk-20170518-d38ffd8cd916ac23e4247816ab3f4575bd036566.tar.gz mtk-20170518-d38ffd8cd916ac23e4247816ab3f4575bd036566.tar.bz2 |
ar71xx: add Abicom SC450 support
Support Abicom International Scorpion SC450 Board
QCA9550 700MHz Extended Temperature Range
256MB DDR2
256MB NAND Flash
16MB NOR Flash
10/100/1000 Ethernet
15W Max, 3x3 Mode, Full Power TX Power
802.3-at POE+ & DC Input options
100x 85mm
USB
PCIe
SFP
GPIO/LED
Signed-off-by: Conor O'Gorman <i@conorogorman.net>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | 11 |
1 files changed, 11 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 8514ff9..2855506 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt +++ b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt @@ -53,6 +53,17 @@ config ATH79_MACH_SC300M select ATH79_DEV_USB select ATH79_DEV_WMAC +config ATH79_MACH_SC450 + bool "Abicom SC450 board support" + select SOC_QCA955X + select ATH79_DEV_AP9X_PCI if PCI + select ATH79_DEV_ETH + select ATH79_DEV_GPIO_BUTTONS + select ATH79_DEV_LEDS_GPIO + select ATH79_DEV_M25P80 + select ATH79_DEV_USB + select ATH79_DEV_WMAC + config ATH79_MACH_ALL0258N bool "Allnet ALL0258N support" select SOC_AR724X |