1# Copyright 2022-2023 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 depends on ETH_NXP_S32_NETC && DT_HAS_NXP_S32_NETC_PSI_ENABLED 9 select NOCACHE_MEMORY if ARCH_HAS_NOCACHE_MEMORY_SUPPORT 10 select PINCTRL 11 help 12 Enable NETC External MDIO Controller driver for NXP S32 SoCs. 13