File tree Expand file tree Collapse file tree 3 files changed +777
-0
lines changed Expand file tree Collapse file tree 3 files changed +777
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,15 @@ config ADIS16480
25
25
Say yes here to build support for Analog Devices ADIS16375, ADIS16480,
26
26
ADIS16485, ADIS16488 inertial sensors.
27
27
28
+ config KMX61
29
+ tristate "Kionix KMX61 6-axis accelerometer and magnetometer"
30
+ depends on I2C
31
+ help
32
+ Say Y here if you want to build a driver for Kionix KMX61 6-axis accelerometer
33
+ and magnetometer.
34
+ To compile this driver as module, choose M here: the module will be called
35
+ kmx61.
36
+
28
37
source "drivers/iio/imu/inv_mpu6050/Kconfig"
29
38
30
39
endmenu
Original file line number Diff line number Diff line change @@ -14,3 +14,5 @@ adis_lib-$(CONFIG_IIO_ADIS_LIB_BUFFER) += adis_buffer.o
14
14
obj-$(CONFIG_IIO_ADIS_LIB) += adis_lib.o
15
15
16
16
obj-y += inv_mpu6050/
17
+
18
+ obj-$(CONFIG_KMX61) += kmx61.o
You can’t perform that action at this time.
0 commit comments