Merge tag 'reset-for-v5.3' of git://git.pengutronix.de/git/pza/linux into arm/drivers
[sfrench/cifs-2.6.git] / drivers / iio / common / st_sensors / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # STMicroelectronics sensors common library
4 #
5
6 config IIO_ST_SENSORS_I2C
7         tristate
8
9 config IIO_ST_SENSORS_SPI
10         tristate
11
12 config IIO_ST_SENSORS_CORE
13         tristate
14         select IIO_ST_SENSORS_I2C if I2C
15         select IIO_ST_SENSORS_SPI if SPI_MASTER