ramips: register gpio buttons on the V22RW-2x2 board
[openwrt/svn-archive/archive.git] / target / linux / ramips / files / arch / mips / ralink / rt305x / Kconfig
1 if RALINK_RT305X
2
3 menu "Ralink RT350x machine selection"
4
5 config RT305X_MACH_WHR_G300N
6 bool "Buffalo WHR-G300N support"
7 default y
8 select RALINK_DEV_GPIO_LEDS
9
10 config RT305X_MACH_DIR_300_REVB
11 bool "D-Link DIR-300 revB board support"
12 default y
13 select RALINK_DEV_GPIO_BUTTONS
14 select RALINK_DEV_GPIO_LEDS
15
16 config RT305X_MACH_V22RW_2X2
17 bool "Ralink AP-RT3052-V22RW-2X2 board support"
18 default y
19 select RALINK_DEV_GPIO_BUTTONS
20 select RALINK_DEV_GPIO_LEDS
21
22 config RT305X_MACH_FONERA20N
23 bool "La Fonera20N board support"
24 default y
25 select RALINK_DEV_GPIO_LEDS
26
27 endmenu
28
29 endif