2009-08-31 03:15:51 +08:00
|
|
|
if RALINK_RT288X
|
|
|
|
|
|
|
|
menu "Ralink RT288x machine selection"
|
|
|
|
|
2009-09-02 03:34:27 +08:00
|
|
|
config RT288X_MACH_RT_N15
|
|
|
|
bool "Asus RT-N15 board support"
|
|
|
|
default y
|
2010-01-30 23:25:25 +08:00
|
|
|
select RALINK_DEV_GPIO_BUTTONS
|
2009-09-02 03:34:27 +08:00
|
|
|
select RALINK_DEV_GPIO_LEDS
|
|
|
|
|
2010-01-25 07:31:49 +08:00
|
|
|
config RT288X_MACH_WZR_AGL300NH
|
|
|
|
bool "Buffalo WZR-AGL300NH board support"
|
|
|
|
default y
|
|
|
|
select RALINK_DEV_GPIO_LEDS
|
|
|
|
|
2009-08-31 03:15:51 +08:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
endif
|