ramips: register gpio-buttons on the RT-N15 board
[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_RT_N15
6         bool "Asus RT-N15 board support"
7         default y
8         select RALINK_DEV_GPIO_BUTTONS
9         select RALINK_DEV_GPIO_LEDS
10
11 config RT288X_MACH_WZR_AGL300NH
12         bool "Buffalo WZR-AGL300NH board support"
13         default y
14         select RALINK_DEV_GPIO_LEDS
15
16 endmenu
17
18 endif