Files
mellifera_firmware/drivers/sensor/bmm150/Kconfig
2024-07-04 23:30:11 -06:00

18 lines
324 B
Plaintext

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