oleavr-rgl-a500-mini-linux-.../drivers/input/sensor/Kconfig
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00

55 lines
1.5 KiB
Text
Executable file

#
# 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_GPADC
tristate "SUNXI GPADC"
depends on INPUT_SENSOR
default n
help
If you say yes here you get support for the gpadc collect analog input
config SENSORS_GPADC_TEST
tristate "SUNXI GPADC test"
depends on SENSORS_GPADC
default n
help
If you say yes here you get support for the gpadc test sample
source "drivers/input/sensor/da380/Kconfig"
endif