]> asedeno.scripts.mit.edu Git - linux.git/commit
gpio: mcp23s08: Select REGMAP/REGMAP_I2C to fix build error
authorAxel Lin <axel.lin@ingics.com>
Thu, 2 Feb 2017 10:13:06 +0000 (18:13 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Sat, 4 Feb 2017 20:25:28 +0000 (21:25 +0100)
commite8e1a5b5679b1ae1ff03a3883b011b84e7226171
tree4dc74888e4d5f8b98f966fa5851c8a6454812364
parent5238f60feb408efbb5ad212d9b5b98a44d97af3a
gpio: mcp23s08: Select REGMAP/REGMAP_I2C to fix build error

This driver now using devm_regmap_init/devm_regmap_init_i2c, so it needs
to select REGMAP/REGMAP_I2C accordingly.

Fixes: ("3d84fdb3f0b5 gpio: mcp23s08: use regmap")
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-By: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig