linux/drivers/iio/health
Arnd Bergmann f56293c75b iio: health/afe4403: select REGMAP_SPI
The newly added afe4403 driver uses the regmap facility to abstract
the I2C and SPI access. However, it fails to ensure that regmap_spi
is actually present:

drivers/iio/built-in.o: In function `afe4403_probe':
:(.text+0x9bf8): undefined reference to `__devm_regmap_init_spi'

This adds a Kconfig select statement like the afe4404 I2C driver
has.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: eec96d1e2d ("iio: health: Add driver for the TI AFE4403 heart monitor")
Acked-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2016-02-17 19:31:06 +00:00
..
afe440x.h iio: health: Add driver for the TI AFE4404 heart monitor 2016-02-06 18:57:09 +00:00
afe4403.c iio: health: Add driver for the TI AFE4403 heart monitor 2016-02-06 21:55:32 +00:00
afe4404.c iio: health: Add driver for the TI AFE4404 heart monitor 2016-02-06 18:57:09 +00:00
Kconfig iio: health/afe4403: select REGMAP_SPI 2016-02-17 19:31:06 +00:00
Makefile iio: health: Add driver for the TI AFE4403 heart monitor 2016-02-06 21:55:32 +00:00
max30100.c iio: health: max30100: add config for LED current 2016-01-03 17:59:49 +00:00