summaryrefslogtreecommitdiffstats
path: root/drivers/iio/Kconfig
diff options
context:
space:
mode:
authorsrinivas pandruvada2012-09-05 14:56:00 +0200
committerJonathan Cameron2012-09-06 20:21:09 +0200
commit45fe6f7d002c4ce11ae966bce74c6714816390d7 (patch)
tree0f911eefc2428a615a6787636c49ca0cfe985677 /drivers/iio/Kconfig
parentiio: hid-sensors: Common attribute and trigger (diff)
downloadkernel-qcow2-linux-45fe6f7d002c4ce11ae966bce74c6714816390d7.tar.gz
kernel-qcow2-linux-45fe6f7d002c4ce11ae966bce74c6714816390d7.tar.xz
kernel-qcow2-linux-45fe6f7d002c4ce11ae966bce74c6714816390d7.zip
iio: hid-sensors: Added accelerometer 3D
Added usage id processing for Accelerometer 3D.This uses IIO interfaces for triggered buffer to present data to user mode.This uses HID sensor framework for registering callback events from the sensor hub. Signed-off-by: srinivas pandruvada <srinivas.pandruvada@intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/Kconfig')
-rw-r--r--drivers/iio/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/Kconfig b/drivers/iio/Kconfig
index c40261032847..0e05b90091b9 100644
--- a/drivers/iio/Kconfig
+++ b/drivers/iio/Kconfig
@@ -54,6 +54,7 @@ config IIO_CONSUMERS_PER_TRIGGER
This value controls the maximum number of consumers that a
given trigger may handle. Default is 2.
+source "drivers/iio/accel/Kconfig"
source "drivers/iio/adc/Kconfig"
source "drivers/iio/amplifiers/Kconfig"
source "drivers/iio/light/Kconfig"