mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 12:06:42 +07:00
c5bdbef704
Added usage id processing for Gyroscope 3D. This uses IIO interfaces for triggered buffer to present data to user mode.This uses HID sensor framework for registering callback events from the sensor hub. Signed-off-by: srinivas pandruvada <srinivas.pandruvada@intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
17 lines
335 B
Plaintext
17 lines
335 B
Plaintext
#
|
|
# IIO Digital Gyroscope Sensor drivers configuration
|
|
#
|
|
menu "Digital gyroscope sensors"
|
|
|
|
config HID_SENSOR_GYRO_3D
|
|
depends on HID_SENSOR_HUB
|
|
select IIO_BUFFER
|
|
select IIO_TRIGGERED_BUFFER
|
|
select HID_SENSOR_IIO_COMMON
|
|
tristate "HID Gyroscope 3D"
|
|
help
|
|
Say yes here to build support for the HID SENSOR
|
|
Gyroscope 3D.
|
|
|
|
endmenu
|