[ramips] add feature gpio
[openwrt/svn-archive/archive.git] / target / linux / ramips / files / arch / mips / ralink / rt3883 / Kconfig
1 if RALINK_RT3883
2
3 menu "Ralink RT3662/RT3883 machine selection"
4
5 config RT3883_MACH_RT_N56U
6 bool "Asus RT-N56U support"
7 select HW_HAS_PCI
8 select RALINK_DEV_GPIO_BUTTONS
9 select RALINK_DEV_GPIO_LEDS
10
11 config RT3883_MACH_DIR_645
12 bool "D-Link DIR-645 support"
13 select RALINK_DEV_GPIO_BUTTONS
14 select RALINK_DEV_GPIO_LEDS
15
16 config RT3883_MACH_OMNI_EMB_HPM
17 bool "Omnima EMB HPM board support"
18 select RALINK_DEV_GPIO_BUTTONS
19 select RALINK_DEV_GPIO_LEDS
20
21 config RT3883_MACH_TEW_691GR
22 bool "TRENDnet TEW-691GR support"
23 select RALINK_DEV_GPIO_BUTTONS
24 select RALINK_DEV_GPIO_LEDS
25
26 config RT3883_MACH_TEW_692GR
27 bool "TRENDnet TEW-692GR support"
28 select HW_HAS_PCI
29 select RALINK_DEV_GPIO_BUTTONS
30 select RALINK_DEV_GPIO_LEDS
31
32 endmenu
33
34 endif