kernel/drivers/input/sensors/gyro/Kconfig
.. .. @@ -39,4 +39,17 @@ 39 39 40 40 config GYRO_ICM2060X 41 41 tristate "gyroscope icm2060x_gyro" 42 +43 +config GYRO_ICM4260X44 + tristate "gyroscope icm4260x_gyro"45 + help46 + To have support for your specific gyro you will have to47 + select the proper drivers which depend on this option.48 +49 +config GYRO_IAM2068050 + tristate "gyroscope iam20680_gyro"51 + default n52 + help53 + To have support for your specific gyroscope you will have to54 + select the proper drivers which depend on this option.42 55 endif