start splitting up BMX055 into the three ICs in its package
Some checks failed
Some checks failed
This commit is contained in:
17
drivers/sensor/bma255/Kconfig
Normal file
17
drivers/sensor/bma255/Kconfig
Normal file
@ -0,0 +1,17 @@
|
||||
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
|
Reference in New Issue
Block a user