Searched hist:"665 dff997e166c67663f2e0fce16392c70d31511" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpio/ |
H A D | Kconfig | diff 665dff997e166c67663f2e0fce16392c70d31511 Tue May 30 13:13:17 CEST 2017 Arnd Bergmann <arnd@arndb.de> gpio: xra1403: select REGMAP_SPI
Without the regmap code, we get a link error:
drivers/gpio/built-in.o: In function `xra1403_probe': (.text+0x132e0): undefined reference to `__devm_regmap_init_spi'
Fixes: 5704520d7880 ("gpio: xra1403: Add EXAR XRA1403 SPI GPIO expander driver") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Nandor Han <nandor.han@ge.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|