summaryrefslogtreecommitdiff
path: root/drivers/iio/pressure/Kconfig
diff options
context:
space:
mode:
authorPetre Rodan <petre.rodan@subdimension.ro>2024-02-11 10:56:37 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2024-02-19 22:32:22 +0300
commit05f5d78834a118b06b0292beb20891f45415d07b (patch)
treee8e349308e93334fbd48ab09c0bca764609733c4 /drivers/iio/pressure/Kconfig
parentdf3186e829c33e3c577e00e8b3faa25763a44bb0 (diff)
downloadlinux-05f5d78834a118b06b0292beb20891f45415d07b.tar.xz
iio: pressure: hsc030pa add triggered buffer
Add triggered buffer feature. Signed-off-by: Petre Rodan <petre.rodan@subdimension.ro> Link: https://lore.kernel.org/r/20240211075645.28777-7-petre.rodan@subdimension.ro Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/pressure/Kconfig')
-rw-r--r--drivers/iio/pressure/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/iio/pressure/Kconfig b/drivers/iio/pressure/Kconfig
index 5da7931dc537..3ad38506028e 100644
--- a/drivers/iio/pressure/Kconfig
+++ b/drivers/iio/pressure/Kconfig
@@ -114,6 +114,8 @@ config HSC030PA
depends on (I2C || SPI_MASTER)
select HSC030PA_I2C if I2C
select HSC030PA_SPI if SPI_MASTER
+ select IIO_BUFFER
+ select IIO_TRIGGERED_BUFFER
help
Say Y here to build support for the Honeywell TruStability
HSC and SSC pressure and temperature sensor series.