mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-22 09:42:32 +00:00
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>
15 lines
368 B
Plaintext
15 lines
368 B
Plaintext
config SPARX5_SWITCH
|
|
tristate "Sparx5 switch driver"
|
|
depends on NET_SWITCHDEV
|
|
depends on HAS_IOMEM
|
|
depends on OF
|
|
depends on ARCH_SPARX5 || COMPILE_TEST
|
|
depends on PTP_1588_CLOCK_OPTIONAL
|
|
depends on BRIDGE || BRIDGE=n
|
|
select PHYLINK
|
|
select PHY_SPARX5_SERDES
|
|
select RESET_CONTROLLER
|
|
select VCAP
|
|
help
|
|
This driver supports the Sparx5 network switch device.
|