summaryrefslogtreecommitdiff
path: root/drivers/iio/magnetometer/inv_compass/Kconfig
blob: aa0ffde18696091b232b06ed5f02ca96725f3e0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#
# Kconfig for Invensense IIO compass drivers of 3rd party compass devices.
#

# Yamaha YAS530/YAS532/YAS533
config INV_YAS53X_IIO
    tristate "Invensense IIO driver for Yamaha YAS530/YAS532/YAS533 compass"
    depends on I2C && SYSFS && IIO && IIO_KFIFO_BUF
    default n
    help
      This driver supports the Yamaha YAS530/YAS532/YAS533. It is the Invensense
      implementation of YAS53x series compass devices.
      This driver can be built as a module. The module will be called
      inv_yas53x_iio.

# Aichi AMI306
config INV_AMI306_IIO
    tristate "Invensense IIO driver for Aichi AMI306 compass"
    depends on I2C && SYSFS && IIO && IIO_KFIFO_BUF
    default n
    help
      This driver supports the Aichi AMI306 compass. It is the Invensense
      IIO implementation for the AMI306 compass device.
      This driver can be built as a module. The module will be called
      inv-ami306-iio.

# Asahi Kasei AK8975/AK8972/AK8963
config INV_AK89XX_IIO
    tristate "Invensense IIO driver for Asahi Kasei AK8975/AK8972/AK8963 compass"
    depends on I2C && SYSFS && IIO && IIO_KFIFO_BUF
    default n
    help
      This driver supports the Asahi Kasei AK8975/AK8972/AK8963 compasses. It is the Invensense
      IIO implementation of AK89xx series compass devices.
      This driver can be built as a module. The module will be called
      inv-ak89xx-iio.

# Asahi Kasei AK09911
config INV_AK09911_IIO
    tristate "Invensense IIO driver for Asahi Kasei AK09911 compass"
    depends on I2C && SYSFS && IIO && IIO_KFIFO_BUF
    default n
    help
      This driver supports the Asahi Kasei AK09911 compasses. It is the Invensense
      IIO implementation of AK09911 compass devices.
      This driver can be built as a module. The module will be called
      inv-ak09911-iio.