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>
5 lines
158 B
Text
5 lines
158 B
Text
# Copyright (c) 2019 Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SHIELD_SPARKFUN_SARA_R4
|
|
def_bool $(shields_list_contains,sparkfun_sara_r4)
|