diff options
| author | Tom Rini <[email protected]> | 2022-11-19 18:45:39 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-05 16:08:38 -0500 |
| commit | be3bea2ba33bc731dbca72576f8b30c587c2e3b3 (patch) | |
| tree | 66dd696e40b7c46e0fc899d8462604e42ed7d73f /drivers | |
| parent | a9c3bce3626686efc9528c048e9296bb734d988c (diff) | |
Convert CONFIG_VSC7385_ENET et al to Kconfig
This converts the following to Kconfig:
CONFIG_VSC7385_ENET
CONFIG_VSC9953
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 029bf3872aa..13e434e5913 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -676,6 +676,12 @@ config XILINX_AXIMRMAC rates from 10GE to 100GE. This could be present in some of the Xilinx Versal designs. +config VSC7385_ENET + bool "Vitesse 7385 Switch Firmware Upload driver" + +config VSC9953 + bool "Vitesse VSC9953 L2 Switch driver" + config XILINX_EMACLITE select PHYLIB select MII |
