# # [31mCONFIG_IIO[0m imu drivers configuration # # When adding new entries keep the list in alphabetical order menu "Inertial measurement units" config [31mCONFIG_ADIS16400[0m tristate "Analog Devices ADIS16400 and similar IMU SPI driver" depends on [31mCONFIG_SPI[0m select [31mCONFIG_IIO_ADIS_LIB[0m select [31mCONFIG_IIO_ADIS_LIB_BUFFER[0m if [31mCONFIG_IIO_BUFFER[0m help Say yes here to build support for Analog Devices adis16300, adis16344, adis16350, adis16354, adis16355, adis16360, adis16362, adis16364, adis16365, adis16400 and adis16405 triaxial inertial sensors (adis16400 series also have magnetometers). config [31mCONFIG_ADIS16480[0m tristate "Analog Devices ADIS16480 and similar IMU driver" depends on [31mCONFIG_SPI[0m select [31mCONFIG_IIO_ADIS_LIB[0m select [31mCONFIG_IIO_ADIS_LIB_BUFFER[0m if [31mCONFIG_IIO_BUFFER[0m help Say yes here to build support for Analog Devices ADIS16375, [31mCONFIG_ADIS16480[0m, ADIS16485, ADIS16488 inertial sensors. source "drivers/iio/imu/bmi160/Kconfig" config [31mCONFIG_KMX61[0m tristate "Kionix KMX61 6-axis accelerometer and magnetometer" depends on [31mCONFIG_I2C[0m select [31mCONFIG_IIO_BUFFER[0m select [31mCONFIG_IIO_TRIGGERED_BUFFER[0m help Say Y here if you want to build a driver for Kionix [31mCONFIG_KMX61[0m 6-axis accelerometer and magnetometer. To compile this driver as module, choose [31mCONFIG_M[0m here: the module will be called kmx61. source "drivers/iio/imu/inv_mpu6050/Kconfig" endmenu config [31mCONFIG_IIO_ADIS_LIB[0m tristate help [31mCONFIG_A[0m set of IO helper functions for the Analog Devices ADIS* device family. config [31mCONFIG_IIO_ADIS_LIB_BUFFER[0m bool select [31mCONFIG_IIO_TRIGGERED_BUFFER[0m help [31mCONFIG_A[0m set of buffer helper functions for the Analog Devices ADIS* device family. |