21 lines
869 B
Plaintext
21 lines
869 B
Plaintext
|
|
||
|
config MTK_AUTO_DETECT_MAGNETOMETER
|
||
|
bool "MTK AUTO DETECT MAGNETOMETER Sensor"
|
||
|
help
|
||
|
one load to support different magnetometer sensor.
|
||
|
This feature Option is used for projects which using more than one
|
||
|
magnetometer, more than one ALSPS drivers can be builded in to
|
||
|
project and be auto detected by setting this option to yes
|
||
|
|
||
|
config CUSTOM_KERNEL_MAGNETOMETER
|
||
|
bool "CUSTOM KERNEL MAGNETOMETER Config"
|
||
|
help
|
||
|
compass driver to detect compass raw data and report orientatino
|
||
|
data. A compass is an instrument used for navigation and
|
||
|
orientation that shows direction relative to the geographic
|
||
|
cardinal directions, or "points".
|
||
|
|
||
|
source "drivers/misc/mediatek/sensors-1.0/magnetometer/maghub/Kconfig"
|
||
|
#source "drivers/misc/mediatek/sensors-1.0/magnetometer/akm09915/Kconfig"
|
||
|
source "drivers/misc/mediatek/sensors-1.0/magnetometer/akm09918/Kconfig"
|