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	depends on SOC_SERIES_ESP32
7	default y
8	help
9	  Enable ESP32 MCU Family MDIO driver.
10