#
# Hid Sensor common modules
#

config IIO_ST_SENSORS_I2C
	tristate

config IIO_ST_SENSORS_SPI
	tristate

config IIO_ST_SENSORS_CORE
	tristate
	select IIO_ST_SENSORS_I2C if I2C
	select IIO_ST_SENSORS_SPI if SPI_MASTER
