diff options
| author | Tom Rini <[email protected]> | 2021-06-18 11:18:56 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-06-18 11:18:56 -0400 |
| commit | 97c8cb524c19f054036efd2b4429273bd503e39c (patch) | |
| tree | 3cdea4854ba0e8755aff49c43579eb2756ff3349 /drivers/net/Kconfig | |
| parent | a298d4fbcdba1b38e48ea2af0fc5386cab2070da (diff) | |
| parent | 54c321f9deeba309989f0828e4d0427cbfbefcd3 (diff) | |
Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net
Diffstat (limited to 'drivers/net/Kconfig')
| -rw-r--r-- | drivers/net/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 382639044bf..9fc28b149d0 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -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 |
