67 lines
2.0 KiB
Plaintext
67 lines
2.0 KiB
Plaintext
#
|
|
# sensor driver configuration
|
|
#
|
|
menuconfig INPUT_SENSOR
|
|
bool "Sensors"
|
|
help
|
|
Say Y here, and a list of supported sensor will be displayed.
|
|
This option doesn't affect the kernel.
|
|
|
|
If unsure, say Y.
|
|
|
|
if INPUT_SENSOR
|
|
config SENSORS_BMA250
|
|
tristate "BMA250 acceleration sensor support"
|
|
select I2C
|
|
depends on INPUT_SENSOR
|
|
default m
|
|
help
|
|
If you say yes here you get support for Bosch Sensortec's
|
|
acceleration sensors BMA250.
|
|
|
|
config SENSORS_SC7A30
|
|
tristate "SC7A30 3-Axis Orientation/Motion Detection Sensor Support"
|
|
select I2C
|
|
depends on INPUT_SENSOR
|
|
default m
|
|
help
|
|
If you say yes here you get support for the Freescale 3-Axis
|
|
Orientation/Motion Detection Sensor.
|
|
|
|
config SENSORS_MMA7660
|
|
tristate "MMA7660 3-Axis Orientation/Motion Detection Sensor Support"
|
|
select I2C
|
|
depends on INPUT_SENSOR
|
|
default m
|
|
help
|
|
If you say yes here you get support for the Freescale 3-Axis
|
|
Orientation/Motion Detection Sensor.
|
|
|
|
config SENSORS_MXC622X
|
|
tristate "MXC622X 2-Axis Orientation/Motion Detection Sensor Support"
|
|
select I2C
|
|
depends on INPUT_SENSOR
|
|
default m
|
|
help
|
|
If you say yes here you get support for the MXC622X 2-Axis
|
|
Orientation/Motion Detection Sensor.
|
|
|
|
config SENSORS_MMA8452
|
|
tristate "MMA8452 3-Axis Orientation/Motion Detection Sensor Support"
|
|
select I2C
|
|
depends on INPUT_SENSOR
|
|
default m
|
|
help
|
|
If you say yes here you get support for the Freescale 3-Axis
|
|
Orientation/Motion Detection Sensor.
|
|
|
|
config SENSORS_MMA865X
|
|
tristate "MMA865X 3-Axis Orientation/Motion Detection Sensor Support"
|
|
select I2C
|
|
depends on INPUT_SENSOR
|
|
default m
|
|
help
|
|
If you say yes here you get support for the Freescale 3-Axis
|
|
Orientation/Motion Detection Sensor.
|
|
endif
|