Kconfig (d8218b0de51f36f01ed67731ccf174059a33bb1e) Kconfig (9cc9806e22178e5dbeb4e058df23427454d8d287)
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

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

444 tristate "VTI SCA3000 series accelerometers"
445 help
446 Say Y here to build support for the VTI SCA3000 series of SPI
447 accelerometers. These devices use a hardware ring buffer.
448
449 To compile this driver as a module, say M here: the module will be
450 called sca3000.
451
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

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

444 tristate "VTI SCA3000 series accelerometers"
445 help
446 Say Y here to build support for the VTI SCA3000 series of SPI
447 accelerometers. These devices use a hardware ring buffer.
448
449 To compile this driver as a module, say M here: the module will be
450 called sca3000.
451
452config SCA3300
453 tristate "Murata SCA3300 3-Axis Accelerometer Driver"
454 depends on SPI
455 select CRC8
456 select IIO_BUFFER
457 select IIO_TRIGGERED_BUFFER
458 help
459 Say yes here to build support for Murata SCA3300 3-Axis
460 accelerometer.
461
462 To compile this driver as a module, choose M here: the module will be
463 called sca3300.
464
452config STK8312
453 tristate "Sensortek STK8312 3-Axis Accelerometer Driver"
454 depends on I2C
455 select IIO_BUFFER
456 select IIO_TRIGGERED_BUFFER
457 help
458 Say yes here to get support for the Sensortek STK8312 3-axis
459 accelerometer.

--- 17 unchanged lines hidden ---
465config STK8312
466 tristate "Sensortek STK8312 3-Axis Accelerometer Driver"
467 depends on I2C
468 select IIO_BUFFER
469 select IIO_TRIGGERED_BUFFER
470 help
471 Say yes here to get support for the Sensortek STK8312 3-axis
472 accelerometer.

--- 17 unchanged lines hidden ---