Files
mellifera_firmware/drivers/sensor/Kconfig
Brendan Haines 53a1fc8f88
Some checks failed
Build / build (macos-12) (push) Waiting to run
Build / build (macos-14) (push) Waiting to run
Build / build (windows-2022) (push) Waiting to run
Build / build (ubuntu-22.04) (push) Failing after 49s
Documentation / build (push) Successful in 25s
start splitting up BMX055 into the three ICs in its package
2024-07-04 23:08:40 -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