1bc4c2bb08ef9e49801f0a61b97c506c12beeee3
[openwrt/staging/yousong.git] / target / linux / ramips / files / drivers / net / ethernet / ramips / Kconfig
1 config NET_RAMIPS
2 tristate "Ralink RT288X/RT3X5X/RT3662/RT3883 ethernet driver"
3 depends on MIPS_RALINK
4 select PHYLIB if (SOC_RT288X || SOC_RT3883)
5 select SWCONFIG if SOC_RT305X
6 help
7 This driver supports the etehrnet mac inside the ralink wisocs
8
9 if NET_RAMIPS
10
11 config NET_RAMIPS_DEBUG
12 bool "Enable debug messages in the Ralink ethernet driver"
13
14 config NET_RAMIPS_DEBUG_FS
15 bool "Enable debugfs support for the Ralink ethernet driver"
16 depends on DEBUG_FS
17
18 endif