1# Copyright (c) 2022 Grant Ramsay <grant.ramsay@hotmail.com>
2# SPDX-License-Identifier: Apache-2.0
3
4config MDIO_ESP32
5 bool "ESP32 MDIO driver"
6 default y
7 depends on SOC_SERIES_ESP32
8 depends on DT_HAS_ESPRESSIF_ESP32_MDIO_ENABLED
9 help
10 Enable ESP32 MCU Family MDIO driver.
11