diff options
author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2021-11-29 15:43:55 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-11-29 15:58:38 +0300 |
commit | db8bcaad539314df5d58f2c57465e965440d1aa6 (patch) | |
tree | 96a7c7cf31df30dafc74b3a120c9a6403dab24ae /drivers/net/ethernet/microchip/Kconfig | |
parent | 642fcf53a9ac145c451483036ab73b6dfce7f8d7 (diff) | |
download | linux-db8bcaad539314df5d58f2c57465e965440d1aa6.tar.xz |
net: lan966x: add the basic lan966x driver
This patch adds basic SwitchDev driver framework for lan966x. It
includes only the IO range mapping and probing of the switch.
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/microchip/Kconfig')
-rw-r--r-- | drivers/net/ethernet/microchip/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/microchip/Kconfig b/drivers/net/ethernet/microchip/Kconfig index 735eea1dacf1..ed7a35c3ceac 100644 --- a/drivers/net/ethernet/microchip/Kconfig +++ b/drivers/net/ethernet/microchip/Kconfig @@ -55,6 +55,7 @@ config LAN743X To compile this driver as a module, choose M here. The module will be called lan743x. +source "drivers/net/ethernet/microchip/lan966x/Kconfig" source "drivers/net/ethernet/microchip/sparx5/Kconfig" endif # NET_VENDOR_MICROCHIP |