Files
mellifera_firmware/drivers/sensor/Kconfig
Brendan Haines e42be00205
Some checks failed
Build / build (ubuntu-22.04) (push) Failing after 1m50s
Documentation / build (push) Successful in 23s
Remove bmg160 and bmm150 drivers. These weren't even being used because zephyr already has these libraries
2024-07-04 23:52:59 -06:00

9 lines
194 B
Plaintext

# Copyright (c) 2021 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
if SENSOR
rsource "example_sensor/Kconfig"
rsource "bma255/Kconfig"
rsource "hdc1080/Kconfig"
endif # SENSOR