projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54ab3e2
)
iio: imu: mpu6050: Move config entry into IMU menu
author
Manuel Stahl
<manuel.stahl@iis.fraunhofer.de>
Fri, 2 May 2014 09:34:00 +0000
(10:34 +0100)
committer
Jonathan Cameron
<jic23@kernel.org>
Sat, 8 Feb 2014 12:27:30 +0000
(12:27 +0000)
Signed-off-by: Manuel Stahl <manuel.stahl@iis.fraunhofer.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/imu/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/iio/imu/Kconfig
b/drivers/iio/imu/Kconfig
index 663e88a1a3c13181061f363480a189d7bec35fad..2b0e45133e9d12b6319aa90f54e533ac18861244 100644
(file)
--- a/
drivers/iio/imu/Kconfig
+++ b/
drivers/iio/imu/Kconfig
@@
-25,6
+25,8
@@
config ADIS16480
Say yes here to build support for Analog Devices ADIS16375, ADIS16480,
ADIS16485, ADIS16488 inertial sensors.
+source "drivers/iio/imu/inv_mpu6050/Kconfig"
+
endmenu
config IIO_ADIS_LIB
@@
-38,5
+40,3
@@
config IIO_ADIS_LIB_BUFFER
help
A set of buffer helper functions for the Analog Devices ADIS* device
family.
-
-source "drivers/iio/imu/inv_mpu6050/Kconfig"