Kconfig (2f76520561d01a5f37e6d6ed2c2e441b6a355a96) Kconfig (12ed27863ea3148239ec368e16c1a0f937e4d9bd)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Accelerometer drivers
4#
5# When adding new entries keep the list in alphabetical order
6
7menu "Accelerometers"
8

--- 47 unchanged lines hidden (view full) ---

56 help
57 Say Y here if you want to build support for the Analog Devices
58 ADXL345 or ADXL375 3-axis digital accelerometer.
59
60 To compile this driver as a module, choose M here: the module
61 will be called adxl345_spi and you will also get adxl345_core
62 for the core module.
63
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Accelerometer drivers
4#
5# When adding new entries keep the list in alphabetical order
6
7menu "Accelerometers"
8

--- 47 unchanged lines hidden (view full) ---

56 help
57 Say Y here if you want to build support for the Analog Devices
58 ADXL345 or ADXL375 3-axis digital accelerometer.
59
60 To compile this driver as a module, choose M here: the module
61 will be called adxl345_spi and you will also get adxl345_core
62 for the core module.
63
64config ADXL355
65 tristate
66
67config ADXL355_I2C
68 tristate "Analog Devices ADXL355 3-Axis Digital Accelerometer I2C Driver"
69 depends on I2C
70 select ADXL355
71 select REGMAP_I2C
72 help
73 Say Y here if you want to build i2c support for the Analog Devices
74 ADXL355 3-axis digital accelerometer.
75
76 To compile this driver as a module, choose M here: the module
77 will be called adxl355_i2c and you will also get adxl355_core
78 for the core module.
79
80config ADXL355_SPI
81 tristate "Analog Devices ADXL355 3-Axis Digital Accelerometer SPI Driver"
82 depends on SPI
83 select ADXL355
84 select REGMAP_SPI
85 help
86 Say Y here if you want to build spi support for the Analog Devices
87 ADXL355 3-axis digital accelerometer.
88
89 To compile this driver as a module, choose M here: the module
90 will be called adxl355_spi and you will also get adxl355_core
91 for the core module.
92
64config ADXL372
65 tristate
66 select IIO_BUFFER
67 select IIO_TRIGGERED_BUFFER
68
69config ADXL372_SPI
70 tristate "Analog Devices ADXL372 3-Axis Accelerometer SPI Driver"
71 depends on SPI

--- 451 unchanged lines hidden ---
93config ADXL372
94 tristate
95 select IIO_BUFFER
96 select IIO_TRIGGERED_BUFFER
97
98config ADXL372_SPI
99 tristate "Analog Devices ADXL372 3-Axis Accelerometer SPI Driver"
100 depends on SPI

--- 451 unchanged lines hidden ---