21 lines
332 B
Plaintext
21 lines
332 B
Plaintext
# Copyright (c) 2024 Analog Devices, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
if BOARD_APARD32690
|
|
|
|
config MDIO_INIT_PRIORITY
|
|
default 81
|
|
depends on MDIO
|
|
|
|
config PHY_INIT_PRIORITY
|
|
default 82
|
|
depends on NET_L2_ETHERNET && ETH_DRIVER
|
|
|
|
if NETWORKING
|
|
|
|
config NET_L2_ETHERNET
|
|
default y
|
|
|
|
endif # NETWORKING
|
|
|
|
endif # BOARD_APARD32690
|