kernel_samsung_a53x/drivers/sensors/Kconfig

60 lines
1.4 KiB
Text
Raw Permalink Normal View History

2024-06-15 21:02:09 +02:00
#
# grip sensors configuration
#
config SENSORS_SX9380
depends on I2C
tristate "SX9380 driver"
default n
help
Say Y here if you use sx9380.
This option enables grip sensors using
SemTech sx9380 device driver.
Say N here if you do not use sx938x.
config SENSORS_SX9380_SUB
depends on I2C
tristate "SX9380 sub driver"
default n
help
Say Y here if you use sx9380 sub.
This option enables grip sensors using
SemTech sx9380 sub device driver.
Say N here if you do not use sx938x sub.
config SENSORS_SX9380_SUB2
depends on I2C
tristate "SX9380 sub2 driver"
default n
help
Say Y here if you use sx9380 sub2.
This option enables grip sensors using
SemTech sx9380 sub2 device driver.
Say N here if you do not use sx938x sub2.
config SENSORS_CORE_AP
tristate "Need to use Sensors core ap version"
default n
help
Say Y here if you using sensors_core.c included under drivers/sensors etc.
config SENSORS_COMMON_VDD_SUB
bool "SX9380 common VDD"
default n
help
Say Y here if main and sub sx9380 use common VDD.
This option enables function to control irq gpio of sub grip sensor
in main grip sensor driver.
config SENSORS_DUMP_DATA
tristate "Grip sensor dump log"
default n
help
Enable grip dump log data
This option activates log output of grip error data using sensordump_notifier.
config SENSORS_GRIP_FAILURE_DEBUG
bool "Grip failure debug"
help
Say Y here, Enable Grip failure debug flag.