Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
853bca10312d2f3cd3539ac4a813a3bafc648f2e
/
.
/
drivers
/
mdio
/
Kconfig.esp32
blob: 39c98eaa3bd92d1c01d3749f734d5504a600bc0e [
file
] [
log
] [
blame
]
# 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
.