lineage_kernel_xcoverpro/drivers/sensorhub/factory/Magnetic/Kconfig

47 lines
1.5 KiB
Plaintext
Raw Normal View History

2023-06-18 22:53:49 +00:00
#
# sensor drivers configuration
#
config SENSORS_SSP_MAGNETIC_AK09918C
tristate "Sensors ssp magnetic sensor ak09918c"
default n
depends on SPI
help
magnetic sensor ak09918c file for factory test in ssp driver.
If you say yes here you get magnetic sensor ak09918c support for
factory test.
To compile this driver as a module, choose M here: the
module will be called ssp.
config SENSORS_SSP_MAGNETIC_AK09916C
tristate "Sensors ssp magnetic sensor ak09916c"
default n
depends on SPI
help
magnetic sensor ak09916c file for factory test in ssp driver.
If you say yes here you get magnetic sensor ak09916c support for
factory test.
To compile this driver as a module, choose M here: the
module will be called ssp.
config SENSORS_SSP_MAGNETIC_LSM303AH
tristate "Sensors ssp magnetic sensor lsm303ah"
default n
depends on SPI
help
magnetic sensor lsm303ah file for factory test in ssp driver.
If you say yes here you get magnetic sensor lsm303ah support for
factory test.
To compile this driver as a module, choose M here: the
module will be called ssp.
config SENSORS_SSP_MAGNETIC_MMC5603
tristate "Sensors ssp magnetic sensor mmc5603"
default n
depends on SPI
help
magnetic sensor mmc5603 file for factory test in ssp driver.
If you say yes here you get magnetic sensor mmc5603 support for
factory test.
To compile this driver as a module, choose M here: the
module will be called ssp.