[ramips] adds support for Edimax BR-6524N
[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_BR6524N
10 bool "Edimax BR6524N support"
11 select RALINK_DEV_GPIO_BUTTONS
12 select RALINK_DEV_GPIO_LEDS
13
14 config RT288X_MACH_RT_N15
15 bool "Asus RT-N15 board support"
16 select RALINK_DEV_GPIO_BUTTONS
17 select RALINK_DEV_GPIO_LEDS
18
19 config RT288X_MACH_V11ST_FE
20 bool "Ralink V11ST-FE board support"
21 select HW_HAS_PCI
22 select RALINK_DEV_GPIO_BUTTONS
23 select RALINK_DEV_GPIO_LEDS
24
25 config RT288X_MACH_WLI_TX4_AG300N
26 bool "Buffalo WLI-TX4-AG300N board support"
27 select RALINK_DEV_GPIO_BUTTONS
28 select RALINK_DEV_GPIO_LEDS
29
30 config RT288X_MACH_WZR_AGL300NH
31 bool "Buffalo WZR-AGL300NH board support"
32 select RALINK_DEV_GPIO_LEDS
33
34 endmenu
35
36 endif