c821d5bd7c2559ffb2747fa5897bf518abc7c54f
[openwrt.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        help
6          This driver supports the etehrnet mac inside the ralink wisocs
7
8 if NET_RAMIPS
9
10 config NET_RAMIPS_DEBUG
11        bool "Enable debug messages in the Ralink ethernet driver"
12
13 config NET_RAMIPS_DEBUG_FS
14         bool "Enable debugfs support for the Ralink ethernet driver"
15         depends on DEBUG_FS
16
17 endif