net: synquacer: Add netsec driver
Add SynQuacer's NETSEC GbE controller driver. Since this driver will load the firmware from SPI NOR flash, this depends on CONFIG_SYNQUACER_SPI=y. Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
This commit is contained in:
parent
f024e0b208
commit
eab447b2b5
3 changed files with 1143 additions and 0 deletions
|
@ -673,6 +673,14 @@ config SNI_AVE
|
|||
This driver implements support for the Socionext AVE Ethernet
|
||||
controller, as found on the Socionext UniPhier family.
|
||||
|
||||
config SNI_NETSEC
|
||||
bool "Socionext NETSEC Ethernet support"
|
||||
depends on DM_ETH && SYNQUACER_SPI
|
||||
select PHYLIB
|
||||
help
|
||||
This driver implements support for the Socionext SynQuacer NETSEC
|
||||
ethernet controller, as found on the Socionext SynQuacer family.
|
||||
|
||||
source "drivers/net/mscc_eswitch/Kconfig"
|
||||
|
||||
config ETHER_ON_FEC1
|
||||
|
|
|
@ -89,6 +89,7 @@ obj-$(CONFIG_DWC_ETH_QOS) += dwc_eth_qos.o
|
|||
obj-$(CONFIG_FSL_PFE) += pfe_eth/
|
||||
obj-y += qe/
|
||||
obj-$(CONFIG_SNI_AVE) += sni_ave.o
|
||||
obj-$(CONFIG_SNI_NETSEC) += sni_netsec.o
|
||||
obj-y += ti/
|
||||
obj-$(CONFIG_MEDIATEK_ETH) += mtk_eth.o
|
||||
obj-y += mscc_eswitch/
|
||||
|
|
1134
drivers/net/sni_netsec.c
Normal file
1134
drivers/net/sni_netsec.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue