xref: /openbmc/linux/drivers/net/ethernet/microchip/lan966x/Kconfig (revision 49f3806d89e4cf9e330b6f2e39db1c913a8fd25a)
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 PAGE_POOL
10	select VCAP
11	help
12	  This driver supports the Lan966x network switch device.
13