zephyr/drivers/mdio/Kconfig.stm32_hal
Fin Maaß dffb356278 drivers: mdio: stm32: add mdio for legacy api
add mdio for legacy stm32 api

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
2025-04-02 10:31:34 +02:00

13 lines
307 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 DT_HAS_ST_STM32_MDIO_ENABLED
depends on ETH_STM32_HAL
select PINCTRL
help
Enable STM32 MDIO support.