22 lines
288 B
Plaintext
22 lines
288 B
Plaintext
# Copyright (c) 2019 Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SHIELD_LINK_BOARD_ETH
|
|
|
|
if NETWORKING
|
|
|
|
config SPI
|
|
default y
|
|
|
|
config NET_L2_ETHERNET
|
|
default y
|
|
|
|
config ETH_ENC424J600
|
|
default y
|
|
|
|
rsource "boards/*.defconfig"
|
|
|
|
endif # NETWORKING
|
|
|
|
endif # SHIELD_LINK_BOARD_ETH
|