Kconfig (591298e54ceaf75c1322979dd02466961c5e23dc) | Kconfig (524c762844fede91df23a14231213b5a0c2562f1) |
---|---|
1# 2# Accelerometer drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Accelerometers" 7 8config ADIS16201 9 tristate "Analog Devices ADIS16201 Dual-Axis Digital Inclinometer and Accelerometer" 10 depends on SPI 11 select IIO_ADIS_LIB 12 select IIO_ADIS_LIB_BUFFER if IIO_BUFFER 13 help 14 Say Y here to build support for Analog Devices adis16201 dual-axis 15 digital inclinometer and accelerometer. 16 17 To compile this driver as a module, say M here: the module will 18 be called adis16201. 19 | 1# 2# Accelerometer drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Accelerometers" 7 8config ADIS16201 9 tristate "Analog Devices ADIS16201 Dual-Axis Digital Inclinometer and Accelerometer" 10 depends on SPI 11 select IIO_ADIS_LIB 12 select IIO_ADIS_LIB_BUFFER if IIO_BUFFER 13 help 14 Say Y here to build support for Analog Devices adis16201 dual-axis 15 digital inclinometer and accelerometer. 16 17 To compile this driver as a module, say M here: the module will 18 be called adis16201. 19 |
20config ADIS16209 21 tristate "Analog Devices ADIS16209 Dual-Axis Digital Inclinometer and Accelerometer" 22 depends on SPI 23 select IIO_ADIS_LIB 24 select IIO_ADIS_LIB_BUFFER if IIO_BUFFER 25 help 26 Say Y here to build support for Analog Devices adis16209 dual-axis digital inclinometer 27 and accelerometer. 28 29 To compile this driver as a module, say M here: the module will be 30 called adis16209. 31 |
|
20config ADXL345 21 tristate 22 23config ADXL345_I2C 24 tristate "Analog Devices ADXL345 3-Axis Digital Accelerometer I2C Driver" 25 depends on INPUT_ADXL34X=n 26 depends on I2C 27 select ADXL345 --- 372 unchanged lines hidden --- | 32config ADXL345 33 tristate 34 35config ADXL345_I2C 36 tristate "Analog Devices ADXL345 3-Axis Digital Accelerometer I2C Driver" 37 depends on INPUT_ADXL34X=n 38 depends on I2C 39 select ADXL345 --- 372 unchanged lines hidden --- |