[PATCH 1/3] iio: hid-sensors: respect CONFIG_IIO_TRIGGER

2012-12-09 Thread Alexander Holler
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 --- drivers/iio/accel/Kconfig

[PATCH 1/3] iio: hid-sensors: respect CONFIG_IIO_TRIGGER

2012-12-09 Thread Alexander Holler
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 hol...@ahsoftware.de ---