11 lines
248 B
Plaintext
11 lines
248 B
Plaintext
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SENSOR
|
|
rsource "example_sensor/Kconfig"
|
|
rsource "bma255/Kconfig"
|
|
# rsource "bmg160/Kconfig"
|
|
# rsource "bmm150/Kconfig"
|
|
rsource "hdc1080/Kconfig"
|
|
endif # SENSOR
|