summaryrefslogtreecommitdiff
path: root/target/linux/ramips/files/drivers/net/ethernet/ramips/Kconfig
blob: 08d7ad170c98ec444f31c237e4c4636beda3e0ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config NET_RAMIPS
       tristate "Ralink RT288X/RT3X5X/RT3662/RT3883 ethernet driver"
       depends on MIPS_RALINK
       select PHYLIB if (SOC_RT288X || SOC_RT3883)
       help
         This driver supports the etehrnet mac inside the ralink wisocs

if NET_RAMIPS

config NET_RAMIPS_DEBUG
       bool "Enable debug messages in the Ralink ethernet driver"

endif