79 lines
2.1 KiB
Text
79 lines
2.1 KiB
Text
|
config SENSORS
|
||
|
bool "Sensors Class Support"
|
||
|
help
|
||
|
This option enables the sensor sysfs class in /sys/class/sensors.
|
||
|
You'll need this to do anything useful with sensorss. If unsure, say N.
|
||
|
|
||
|
config SENSORS_SSC
|
||
|
bool "Enable Sensors Driver Support for SSC"
|
||
|
help
|
||
|
Add support for sensors SSC driver.
|
||
|
This driver is used for exercising sensors use case,
|
||
|
time syncing with ADSP clock.
|
||
|
|
||
|
config SENSORS_SYSFS
|
||
|
tristate "Sensors sysfs"
|
||
|
help
|
||
|
Support sysfs for sensors.
|
||
|
If you say yes here you get sysfs support for
|
||
|
sensor factory test.
|
||
|
To compile this driver as a module, choose M here: the
|
||
|
module will be called sensors_core.
|
||
|
|
||
|
config SENSORS_MAX86900
|
||
|
tristate "MAXIM MAX86900 HRM Sensor"
|
||
|
default n
|
||
|
depends on I2C
|
||
|
help
|
||
|
If you say yes here you get support for the MAX86900
|
||
|
HRM sensor.
|
||
|
This driver can also be built as a module. If so, the module
|
||
|
will be called max86900.
|
||
|
|
||
|
config SENSORS_MAX86902
|
||
|
tristate "MAXIM MAX86902 HRM & UV Sensor"
|
||
|
default n
|
||
|
depends on I2C
|
||
|
help
|
||
|
If you say yes here you get support for the MAX86902
|
||
|
HRM & UV sensor.
|
||
|
This driver can also be built as a module. If so, the module
|
||
|
will be called max86902.
|
||
|
|
||
|
config SENSORS_ADPD143
|
||
|
tristate "ADI hrm sensor driver"
|
||
|
default n
|
||
|
depends on I2C
|
||
|
help
|
||
|
This option enables hrm sensors using adpd143 driver.
|
||
|
|
||
|
config SENSORS_SX9310
|
||
|
depends on I2C
|
||
|
tristate "SX9310 driver"
|
||
|
default n
|
||
|
help
|
||
|
Say Y here if you use sx9310.
|
||
|
This option enables grip sensors using
|
||
|
SemTech sx9310 device driver.
|
||
|
Say N here if you do not use sx9310.
|
||
|
|
||
|
config SENSORS_SX9310_USE_2ND_CH
|
||
|
depends on SENSORS_SX9310
|
||
|
tristate "SX9310 driver"
|
||
|
default n
|
||
|
help
|
||
|
Say Y here if you use sx9310 second channel.
|
||
|
This option enables grip sensors using
|
||
|
SemTech sx9310 device driver.
|
||
|
Say N here if you do not use sx9310.
|
||
|
|
||
|
config SENSORS_SX9310_NORMAL_TOUCH_THRESHOLD
|
||
|
int "SX9310 Grip sensor threshold for normal touch"
|
||
|
depends on SENSORS_SX9310
|
||
|
default "17"
|
||
|
help
|
||
|
This value is the standard of normal touch using
|
||
|
SemTech sx9310 device driver.
|
||
|
|
||
|
source "drivers/sensors/max_notchfilter/Kconfig"
|