mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
arm64: lan969x: Add support for Microchip LAN969x SoC
This adds support for the Microchip LAN969x ARMv8-based SoC switch family. Signed-off-by: Robert Marko <robert.marko@sartura.hr> Acked-by: Daniel Machon <daniel.machon@microchip.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
This commit is contained in:
parent
76334fe803
commit
c8d4fbc7d2
|
|
@ -177,6 +177,21 @@ menu "Microchip SoC support"
|
||||||
config ARCH_MICROCHIP
|
config ARCH_MICROCHIP
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
config ARCH_LAN969X
|
||||||
|
bool "Microchip LAN969X SoC family"
|
||||||
|
select PINCTRL
|
||||||
|
select DW_APB_TIMER_OF
|
||||||
|
select ARCH_MICROCHIP
|
||||||
|
help
|
||||||
|
This enables support for the Microchip LAN969X ARMv8-based
|
||||||
|
SoC family of TSN-capable gigabit switches.
|
||||||
|
|
||||||
|
The LAN969X Ethernet switch family provides a rich set of
|
||||||
|
switching features such as advanced TCAM-based VLAN and QoS
|
||||||
|
processing enabling delivery of differentiated services, and
|
||||||
|
security through TCAM-based frame processing using versatile
|
||||||
|
content aware processor (VCAP).
|
||||||
|
|
||||||
config ARCH_SPARX5
|
config ARCH_SPARX5
|
||||||
bool "Microchip Sparx5 SoC family"
|
bool "Microchip Sparx5 SoC family"
|
||||||
select PINCTRL
|
select PINCTRL
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user