1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-28 21:36:16 +02:00
openwrt-xburst/target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig
juhosg 611fd7328c [ar71xx] add dummy code for the Atheros AP83 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13354 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-11-25 19:19:55 +00:00

33 lines
558 B
Plaintext

if ATHEROS_AR71XX
config AR71XX_EARLY_SERIAL
bool "Use early serial console"
default n
menu "Atheros AR71xx machine selection"
config AR71XX_MACH_AP83
bool "Atheros AP83 board support"
default y
config AR71XX_MACH_AW_NR580
bool "AzureWave AW-NR580 board support"
default y
config AR71XX_MACH_GENERIC
bool "Generic AR71xx based machine support"
default y
config AR71XX_MACH_WP543
bool "Compex WP543 board support"
select MYLOADER
default y
config AR71XX_MACH_RB_4XX
bool "MikroTik RouterBOARD 4xx series support"
default y
endmenu
endif