boards/shields: frdm_kw41z: Move to conditional Kconfig

Add Kconfig.shield to frdm_kw41z.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2019-12-10 14:50:17 +01:00 committed by Anas Nashif
parent 0f63dee3c3
commit a8a9d34fce
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Copyright (c) 2019 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
config SHIELD_FRDM_KW41Z
def_bool $(shields_list_contains,frdm_kw41z)