mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 03:51:48 +00:00
73c6768b71
This patch contains the common code, which is used by all HID sensors. There are some common set of attributes, which every hid sensor needs it. This patch contains all such attributes processing. Also the trigger interface is common among all HID sensors. This patch contains common trigger functions utilized by all HID sensors. Signed-off-by: srinivas pandruvada <srinivas.pandruvada@intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
#
|
|
# IIO common modules
|
|
#
|
|
|
|
source "drivers/iio/common/hid-sensors/Kconfig"
|