# # Hid Sensor common modules # menu "Hid Sensor IIO Common" config [31mCONFIG_HID_SENSOR_IIO_COMMON[0m tristate "Common modules for all HID Sensor IIO drivers" depends on [31mCONFIG_HID_SENSOR_HUB[0m select [31mCONFIG_HID_SENSOR_IIO_TRIGGER[0m if [31mCONFIG_IIO_BUFFER[0m help Say yes here to build support for [31mCONFIG_HID[0m sensor to use [31mCONFIG_HID[0m sensor common processing for attributes and [31mCONFIG_IIO[0m triggers. There are many attributes which can be shared among multiple [31mCONFIG_HID[0m sensor drivers, this module contains processing for those attributes. config [31mCONFIG_HID_SENSOR_IIO_TRIGGER[0m tristate "Common module (trigger) for all HID Sensor IIO drivers" depends on [31mCONFIG_HID_SENSOR_HUB[0m && [31mCONFIG_HID_SENSOR_IIO_COMMON[0m select [31mCONFIG_IIO_TRIGGER[0m help Say yes here to build trigger support for [31mCONFIG_HID[0m sensors. Triggers will be send if all requested attributes were read. If this driver is compiled as a module, it will be named hid-sensor-trigger. endmenu |