iio: hid-sensors: respect CONFIG_IIO_TRIGGER
authorAlexander Holler <holler@ahsoftware.de>
Tue, 11 Dec 2012 18:21:00 +0000 (18:21 +0000)
committerJonathan Cameron <jic23@kernel.org>
Thu, 27 Dec 2012 10:59:50 +0000 (10:59 +0000)
commit9541cc39a6381b76dac30c8e05078eb0a543f113
tree080195e2f87bb906167cc262270d1a09cd5ba522
parent116797672ffdd3635eafa25db5bd312e65c5ad01
iio: hid-sensors: respect CONFIG_IIO_TRIGGER

Not much to say, without that change, hid-sensor-trigger will be
always compiled if HID_SENSOR_IIO_COMMON is selected which fails if
CONFIG_IIO_TRIGGER is not set because CONFIG_IIO_CONSUMERS_PER_TRIGGER
will not be defined.

Signed-off-by: Alexander Holler <holler@ahsoftware.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/accel/Kconfig
drivers/iio/common/hid-sensors/Kconfig
drivers/iio/common/hid-sensors/Makefile
drivers/iio/gyro/Kconfig
drivers/iio/light/Kconfig
drivers/iio/magnetometer/Kconfig