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

Archive Download this file



interactive