Add shield definition for the Mikroe ETH 3 Click. ETH 3 Click is a compact add-on board that contains LAN9250 SPI Ethernet Controller Signed-off-by: Mario Paja <mariopaja@hotmail.com>
14 lines
237 B
Text
14 lines
237 B
Text
# Copyright (c) 2024 Mario Paja
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SHIELD_MIKROE_ETH3_CLICK
|
|
|
|
if NETWORKING
|
|
|
|
# LAN9250 is L2 chip slave on SPI
|
|
config NET_L2_ETHERNET
|
|
default y
|
|
|
|
endif # NETWORKING
|
|
|
|
endif # SHIELD_MIKROE_ETH3_CLICK
|