Root/target/linux/ramips/files/drivers/net/ethernet/ramips/Kconfig

1config 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
8if NET_RAMIPS
9
10config NET_RAMIPS_DEBUG
11       bool "Enable debug messages in the Ralink ethernet driver"
12
13config NET_RAMIPS_DEBUG_FS
14    bool "Enable debugfs support for the Ralink ethernet driver"
15    depends on DEBUG_FS
16
17endif
18

Archive Download this file



interactive