18 lines
324 B
Plaintext
18 lines
324 B
Plaintext
config BMX055
|
|
bool "BMX055"
|
|
default y
|
|
depends on DT_HAS_BOSCH_BMX055_ENABLED
|
|
help
|
|
Enable driver for BMX055.
|
|
|
|
if BMX055
|
|
|
|
config BMX055_TRIGGER
|
|
bool "BMX055 trigger mode"
|
|
depends on BMX055
|
|
help
|
|
Set to enable trigger mode using gpio interrupt, where
|
|
interrupts are configured to line ALERT PIN.
|
|
|
|
endif # BMX055
|