1# Copyright (c) 2024 Renesas Electronics Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4config MDIO_RENESAS_RA 5 bool "RENESAS MDIO controller driver" 6 default y 7 depends on DT_HAS_RENESAS_RA_MDIO_ENABLED 8 select PINCTRL 9 select USE_RA_FSP_ETHER_PHY 10 help 11 Enable RENESAS MDIO support. 12