xref: /openbmc/linux/drivers/iio/common/st_sensors/Kconfig (revision ba61bb17496d1664bf7c5c2fd650d5fd78bd0a92)
1#
2# STMicroelectronics sensors common library
3#
4
5config IIO_ST_SENSORS_I2C
6	tristate
7
8config IIO_ST_SENSORS_SPI
9	tristate
10
11config IIO_ST_SENSORS_CORE
12	tristate
13	select IIO_ST_SENSORS_I2C if I2C
14	select IIO_ST_SENSORS_SPI if SPI_MASTER
15