diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2017-08-17 15:56:10 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2017-08-20 12:18:33 +0200 |
commit | 21be26fc6786a674b7b10f50ba29e4459cbd1aa8 (patch) | |
tree | 49c20ff44b6f9b17cbcc5898075829eac4808d15 /drivers/iio/magnetometer/Kconfig | |
parent | iio: light: tsl2583: constify i2c_device_id (diff) | |
download | linux-21be26fc6786a674b7b10f50ba29e4459cbd1aa8.tar.xz linux-21be26fc6786a674b7b10f50ba29e4459cbd1aa8.zip |
iio: magnetometer: ak8974: support AMI306 variant
Add support for AMI306 magnetometer - very similar to AMI305.
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/magnetometer/Kconfig')
-rw-r--r-- | drivers/iio/magnetometer/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iio/magnetometer/Kconfig b/drivers/iio/magnetometer/Kconfig index 421ad90a5fbe..ed9d776d01af 100644 --- a/drivers/iio/magnetometer/Kconfig +++ b/drivers/iio/magnetometer/Kconfig @@ -13,8 +13,8 @@ config AK8974 select IIO_BUFFER select IIO_TRIGGERED_BUFFER help - Say yes here to build support for Asahi Kasei AK8974 or - AMI305 I2C-based 3-axis magnetometer chips. + Say yes here to build support for Asahi Kasei AK8974, AMI305 or + AMI306 I2C-based 3-axis magnetometer chips. To compile this driver as a module, choose M here: the module will be called ak8974. |