SmartAudio/lichee/linux-4.9/drivers/input/sensor/bma253/Kconfig

44 lines
1.5 KiB
Plaintext
Executable File

#
# Makefile for Bosch sensors driver.
#
config SENSORS_BMA2X2
tristate "BMA2x2 acceleration sensor support"
depends on I2C
help
If you say yes here, you get support for Bosch Sensortec's
acceleration sensors BMA255/BMA254/BMA355/BMA250E/BMA222E/BMA280.
config SENSORS_BMA2X2_ENABLE_INT1
tristate "BMA2X2 acceleration sensor interrupt INT1 support"
help
If you say yes here, you get INT1 support for Bosch Sensortec
acceleration sensors BMA255/BMA250E/BMA222E/BMA280.
Select it will disable interrupt INT2 support
config SENSORS_BMA2X2_ENABLE_INT2
tristate "BMA2X2 acceleration sensor interrupt INT2 support"
depends on !SENSORS_BMA2X2_ENABLE_INT1
help
If you say yes here, you get INT2 support for Bosch Sensortec
acceleration sensors BMA255/BMA250E/BMA222E/BMA280.
Can only open if you do NOT open interrupt INT1 support
config SIG_MOTION
tristate "support significant motion sensor function"
depends on ( SENSORS_BMA2X2_ENABLE_INT1 || SENSORS_BMA2X2_ENABLE_INT2)
help
If you say yes here, if you want to support Bosch significant motion sensor function
config DOUBLE_TAP
tristate "support double tap sensor function"
depends on ( SENSORS_BMA2X2_ENABLE_INT1 || SENSORS_BMA2X2_ENABLE_INT2)
help
If you say yes here, you get support Bosch double tap sensor function
config SENSORS_BMI058
tristate "BMI058 Sensor Support"
depends on (SENSORS_BMG || SENSORS_BMA2X2)
help
If you say yes here, you get support for Bosch Sensortec's
sensor driver of BMI058.