zephyr/boards/shields/mikroe_eth_click/Kconfig.defconfig
TOKITA Hiroshi ef95b3e870 boards: shields: mikroe_eth_click: Remove ETH_ENC28J60_0 config
Remove ETH_ENC28J60_0 from defconfig.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
2023-05-05 16:17:29 +02:00

15 lines
240 B
Plaintext

# Copyright (c) 2020 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
if SHIELD_MIKROE_ETH_CLICK
if NETWORKING
# ENC28J60 is L2 chip slave on SPI
config NET_L2_ETHERNET
default y
endif # NETWORKING
endif # SHIELD_MIKROE_ETH_CLICK