summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2021-07-21 17:13:20 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2021-07-24 16:13:11 +0100
commit9f9decdb64c5cc05b66f7a6ede226dd90684570b (patch)
tree24760069dbff6e14064419d878870bf98614fb73 /Documentation/devicetree
parent7e77ef8b8d600cf8448a2bbd32f682c28884551f (diff)
downloadlinux-9f9decdb64c5cc05b66f7a6ede226dd90684570b.tar.bz2
iio: accel: fxls8962af: fix i2c dependency
With CONFIG_SPI=y and CONFIG_I2C=m, building fxls8962af into vmlinux causes a link error against the I2C module: aarch64-linux-ld: drivers/iio/accel/fxls8962af-core.o: in function `fxls8962af_fifo_flush': fxls8962af-core.c:(.text+0x3a0): undefined reference to `i2c_verify_client' Work around it by adding a Kconfig dependency that forces the SPI driver to be a loadable module whenever I2C is a module. Fixes: af959b7b96b8 ("iio: accel: fxls8962af: fix errata bug E3 - I2C burst reads") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20210721151330.2176653-1-arnd@kernel.org Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/devicetree')
0 files changed, 0 insertions, 0 deletions