Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / iio / common / st_sensors / Kconfig
blob9364ec7a811fd0769afc00327c38b90b69ed8f48
1 # SPDX-License-Identifier: GPL-2.0-only
3 # STMicroelectronics sensors common library
6 config IIO_ST_SENSORS_I2C
7         tristate
8         select REGMAP_I2C
10 config IIO_ST_SENSORS_SPI
11         tristate
12         select REGMAP_SPI
14 config IIO_ST_SENSORS_CORE
15         tristate
16         select IIO_ST_SENSORS_I2C if I2C
17         select IIO_ST_SENSORS_SPI if SPI_MASTER