zephyr/drivers/mdio/Kconfig.esp32
Grant Ramsay 113f868ddf drivers: mdio: Add ESP32 MDIO driver
The MDIO driver is required to for ESP32 Ethernet

Signed-off-by: Grant Ramsay <grant.ramsay@hotmail.com>
2022-10-01 14:51:28 -04:00

10 lines
223 B
Plaintext

# Copyright (c) 2022 Grant Ramsay <grant.ramsay@hotmail.com>
# SPDX-License-Identifier: Apache-2.0
config MDIO_ESP32
bool "ESP32 MDIO driver"
depends on SOC_ESP32
default y
help
Enable ESP32 MCU Family MDIO driver.