[ramips] add Ralink V11ST-FE board support
[openwrt/svn-archive/archive.git] / target / linux / ramips / files / arch / mips / ralink / rt288x / Kconfig
1 if RALINK_RT288X
2
3 menu "Ralink RT288x machine selection"
4
5 config RT288X_MACH_F5D8235_V1
6 bool "Belkin F5D8235 V1 board support"
7 select RALINK_DEV_GPIO_LEDS
8
9 config RT288X_MACH_RT_N15
10 bool "Asus RT-N15 board support"
11 select RALINK_DEV_GPIO_BUTTONS
12 select RALINK_DEV_GPIO_LEDS
13
14 config RT288X_MACH_V11ST_FE
15 bool "Ralink V11ST-FE board support"
16 select RALINK_DEV_GPIO_BUTTONS
17 select RALINK_DEV_GPIO_LEDS
18
19 config RT288X_MACH_WLI_TX4_AG300N
20 bool "Buffalo WLI-TX4-AG300N board support"
21 select RALINK_DEV_GPIO_BUTTONS
22 select RALINK_DEV_GPIO_LEDS
23
24 config RT288X_MACH_WZR_AGL300NH
25 bool "Buffalo WZR-AGL300NH board support"
26 select RALINK_DEV_GPIO_LEDS
27
28 endmenu
29
30 endif