| # MDIO configuration options |
| # Copyright (c) 2021 IP-Logix Inc. |
| # SPDX-License-Identifier: Apache-2.0 |
| bool "Management Data Input/Output (MDIO) drivers" |
| Enable MDIO Driver Configuration |
| The MDIO shell currently supports scanning and device |
| # Include these first so that any properties (e.g. defaults) below can be |
| # overridden (by defining symbols in multiple locations) |
| source "drivers/mdio/Kconfig.esp32" |
| source "drivers/mdio/Kconfig.sam" |
| source "drivers/mdio/Kconfig.nxp_s32_netc" |
| source "drivers/mdio/Kconfig.nxp_s32_gmac" |
| source "drivers/mdio/Kconfig.adin2111" |
| source "drivers/mdio/Kconfig.gpio" |
| source "drivers/mdio/Kconfig.nxp_enet" |
| source "drivers/mdio/Kconfig.xmc4xxx" |
| config MDIO_INIT_PRIORITY |
| MDIO device driver initialization priority. |
| source "subsys/logging/Kconfig.template.log_config" |