Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
refs/heads/upstream/collab-sdk-dev
/
.
/
drivers
/
mdio
/
Kconfig.lan865x
blob: 728be104944908b5160e738f1fbefe2f455f424e [
file
] [
log
] [
blame
] [
edit
]
# Copyright 2024 Microchip Technology Inc
# SPDX-License-Identifier: Apache-2.0
config MDIO_LAN865X
bool
"LAN865X MDIO driver"
default
y
depends on DT_HAS_MICROCHIP_LAN865X_MDIO_ENABLED
depends on ETH_LAN865X
help
Enable
LAN865X MDIO driver
.