1# Copyright 2024 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config MDIO_NXP_IMX_NETC
5	bool "NXP i.MX NETC External MDIO driver"
6	default y
7	depends on DT_HAS_NXP_IMX_NETC_EMDIO_ENABLED
8	depends on ETH_NXP_IMX_NETC
9	help
10	  Enable NETC External MDIO Controller driver for NXP i.MX SoCs.
11