blob: a1e37cce9d2a4a220fe4f2655dd364744f4b0cd1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Magnetometer sensors
#
# When adding new entries keep the list in alphabetical order
config NVI_AK89XX
tristate "Asahi Kasei AK89XX 3-Axis Magnetometer"
depends on I2C && IIO_BUFFER && IIO_TRIGGERED_BUFFER && NVS_IIO
help
Say yes here to build support for Asahi Kasei AK89XX 3-Axis
Magnetometer that can be connected via Invensense MPU.
To compile this driver as a module, choose M here: the module
will be called nvi-ak89xx.
|