# SPDX-License-Identifier: GPL-2.0
#
# gyroscope drivers configuration
#

menuconfig GYROSCOPE_DEVICE
	bool "gyroscope device support"
	default y	

if GYROSCOPE_DEVICE

config GYRO_L3G4200D
  bool "gyroscope l3g4200d"
	default y

config GYRO_K3G
  bool "gyroscope k3g"
	default n

config GYRO_L3G20D
  bool "gyroscope l3g20d"
	default y

config GYRO_EWTSA
  bool "gyroscope ewtsa"
	default y

config GYRO_MPU6500
  bool "gyroscope mpu6500_gyro"
        default n

config GYRO_MPU6880
  bool "gyroscope mpu6880_gyro"
	default y

config GYRO_LSM330
	bool "gyroscope lsm330_gyro"
	default y
endif
