31dcc8132b4e38fa9c252cb6f9f50eec7c0043a6
[openwrt.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 HW_HAS_PCI
17         select RALINK_DEV_GPIO_BUTTONS
18         select RALINK_DEV_GPIO_LEDS
19
20 config RT288X_MACH_WLI_TX4_AG300N
21         bool "Buffalo WLI-TX4-AG300N board support"
22         select RALINK_DEV_GPIO_BUTTONS
23         select RALINK_DEV_GPIO_LEDS
24
25 config RT288X_MACH_WZR_AGL300NH
26         bool "Buffalo WZR-AGL300NH board support"
27         select RALINK_DEV_GPIO_LEDS
28
29 endmenu
30
31 endif