split out gyro code
This commit is contained in:
17
drivers/sensor/bmg160/Kconfig
Normal file
17
drivers/sensor/bmg160/Kconfig
Normal file
@ -0,0 +1,17 @@
|
||||
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
|
Reference in New Issue
Block a user