aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu
diff options
context:
space:
mode:
authorManuel Stahl <manuel.stahl@iis.fraunhofer.de>2014-05-02 05:34:00 -0400
committerJonathan Cameron <jic23@kernel.org>2014-02-08 07:27:30 -0500
commited10557fce856fc6fc79f98bc99c3b8a83fa0106 (patch)
tree517e2ae4e96b354adcdc5cecdd72cb8a7dd1c5e5 /drivers/iio/imu
parent54ab3e244d0b7e80120778503c697b9997cf673b (diff)
iio: imu: mpu6050: Move config entry into IMU menu
Signed-off-by: Manuel Stahl <manuel.stahl@iis.fraunhofer.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/imu')
-rw-r--r--drivers/iio/imu/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iio/imu/Kconfig b/drivers/iio/imu/Kconfig
index 663e88a1a3c1..2b0e45133e9d 100644
--- a/drivers/iio/imu/Kconfig
+++ b/drivers/iio/imu/Kconfig
@@ -25,6 +25,8 @@ config ADIS16480
25 Say yes here to build support for Analog Devices ADIS16375, ADIS16480, 25 Say yes here to build support for Analog Devices ADIS16375, ADIS16480,
26 ADIS16485, ADIS16488 inertial sensors. 26 ADIS16485, ADIS16488 inertial sensors.
27 27
28source "drivers/iio/imu/inv_mpu6050/Kconfig"
29
28endmenu 30endmenu
29 31
30config IIO_ADIS_LIB 32config IIO_ADIS_LIB
@@ -38,5 +40,3 @@ config IIO_ADIS_LIB_BUFFER
38 help 40 help
39 A set of buffer helper functions for the Analog Devices ADIS* device 41 A set of buffer helper functions for the Analog Devices ADIS* device
40 family. 42 family.
41
42source "drivers/iio/imu/inv_mpu6050/Kconfig"