kernel/drivers/iio/common/hid-sensors/Kconfig
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 # 2 3 # Hid Sensor common modules 3 4 # .. .. @@ -18,6 +19,7 @@ 18 19 tristate "Common module (trigger) for all HID Sensor IIO drivers" 19 20 depends on HID_SENSOR_HUB && HID_SENSOR_IIO_COMMON && IIO_BUFFER 20 21 select IIO_TRIGGER 22 + select IIO_TRIGGERED_BUFFER21 23 help 22 24 Say yes here to build trigger support for HID sensors. 23 25 Triggers will be send if all requested attributes were read.