xref: /linux/drivers/iio/common/st_sensors/Kconfig (revision ebf68996de0ab250c5d520eb2291ab65643e9a1e)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# STMicroelectronics sensors common library
4#
5
6config IIO_ST_SENSORS_I2C
7	tristate
8
9config IIO_ST_SENSORS_SPI
10	tristate
11
12config IIO_ST_SENSORS_CORE
13	tristate
14	select IIO_ST_SENSORS_I2C if I2C
15	select IIO_ST_SENSORS_SPI if SPI_MASTER
16