mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 10:35:54 +00:00
Move sparkfun_sara_r4 to conditional Kconfig. As part of this change, remove disco_l475_iot1 specific configuration as it is already part of board default configuration. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
6 lines
158 B
Plaintext
6 lines
158 B
Plaintext
# Copyright (c) 2019 Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SHIELD_SPARKFUN_SARA_R4
|
|
def_bool $(shields_list_contains,sparkfun_sara_r4)
|