714211acfb
Adds support for a new SHIELD, Eth Click. Mikro-BUS type shield supported in Zephyr. Adds Kconfig for mikroe_eth_click shield. Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
6 lines
159 B
Plaintext
6 lines
159 B
Plaintext
# Copyright (c) 2020 Linaro Limited.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SHIELD_MIKROE_ETH_CLICK
|
|
def_bool $(shields_list_contains,mikroe_eth_click)
|