Kconfig (a483ab796960c9080dc9f97f5905d11debad3df9) Kconfig (0427a106a98adf94b53cc88607ceabc2ecebd2cc)
1#
2# Accelerometer drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Accelerometers"
7
8config BMA180

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

114
115config IIO_ST_ACCEL_SPI_3AXIS
116 tristate
117 depends on IIO_ST_ACCEL_3AXIS
118 depends on IIO_ST_SENSORS_SPI
119
120config KXSD9
121 tristate "Kionix KXSD9 Accelerometer Driver"
1#
2# Accelerometer drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Accelerometers"
7
8config BMA180

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

114
115config IIO_ST_ACCEL_SPI_3AXIS
116 tristate
117 depends on IIO_ST_ACCEL_3AXIS
118 depends on IIO_ST_SENSORS_SPI
119
120config KXSD9
121 tristate "Kionix KXSD9 Accelerometer Driver"
122 select IIO_BUFFER
123 select IIO_TRIGGERED_BUFFER
122 help
123 Say yes here to build support for the Kionix KXSD9 accelerometer.
124 It can be accessed using an (optional) SPI or I2C interface.
125
126 To compile this driver as a module, choose M here: the module
127 will be called kxsd9.
128
129config KXSD9_SPI

--- 159 unchanged lines hidden ---
124 help
125 Say yes here to build support for the Kionix KXSD9 accelerometer.
126 It can be accessed using an (optional) SPI or I2C interface.
127
128 To compile this driver as a module, choose M here: the module
129 will be called kxsd9.
130
131config KXSD9_SPI

--- 159 unchanged lines hidden ---