mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-09 23:45:22 +00:00
Put shield configuration Kconfig flags in new Kconfig.defconfig. This way shield BLE subsystem can now be selected by application using NETWORKING symbol, similarly to what is done when modem is directly present on board. Additionally, move board Kconfig files to a similar scheme where shields related Kconfig flags are made available under shield, board and NETWORKING symbols. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
6 lines
146 B
Plaintext
6 lines
146 B
Plaintext
# Copyright (c) 2019 Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SHIELD_WNC_M14A2A
|
|
def_bool $(shields_list_contains,wnc_m14a2a)
|