diff options
author | Steen Hegelund <steen.hegelund@microchip.com> | 2022-10-20 16:08:56 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-10-24 12:37:42 +0300 |
commit | 8beef08f4618c9bfab9374fc72930fc6ed70fdc1 (patch) | |
tree | f25eef3f306de3e5a3e2b41905990db48b9ea6eb /drivers/net/ethernet/microchip/Kconfig | |
parent | abc210952af71f4eb88bf8074c9982c17779c00f (diff) | |
download | linux-8beef08f4618c9bfab9374fc72930fc6ed70fdc1.tar.xz |
net: microchip: sparx5: Adding initial VCAP API support
This provides the initial VCAP API framework and Sparx5 specific VCAP
implementation.
When the Sparx5 Switchdev driver is initialized it will also initialize its
VCAP module, and this hooks up the concrete Sparx5 VCAP model to the VCAP
API, so that the VCAP API knows what VCAP instances are available.
Signed-off-by: Steen Hegelund <steen.hegelund@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 ed7a35c3ceac..24c994baad13 100644 --- a/drivers/net/ethernet/microchip/Kconfig +++ b/drivers/net/ethernet/microchip/Kconfig @@ -57,5 +57,6 @@ config LAN743X source "drivers/net/ethernet/microchip/lan966x/Kconfig" source "drivers/net/ethernet/microchip/sparx5/Kconfig" +source "drivers/net/ethernet/microchip/vcap/Kconfig" endif # NET_VENDOR_MICROCHIP |