minimal communication with BMX055
Some checks failed
Some checks failed
This commit is contained in:
17
drivers/sensor/bmx055/Kconfig
Normal file
17
drivers/sensor/bmx055/Kconfig
Normal file
@ -0,0 +1,17 @@
|
||||
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
|
Reference in New Issue
Block a user