1# Copyright (c) 2023 SLB
2# SPDX-License-Identifier: Apache-2.0
3
4config MDIO_INFINEON_XMC4XXX
5	bool "Infineon XMC4XXX MDIO driver"
6	default y
7	depends on DT_HAS_INFINEON_XMC4XXX_MDIO_ENABLED
8	select PINCTRL
9	help
10	  Enable Infineon XMC4XXX MDIO driver.
11