From 4bc16f9dd71a7a8590114e7d7e8812a0214d2994 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 16 Dec 2018 18:38:58 +0100 Subject: gpio: pca953x: Add regmap dependency for PCA953x driver Select REGMAP_I2C in Kconfig, since the driver now depends on regmap and this was missing, thus breaking build on various systems. Signed-off-by: Marek Vasut Cc: Linus Walleij Cc: Bartosz Golaszewski Signed-off-by: Linus Walleij --- drivers/gpio/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpio/Kconfig') diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index a1876c39a7b7..06e7f9d5b84a 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -850,6 +850,7 @@ config GPIO_MC9S08DZ60 config GPIO_PCA953X tristate "PCA95[357]x, PCA9698, TCA64xx, and MAX7310 I/O ports" + select REGMAP_I2C help Say yes here to provide access to several register-oriented SMBus I/O expanders, made mostly by NXP or TI. Compatible -- cgit v1.2.3-55-g7522