Files
rockchip-kernel/drivers/input/sensors/compass/Kconfig
Wang Jie 31342a8e46 input: sensor: add ak09918 driver
Signed-off-by: Wang Jie <dave.wang@rock-chips.com>
Change-Id: Ie17abdb127d8605850b9132e96cb450fe8af96c1
2020-11-24 09:09:47 +08:00

69 lines
1.7 KiB
Plaintext

# SPDX-License-Identifier: GPL-2.0
#
# Magnetometer drivers configuration
#
menuconfig COMPASS_DEVICE
tristate "Magnetometer sensors"
default n
help
Say Y here, and a list of Magnetometer sensors drivers will be displayed.
Everything that didn't fit into the other categories is here. This option
doesn't affect the kernel.
If unsure, say Y.
if COMPASS_DEVICE
config COMPASS_AK8975
tristate "Asahi Kasei AK8975 3-Axis Magnetometer"
depends on I2C
default n
help
Say yes here to build support for Asahi Kasei AK8975 3-Axis
Magnetometer.
To compile this driver as a module, choose M here: the module
will be called ak8975.
config COMPASS_AK8963
tristate "Asahi Kasei AK8963 3-Axis Magnetometer"
depends on I2C
default n
help
Say yes here to build support for Asahi Kasei AK8963 3-Axis Magnetometer.
To compile this driver as a module, choose M here: the module
will be called ak8963.
config COMPASS_AK09911
tristate "Asahi Kasei AK09911 3-Axis Magnetometer"
depends on I2C
help
Say yes here to build support for Asahi Kasei AK09911 3-Axis Magnetometer.
To compile this driver as a module, choose M here: the module
will be called AK09911.
config COMPASS_AK09918
tristate "Asahi Kasei AK09911 3-Axis Magnetometer"
depends on I2C
help
Say yes here to build support for Asahi Kasei AK09918 3-Axis Magnetometer.
To compile this driver as a module, choose M here: the module
will be called AK09911.
config COMPASS_MMC328X
tristate "Mmc328x 3-Axis Magnetometer"
depends on I2C
help
Say yes here to build support for mmc3280 3-Axis
Magnetometer.
To compile this driver as a module, choose M here: the module
will be called mmc3280.
endif