cb1a6293ea
Aligning the boostxl_ulpsense shield with all other shield descriptions by ensuring it has a Kconfig.shield file. This also provides the Kconfig symbol SHIELD_BOOSTXL_ULPSENSE similar to the Kconfig symbol available for other shields. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
6 lines
168 B
Plaintext
6 lines
168 B
Plaintext
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SHIELD_BOOSTXL_ULPSENSE
|
|
def_bool $(shields_list_contains,boostxl_ulpsense)
|