Skip to content

Commit 533dd11

Browse files
JassiBrardavem330
authored andcommitted
net: socionext: Add Synquacer NetSec driver
This driver adds support for Socionext "netsec" IP Gigabit Ethernet + PHY IP used in the Synquacer SC2A11 SoC. Signed-off-by: Ard Biesheuvel <[email protected]> Signed-off-by: Jassi Brar <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent f78f410 commit 533dd11

File tree

3 files changed

+1788
-0
lines changed

3 files changed

+1788
-0
lines changed

drivers/net/ethernet/socionext/Kconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,16 @@ config SNI_AVE
1919
Driver for gigabit ethernet MACs, called AVE, in the
2020
Socionext UniPhier family.
2121

22+
config SNI_NETSEC
23+
tristate "Socionext NETSEC ethernet support"
24+
depends on (ARCH_SYNQUACER || COMPILE_TEST) && OF
25+
select PHYLIB
26+
select MII
27+
---help---
28+
Enable to add support for the SocioNext NetSec Gigabit Ethernet
29+
controller + PHY, as found on the Synquacer SC2A11 SoC
30+
31+
To compile this driver as a module, choose M here: the module will be
32+
called netsec. If unsure, say N.
33+
2234
endif #NET_VENDOR_SOCIONEXT

drivers/net/ethernet/socionext/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
# Makefile for all ethernet ip drivers on Socionext platforms
44
#
55
obj-$(CONFIG_SNI_AVE) += sni_ave.o
6+
obj-$(CONFIG_SNI_NETSEC) += netsec.o

0 commit comments

Comments
 (0)