blob: 1b1c057c84fd0d0d225ff8ffa787b33cbaddefc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
if RALINK_RT3883
menu "Ralink RT3662/RT3883 machine selection"
config RT3883_MACH_RT_N56U
bool "Asus RT-N56U support"
select RALINK_DEV_GPIO_BUTTONS
select RALINK_DEV_GPIO_LEDS
endmenu
endif
|