zephyr/boards/shields/sparkfun_sara_r4/Kconfig.shield
Erwan Gouriou b8c921c972 boards/shields: sparkfun_sara_r4: Move to conditional Kconfig
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>
2020-01-02 17:02:41 -05:00

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)