]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
iio: pressure: ms5611: select IIO_BUFFER
authorArnd Bergmann <arnd@arndb.de>
Tue, 16 Feb 2016 14:55:07 +0000 (15:55 +0100)
committerJonathan Cameron <jic23@kernel.org>
Wed, 17 Feb 2016 20:50:01 +0000 (20:50 +0000)
The ms5611 driver started using the IIO_TRIGGERED_BUFFER infrastructure
which in turn depend on IIO_BUFFER, and it produces a build error now
if that is not enabled:

warning: (... && MS5611 && ...) selects IIO_TRIGGERED_BUFFER which has unmet direct dependencies (IIO && IIO_BUFFER)
buffer/industrialio-triggered-buffer.c: In function 'iio_triggered_buffer_setup':
buffer/industrialio-triggered-buffer.c:58:2: error: implicit declaration of function 'iio_device_attach_buffer' [-Werror=implicit-function-declaration]
pressure/ms5611_core.c: In function 'ms5611_trigger_handler':
pressure/ms5611_core.c:193:2: error: implicit declaration of function 'iio_push_to_buffers_with_timestamp' [-Werror=implicit-function-declaration]

This adds the second select.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 713bbb4efb9d ("iio: pressure: ms5611: Add triggered buffer support")
Acked-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/pressure/Kconfig

index f15f66d6f5279d959e7270fd5accbda199851e29..31c0e1fd2202d6dea587dc7fbb07cbff74397b36 100644 (file)
@@ -69,6 +69,7 @@ config MPL3115
 
 config MS5611
        tristate "Measurement Specialties MS5611 pressure sensor driver"
+       select IIO_BUFFER
        select IIO_TRIGGERED_BUFFER
        help
          Say Y here to build support for the Measurement Specialties