Build etherswitch support for appropriate Ralink/Mediatek SoCs
Etherswitch support is built by default on all SoCs except RT3662/RT3883 as they have no built-in switch and their configurations with external switches are not yet supported. Sponsored by: Smartcom - Bulgaria AD
This commit is contained in:
parent
4e5f11e0b9
commit
8fff7b95fd
@ -76,3 +76,7 @@ device if_bridge
|
||||
# Extres
|
||||
device ext_resources
|
||||
device clk
|
||||
|
||||
# For now there's no etherswitch support for RT3662/RT3883
|
||||
nodevice etherswitch
|
||||
nodevice mtkswitch
|
||||
|
@ -40,3 +40,8 @@ mips/mips/tick.c standard
|
||||
# Temporary Reset if
|
||||
mips/mediatek/fdt_reset.c standard
|
||||
mips/mediatek/fdt_reset_if.m standard
|
||||
|
||||
# Switch
|
||||
dev/etherswitch/mtkswitch/mtkswitch.c optional mtkswitch
|
||||
dev/etherswitch/mtkswitch/mtkswitch_rt3050.c optional mtkswitch
|
||||
dev/etherswitch/mtkswitch/mtkswitch_mt7620.c optional mtkswitch
|
||||
|
@ -82,3 +82,9 @@ device loop
|
||||
|
||||
# ether device support
|
||||
device ether
|
||||
|
||||
# ether switch support
|
||||
device etherswitch
|
||||
device miibus
|
||||
device mtkswitch
|
||||
device mdio
|
||||
|
Loading…
x
Reference in New Issue
Block a user