xref: /OK3568_Linux_fs/kernel/drivers/input/sensors/gyro/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# SPDX-License-Identifier: GPL-2.0
2#
3# gyroscope drivers configuration
4#
5
6menuconfig GYROSCOPE_DEVICE
7	tristate "gyroscope device support"
8	default n
9
10if GYROSCOPE_DEVICE
11
12config GYRO_L3G4200D
13	tristate "gyroscope l3g4200d"
14	default n
15
16config GYRO_K3G
17	tristate "gyroscope k3g"
18	default n
19
20config GYRO_L3G20D
21	tristate "gyroscope l3g20d"
22	default n
23
24config GYRO_EWTSA
25	tristate "gyroscope ewtsa"
26	default n
27
28config GYRO_MPU6500
29	tristate "gyroscope mpu6500_gyro"
30        default n
31
32config GYRO_MPU6880
33	tristate "gyroscope mpu6880_gyro"
34	default n
35
36config GYRO_LSM330
37	tristate "gyroscope lsm330_gyro"
38	default n
39
40config GYRO_ICM2060X
41	tristate "gyroscope icm2060x_gyro"
42
43config GYRO_IAM20680
44	tristate "gyroscope iam20680_gyro"
45	default n
46	help
47	  To have support for your specific gyroscope you will have to
48	  select the proper drivers which depend on this option.
49endif
50