Browse Source

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>
Manuel Stahl 11 years ago
parent
commit
ed10557fce
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/iio/imu/Kconfig

+ 2 - 2
drivers/iio/imu/Kconfig

@@ -25,6 +25,8 @@ config ADIS16480
 	  Say yes here to build support for Analog Devices ADIS16375, ADIS16480,
 	  Say yes here to build support for Analog Devices ADIS16375, ADIS16480,
 	  ADIS16485, ADIS16488 inertial sensors.
 	  ADIS16485, ADIS16488 inertial sensors.
 
 
+source "drivers/iio/imu/inv_mpu6050/Kconfig"
+
 endmenu
 endmenu
 
 
 config IIO_ADIS_LIB
 config IIO_ADIS_LIB
@@ -38,5 +40,3 @@ config IIO_ADIS_LIB_BUFFER
 	help
 	help
 	  A set of buffer helper functions for the Analog Devices ADIS* device
 	  A set of buffer helper functions for the Analog Devices ADIS* device
 	  family.
 	  family.
-
-source "drivers/iio/imu/inv_mpu6050/Kconfig"