xref: /linux/drivers/iio/gyro/Kconfig (revision f49f4ab95c301dbccad0efe85296d908b8ae7ad4)
1#
2# IIO Digital Gyroscope Sensor drivers configuration
3#
4menu "Digital gyroscope sensors"
5
6config HID_SENSOR_GYRO_3D
7	depends on HID_SENSOR_HUB
8	select IIO_BUFFER
9	select IIO_TRIGGERED_BUFFER
10	select HID_SENSOR_IIO_COMMON
11	tristate "HID Gyroscope 3D"
12	help
13	  Say yes here to build support for the HID SENSOR
14	  Gyroscope 3D.
15
16endmenu
17