2009-08-30 22:15:51 +03:00
|
|
|
if RALINK_RT305X
|
|
|
|
|
|
|
|
menu "Ralink RT350x machine selection"
|
|
|
|
|
|
|
|
config RT305X_MACH_WHR_G300N
|
|
|
|
bool "Buffalo WHR-G300N support"
|
|
|
|
default y
|
2010-01-30 17:25:49 +02:00
|
|
|
select RALINK_DEV_GPIO_BUTTONS
|
2009-08-31 12:14:14 +03:00
|
|
|
select RALINK_DEV_GPIO_LEDS
|
2009-08-30 22:15:51 +03:00
|
|
|
|
2009-10-18 11:48:07 +03:00
|
|
|
config RT305X_MACH_DIR_300_REVB
|
|
|
|
bool "D-Link DIR-300 revB board support"
|
|
|
|
default y
|
2010-01-30 17:25:44 +02:00
|
|
|
select RALINK_DEV_GPIO_BUTTONS
|
2009-10-18 11:48:07 +03:00
|
|
|
select RALINK_DEV_GPIO_LEDS
|
|
|
|
|
2009-09-02 18:31:00 +03:00
|
|
|
config RT305X_MACH_V22RW_2X2
|
|
|
|
bool "Ralink AP-RT3052-V22RW-2X2 board support"
|
|
|
|
default y
|
2010-01-30 17:25:47 +02:00
|
|
|
select RALINK_DEV_GPIO_BUTTONS
|
2009-09-02 18:31:00 +03:00
|
|
|
select RALINK_DEV_GPIO_LEDS
|
|
|
|
|
2009-10-24 23:55:36 +03:00
|
|
|
config RT305X_MACH_FONERA20N
|
|
|
|
bool "La Fonera20N board support"
|
|
|
|
default y
|
2010-01-30 17:25:52 +02:00
|
|
|
select RALINK_DEV_GPIO_BUTTONS
|
2009-10-24 23:55:36 +03:00
|
|
|
select RALINK_DEV_GPIO_LEDS
|
|
|
|
|
2009-08-30 22:15:51 +03:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
endif
|