ramips: register gpio buttons on the WHR-G300N board
[openwrt.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_BUTTONS
9         select RALINK_DEV_GPIO_LEDS
10
11 config RT305X_MACH_DIR_300_REVB
12         bool "D-Link DIR-300 revB board support"
13         default y
14         select RALINK_DEV_GPIO_BUTTONS
15         select RALINK_DEV_GPIO_LEDS
16
17 config RT305X_MACH_V22RW_2X2
18         bool "Ralink AP-RT3052-V22RW-2X2 board support"
19         default y
20         select RALINK_DEV_GPIO_BUTTONS
21         select RALINK_DEV_GPIO_LEDS
22
23 config RT305X_MACH_FONERA20N
24         bool "La Fonera20N board support"
25         default y
26         select RALINK_DEV_GPIO_LEDS
27
28 endmenu
29
30 endif