diff options
| author | Tom Rini <[email protected]> | 2025-03-12 10:25:13 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-03-12 10:25:13 -0600 |
| commit | 81ef65099ed49c75281c3a8d3b6cb02abd2e009e (patch) | |
| tree | b0bc3cac5ee24174301ed6b0ae7128b57f3a67db /drivers/net/Kconfig | |
| parent | 4c4266dab7e2ef0fc5336561bf77db4345274da0 (diff) | |
| parent | 036118ebd81e6b2c593d5ea6dc0056b34931c870 (diff) | |
Merge patch series "drivers: Driver support for ADI SC5xx SoCs"
Greg Malysa <[email protected]> says:
This series adds all of the supported peripheral drivers for the sc5xx
series of SoCs from Analog Devices and other drivers that are used by
the evaluation kits, such as a GPIO expander used by the EZLITE carrier
boards. This series passes gitlab CI tests.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/net/Kconfig')
| -rw-r--r-- | drivers/net/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index b9d8972ef08..3db784faedd 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -237,6 +237,13 @@ config DWC_ETH_QOS Of Service) IP block. The IP supports many options for bus type, clocking/reset structure, and feature list. +config DWC_ETH_QOS_ADI + bool "Synopsys DWC Ethernet QOS device support for ADI SC59x-64 parts" + depends on DWC_ETH_QOS + help + The Synopsis Designware Ethernet QoS IP block with the specific + configuration used in the ADI ADSP-SC59X 64 bit SoCs + config DWC_ETH_QOS_IMX bool "Synopsys DWC Ethernet QOS device support for IMX" depends on DWC_ETH_QOS |
