zephyr/boards/shields/frdm_cr20a/Kconfig.defconfig
Erwan Gouriou 0c3ef63c5f boards/shields: fdrm_cr20a: Move to conditional Kconfig
Move shield to Kconfig.shield format.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-01-02 17:02:41 -05:00

25 lines
335 B
Plaintext

#
# Copyright (c) 2019, NXP
# Copyright (c) 2019 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
#
if SHIELD_FRDM_CR20A
if IEEE802154
config SPI
default y
config IEEE802154_MCR20A
default y
config NET_CONFIG_IEEE802154_DEV_NAME
default "mcr20a"
rsource "boards/*.defconfig"
endif # IEEE802154
endif # SHIELD_FRDM_CR20A