]> asedeno.scripts.mit.edu Git - linux.git/commit
iio: st_sensors: Fix build error
authorYueHaibing <yuehaibing@huawei.com>
Fri, 23 Aug 2019 12:18:52 +0000 (20:18 +0800)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 25 Aug 2019 17:57:55 +0000 (18:57 +0100)
commit258128e8e953c84bd46e487deedcae2bd6543bd4
tree586feeb914b21a81c7d01d12504f7914ea8122ec
parent6b4d6822eef58dc17d35ece72369045247843990
iio: st_sensors: Fix build error

IIO_ST_SENSORS_CORE select IIO_ST_SENSORS_I2C
unconditionally, if REGMAP_I2C is not set, build fails

drivers/iio/common/st_sensors/st_sensors_i2c.o: In function `st_sensors_i2c_configure':
st_sensors_i2c.c:(.text+0x58): undefined reference to `__devm_regmap_init_i2c'

This patch selects REGMAP_I2C to fix it.
IIO_ST_SENSORS_SPI is similar to SPI issue.

Reported-by: Hulk Robot <hulkci@huawei.com>
Fixes: 062809ef7733 ("iio: make st_sensors drivers use regmap")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/common/st_sensors/Kconfig