Kconfig 612 B

1234567891011121314
  1. config CUSTOM_KERNEL_GYROSCOPE
  2. bool "CUSTOM_KERNEL_GYROSCOPE"
  3. help
  4. gyroscope sensor to detect gyroscope from x y z axis.
  5. If the platform is supported for gyroscope, this
  6. configuration should be configured, and the gyroscope
  7. driver configuration should be configured as well.
  8. source "drivers/misc/mediatek/gyroscope/ITG1010-new/Kconfig"
  9. source "drivers/misc/mediatek/gyroscope/mpu6050gy-new/Kconfig"
  10. source "drivers/misc/mediatek/gyroscope/mpu6515/Kconfig"
  11. source "drivers/misc/mediatek/gyroscope/icm20645gy/Kconfig"
  12. source "drivers/misc/mediatek/gyroscope/bmg160-new/Kconfig"