xref: /linux/drivers/net/ethernet/microchip/lan966x/Kconfig (revision 43d5f5d63699724d47f0d9e0eae516a260d232b4)
1config LAN966X_SWITCH
2	tristate "Lan966x switch driver"
3	depends on PTP_1588_CLOCK_OPTIONAL
4	depends on HAS_IOMEM
5	depends on OF
6	depends on NET_SWITCHDEV
7	depends on BRIDGE || BRIDGE=n
8	select PHYLINK
9	select PACKING
10	select PAGE_POOL
11	select VCAP
12	help
13	  This driver supports the Lan966x network switch device.
14