ef95b3e870
Remove ETH_ENC28J60_0 from defconfig. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
15 lines
240 B
Plaintext
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
|