diff options
author | Daniel Baluta | 2016-02-03 18:50:38 +0200 |
---|---|---|
committer | Jonathan Cameron | 2016-02-06 18:18:13 +0000 |
commit | 713bbb4efb9dcda2e96c8338db1f21c68f2d822a (patch) | |
tree | 39ad0c0528497f7dcf79f783f71ba044d94e070a /drivers/iio/pressure/Kconfig | |
parent | 1ad1ce9b669095bfe94c32ecd19f2a426837eb93 (diff) |
iio: pressure: ms5611: Add triggered buffer support
This will be used together with an external trigger (e.g hrtimer
based software trigger).
Signed-off-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/pressure/Kconfig')
-rw-r--r-- | drivers/iio/pressure/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/pressure/Kconfig b/drivers/iio/pressure/Kconfig index cf03a43545a1..f15f66d6f527 100644 --- a/drivers/iio/pressure/Kconfig +++ b/drivers/iio/pressure/Kconfig @@ -69,6 +69,7 @@ config MPL3115 config MS5611 tristate "Measurement Specialties MS5611 pressure sensor driver" + select IIO_TRIGGERED_BUFFER help Say Y here to build support for the Measurement Specialties MS5611, MS5607 pressure and temperature sensors. |