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