forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/iio/common/hid-sensors/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Hid Sensor common modules
34 #
....@@ -18,6 +19,7 @@
1819 tristate "Common module (trigger) for all HID Sensor IIO drivers"
1920 depends on HID_SENSOR_HUB && HID_SENSOR_IIO_COMMON && IIO_BUFFER
2021 select IIO_TRIGGER
22
+ select IIO_TRIGGERED_BUFFER
2123 help
2224 Say yes here to build trigger support for HID sensors.
2325 Triggers will be send if all requested attributes were read.