mirror of
https://github.com/torvalds/linux.git
synced 2026-04-20 15:53:59 -04:00
When lan966x driver is initialized, initialize also the VCAP module for lan966x. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
14 lines
314 B
Plaintext
14 lines
314 B
Plaintext
config LAN966X_SWITCH
|
|
tristate "Lan966x switch driver"
|
|
depends on PTP_1588_CLOCK_OPTIONAL
|
|
depends on HAS_IOMEM
|
|
depends on OF
|
|
depends on NET_SWITCHDEV
|
|
depends on BRIDGE || BRIDGE=n
|
|
select PHYLINK
|
|
select PACKING
|
|
select PAGE_POOL
|
|
select VCAP
|
|
help
|
|
This driver supports the Lan966x network switch device.
|