1# Copyright (c) 2023 Intel Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4config MDIO_DWCXGMAC 5 bool "synopsys mdio driver" 6 depends on ETH_DWC_XGMAC 7 default y 8 help 9 Enable Synopsys dwc xgmac MDIO driver. 10 11if MDIO_DWCXGMAC 12 13config MDIO_DWCXGMAC_STATUS_BUSY_CHECK_TIMEOUT 14 int "A timeout value in us to check software reset status" 15 default 10000 16 help 17 This option specifies the timeout value in microseconds (us) for checking 18 the software reset status during the MDIo initialization. 19 20endif 21