mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-25 11:25:23 +00:00
Move link_board_eth to conditional Kconfig. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
6 lines
154 B
Plaintext
6 lines
154 B
Plaintext
# Copyright (c) 2019 Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SHIELD_LINK_BOARD_ETH
|
|
def_bool $(shields_list_contains,link_board_eth)
|