浏览代码

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 年之前
父节点
当前提交
ed10557fce
共有 1 个文件被更改,包括 2 次插入2 次删除
  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"