1# Copyright (c) 2024 BayLibre, SAS
2# Copyright (c) 2024 Analog Devices Inc.
3# SPDX-License-Identifier: Apache-2.0
4
5config MDIO_ST_STM32_HAL
6	bool "STM32 MDIO controller driver"
7	default y
8	depends on ETH_STM32_HAL_API_V2
9	depends on DT_HAS_ST_STM32_MDIO_ENABLED
10	select PINCTRL
11	help
12	  Enable STM32 MDIO support.
13