summaryrefslogtreecommitdiffstats
path: root/drivers/iio/Kconfig
diff options
context:
space:
mode:
authorJonathan Cameron2013-04-14 13:54:00 +0200
committerJonathan Cameron2013-05-22 23:16:48 +0200
commite64e7d5c8c86ead27ed51a95687ba8327a9c4d2a (patch)
tree538e59226f90d6fe150364be1cd29622c5266614 /drivers/iio/Kconfig
parentstaging/iio/mxs-lradc: cleanup masklength (diff)
downloadkernel-qcow2-linux-e64e7d5c8c86ead27ed51a95687ba8327a9c4d2a.tar.gz
kernel-qcow2-linux-e64e7d5c8c86ead27ed51a95687ba8327a9c4d2a.tar.xz
kernel-qcow2-linux-e64e7d5c8c86ead27ed51a95687ba8327a9c4d2a.zip
iio:trigger:sysfs Move out of staging.
This simple driver is rather useful. No issues about its interface have been raised for some time hence the proposal to move it out of staging. Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/Kconfig')
-rw-r--r--drivers/iio/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/iio/Kconfig b/drivers/iio/Kconfig
index b2f963be3993..daa3dddbc77f 100644
--- a/drivers/iio/Kconfig
+++ b/drivers/iio/Kconfig
@@ -70,5 +70,8 @@ source "drivers/iio/gyro/Kconfig"
source "drivers/iio/imu/Kconfig"
source "drivers/iio/light/Kconfig"
source "drivers/iio/magnetometer/Kconfig"
+if IIO_TRIGGER
+ source "drivers/iio/trigger/Kconfig"
+endif #IIO_TRIGGER
endif # IIO