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