Files
linux/drivers/input/magnetometer/Kconfig
Tao Huang f9eefeeaa7 rk: add SPDX license identifier to files with no license
Change-Id: I754250669891307b0deab2bdab1bd01512713f79
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
2018-01-31 20:56:06 +08:00

49 lines
1.1 KiB
Plaintext

# SPDX-License-Identifier: GPL-2.0
#
# Magnetometer sensors
#
menuconfig MAG_SENSORS
bool "Magnetometer sensors"
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 MAG_SENSORS
config COMPASS_AK8975
tristate "Asahi Kasei AK8975 3-Axis Magnetometer"
depends on I2C
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_AK8973
tristate "Asahi Kasei AK8973 3-Axis Magnetometer"
depends on I2C
help
Say yes here to build support for Asahi Kasei AK8973 3-Axis
Magnetometer.
To compile this driver as a module, choose M here: the module
will be called ak8973.
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