Re: [PATCH 1/4 v2] iio: hid-sensors: respect CONFIG_IIO_TRIGGER

2012-12-15 Thread Alexander Holler
Am 15.12.2012 11:54, schrieb Jonathan Cameron: On 12/11/2012 06:21 PM, Alexander Holler wrote: 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_TRIGG

Re: [PATCH 1/4 v2] iio: hid-sensors: respect CONFIG_IIO_TRIGGER

2012-12-15 Thread Jonathan Cameron
On 12/11/2012 06:21 PM, Alexander Holler wrote: > 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

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

2012-12-11 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