2009-08-31 03:15:51 +08:00
|
|
|
if RALINK_RT305X
|
|
|
|
|
|
|
|
menu "Ralink RT350x machine selection"
|
|
|
|
|
|
|
|
config RT305X_MACH_WHR_G300N
|
|
|
|
bool "Buffalo WHR-G300N support"
|
|
|
|
default y
|
2010-01-30 23:25:49 +08:00
|
|
|
select RALINK_DEV_GPIO_BUTTONS
|
2009-08-31 17:14:14 +08:00
|
|
|
select RALINK_DEV_GPIO_LEDS
|
2009-08-31 03:15:51 +08:00
|
|
|
|
2009-10-18 16:48:07 +08:00
|
|
|
config RT305X_MACH_DIR_300_REVB
|
|
|
|
bool "D-Link DIR-300 revB board support"
|
|
|
|
default y
|
2010-01-30 23:25:44 +08:00
|
|
|
select RALINK_DEV_GPIO_BUTTONS
|
2009-10-18 16:48:07 +08:00
|
|
|
select RALINK_DEV_GPIO_LEDS
|
|
|
|
|
2009-09-02 23:31:00 +08:00
|
|
|
config RT305X_MACH_V22RW_2X2
|
|
|
|
bool "Ralink AP-RT3052-V22RW-2X2 board support"
|
|
|
|
default y
|
2010-01-30 23:25:47 +08:00
|
|
|
select RALINK_DEV_GPIO_BUTTONS
|
2009-09-02 23:31:00 +08:00
|
|
|
select RALINK_DEV_GPIO_LEDS
|
|
|
|
|
2010-08-15 17:43:07 +08:00
|
|
|
config RT305X_MACH_WCR150GN
|
|
|
|
bool "Sparklan WCR-150GN support"
|
|
|
|
default y
|
|
|
|
select RALINK_DEV_GPIO_BUTTONS
|
|
|
|
select RALINK_DEV_GPIO_LEDS
|
|
|
|
|
2009-10-25 04:55:36 +08:00
|
|
|
config RT305X_MACH_FONERA20N
|
|
|
|
bool "La Fonera20N board support"
|
|
|
|
default y
|
2010-01-30 23:25:52 +08:00
|
|
|
select RALINK_DEV_GPIO_BUTTONS
|
2009-10-25 04:55:36 +08:00
|
|
|
select RALINK_DEV_GPIO_LEDS
|
|
|
|
|
2010-09-27 22:43:34 +08:00
|
|
|
config RT305X_MACH_PWH2004
|
|
|
|
bool "Prolink PWH2004 / Abocom WR5205 support (32M RAM, 8M flash)"
|
|
|
|
default y
|
|
|
|
select RALINK_DEV_GPIO_BUTTONS
|
|
|
|
select RALINK_DEV_GPIO_LEDS
|
|
|
|
|
2009-08-31 03:15:51 +08:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
endif
|