diff options
author | Daniel Baluta <daniel.baluta@intel.com> | 2014-11-18 19:47:55 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-11-22 13:47:20 +0300 |
commit | d7d787d29148cde12958c2e3765ad3a55dc55eaf (patch) | |
tree | c948f7f6f39458ae0e47d03516ea9c33e105a22c /drivers/iio/imu/Kconfig | |
parent | 11c2f16d1daf64bd0b2d4ce919c2b4f6690fb79a (diff) | |
download | linux-d7d787d29148cde12958c2e3765ad3a55dc55eaf.tar.xz |
iio: imu: Add support for Kionix KMX61 sensor
Minimal implementation for KMX61 6-axis accelerometer/magnetometer. It exports
raw accel/magn readings together with scale and sampling frequency.
Datasheet will be available at:
http://www.kionix.com/6-axis-accelerometer-magnetometer/kmx61
Signed-off-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/imu/Kconfig')
-rw-r--r-- | drivers/iio/imu/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/iio/imu/Kconfig b/drivers/iio/imu/Kconfig index 2b0e45133e9d..d675f43cb76a 100644 --- a/drivers/iio/imu/Kconfig +++ b/drivers/iio/imu/Kconfig @@ -25,6 +25,15 @@ config ADIS16480 Say yes here to build support for Analog Devices ADIS16375, ADIS16480, ADIS16485, ADIS16488 inertial sensors. +config KMX61 + tristate "Kionix KMX61 6-axis accelerometer and magnetometer" + depends on I2C + help + Say Y here if you want to build a driver for Kionix KMX61 6-axis accelerometer + and magnetometer. + To compile this driver as module, choose M here: the module will be called + kmx61. + source "drivers/iio/imu/inv_mpu6050/Kconfig" endmenu |