1# Copyright 2022 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config MDIO_NXP_S32_NETC
5	bool "NXP S32 NETC External MDIO driver"
6	default y
7	depends on DT_HAS_NXP_S32_NETC_EMDIO_ENABLED
8	select NOCACHE_MEMORY if ARCH_HAS_NOCACHE_MEMORY_SUPPORT
9	help
10	  Enable NETC External MDIO Controller driver for NXP S32 SoCs.
11