Kconfig (112d6212c80a1c560757520bd822a41c0ad15c2c) | Kconfig (84e5ddd5c46ea3bf0cad670da32028994cad5936) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# IIO imu drivers configuration 4# 5# When adding new entries keep the list in alphabetical order 6 7menu "Inertial measurement units" 8 --- 26 unchanged lines hidden (view full) --- 35 select IIO_ADIS_LIB 36 select IIO_ADIS_LIB_BUFFER if IIO_BUFFER 37 help 38 Say yes here to build support for Analog Devices ADIS16375, ADIS16480, 39 ADIS16485, ADIS16488 inertial sensors. 40 41source "drivers/iio/imu/bmi160/Kconfig" 42 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# IIO imu drivers configuration 4# 5# When adding new entries keep the list in alphabetical order 6 7menu "Inertial measurement units" 8 --- 26 unchanged lines hidden (view full) --- 35 select IIO_ADIS_LIB 36 select IIO_ADIS_LIB_BUFFER if IIO_BUFFER 37 help 38 Say yes here to build support for Analog Devices ADIS16375, ADIS16480, 39 ADIS16485, ADIS16488 inertial sensors. 40 41source "drivers/iio/imu/bmi160/Kconfig" 42 |
43config FXOS8700 44 tristate 45 46config FXOS8700_I2C 47 tristate "NXP FXOS8700 I2C driver" 48 depends on I2C 49 select FXOS8700 50 select REGMAP_I2C 51 help 52 Say yes here to build support for the NXP FXOS8700 m+g combo 53 sensor on I2C. 54 55 This driver can also be built as a module. If so, the module will be 56 called fxos8700_i2c. 57 58config FXOS8700_SPI 59 tristate "NXP FXOS8700 SPI driver" 60 depends on SPI 61 select FXOS8700 62 select REGMAP_SPI 63 help 64 Say yes here to build support for the NXP FXOS8700 m+g combo 65 sensor on SPI. 66 67 This driver can also be built as a module. If so, the module will be 68 called fxos8700_spi. 69 |
|
43config KMX61 44 tristate "Kionix KMX61 6-axis accelerometer and magnetometer" 45 depends on I2C 46 select IIO_BUFFER 47 select IIO_TRIGGERED_BUFFER 48 help 49 Say Y here if you want to build a driver for Kionix KMX61 6-axis 50 accelerometer and magnetometer. --- 19 unchanged lines hidden --- | 70config KMX61 71 tristate "Kionix KMX61 6-axis accelerometer and magnetometer" 72 depends on I2C 73 select IIO_BUFFER 74 select IIO_TRIGGERED_BUFFER 75 help 76 Say Y here if you want to build a driver for Kionix KMX61 6-axis 77 accelerometer and magnetometer. --- 19 unchanged lines hidden --- |