aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/ralink/rt3883/Kconfig
blob: 5aa040df9f32b41f04e8d4df5cbfd465a821fbb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
if RALINK_RT3883

menu "Ralink RT3662/RT3883 machine selection"

config RT3883_MACH_RT_N56U
	bool "Asus RT-N56U support"
	select HW_HAS_PCI
	select RALINK_DEV_GPIO_BUTTONS
	select RALINK_DEV_GPIO_LEDS

endmenu

endif