zephyr/drivers/mdio/Kconfig.stm32_hal

13 lines
314 B
Plaintext

# Copyright (c) 2024 BayLibre, SAS
# Copyright (c) 2024 Analog Devices Inc.
# SPDX-License-Identifier: Apache-2.0
config MDIO_ST_STM32_HAL
bool "STM32 MDIO controller driver"
default y
depends on ETH_STM32_HAL_API_V2
depends on DT_HAS_ST_STM32_MDIO_ENABLED
select PINCTRL
help
Enable STM32 MDIO support.