Files
mellifera_firmware/drivers/sensor/bma255/Kconfig
Brendan Haines d0fd24548c
Some checks failed
Build / build (ubuntu-22.04) (push) Failing after 1m44s
Documentation / build (push) Successful in 22s
start splitting up BMX055 into the three ICs in its package
2024-07-04 23:09:31 -06:00

18 lines
324 B
Plaintext

config BMA255
bool "BMA255"
default y
depends on DT_HAS_BOSCH_BMA255_ENABLED
help
Enable driver for BMA255.
if BMA255
config BMA255_TRIGGER
bool "BMA255 trigger mode"
depends on BMA255
help
Set to enable trigger mode using gpio interrupt, where
interrupts are configured to line ALERT PIN.
endif # BMA255