ramips: rt288x: add support for the Belkin F5D8235-4 v1 board
[openwrt/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_WLI_TX4_AG300N
15 bool "Buffalo WLI-TX4-AG300N board support"
16 select RALINK_DEV_GPIO_BUTTONS
17 select RALINK_DEV_GPIO_LEDS
18
19 config RT288X_MACH_WZR_AGL300NH
20 bool "Buffalo WZR-AGL300NH board support"
21 select RALINK_DEV_GPIO_LEDS
22
23 endmenu
24
25 endif