diff options
| author | Tom Rini <[email protected]> | 2022-08-02 07:33:37 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-20 21:18:15 -0400 |
| commit | adae2ed62d3e88093a2e46d119178f03bfd6bc5a (patch) | |
| tree | 9cfe8bd4698fd0d3923d030f4a59991027b6ee73 | |
| parent | 9d7add8ac918a9610ca856f58a0dbf849ae6d15f (diff) | |
fsl-mc: Update dependencies for DM_ETH
When using DM_ETH, which should be the default now, we need to always
have DM_MDIO and FSL_LS_MDIO enabled, so select them.
Cc: Priyanka Jain <[email protected]>
Cc: Rajesh Bhagat <[email protected]>
Cc: Wasim Khan <[email protected]>
Cc: Udit Agarwal <[email protected]>
Cc: Ashish Kumar <[email protected]>
Cc: Meenakshi Aggarwal <[email protected]>
Cc: Patrick Delaunay <[email protected]>
Cc: Patrice Chotard <[email protected]>
Cc: Manish Tomar <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | drivers/net/fsl-mc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/fsl-mc/Kconfig b/drivers/net/fsl-mc/Kconfig index ae4c35799bf..8fc34dc26f1 100644 --- a/drivers/net/fsl-mc/Kconfig +++ b/drivers/net/fsl-mc/Kconfig @@ -6,6 +6,8 @@ menuconfig FSL_MC_ENET bool "NXP Management Complex" depends on ARCH_LS2080A || ARCH_LS1088A || ARCH_LX2160A || ARCH_LX2162A default y + select DM_MDIO + select FSL_LS_MDIO select RESV_RAM help Enable Management Complex (MC) network |
