diff options
| author | Christian Marangi <[email protected]> | 2025-10-23 19:07:45 +0200 |
|---|---|---|
| committer | Jerome Forissier <[email protected]> | 2025-12-01 10:37:06 +0100 |
| commit | d2145a89bcf6d64c8ea69910a40f4d66766cccb0 (patch) | |
| tree | 3cb05af132df132e393df75a3ca9910b793039e1 /drivers/net/Kconfig | |
| parent | ef896333f799f81a073d03aa5244e5f971b7e6c9 (diff) | |
net: airoha: bind MDIO controller on Ethernet load
Bind MDIO controller on Ethernet Controller load. The Airoha AN7581 SoC
have an integrated Switch based on MT7531 (or more saying MT7988).
Attach it to the mdio node in the switch node to support scanning for
MDIO devices on the BUS with DM API.
Signed-off-by: Christian Marangi <[email protected]>
Diffstat (limited to 'drivers/net/Kconfig')
| -rw-r--r-- | drivers/net/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 544e302d600..f382a7752d5 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -126,6 +126,7 @@ config AIROHA_ETH depends on ARCH_AIROHA select PHYLIB select DM_RESET + select MDIO_MT7531 help This Driver support Airoha Ethernet QDMA Driver Say Y to enable support for the Airoha Ethernet QDMA. |
