diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2018-12-16 18:38:58 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-12-17 15:28:37 +0100 |
commit | 4bc16f9dd71a7a8590114e7d7e8812a0214d2994 (patch) | |
tree | b8120ef1812aa451689acd7adb42cda4ef1d4671 /drivers/gpio/Kconfig | |
parent | 85af74c474b21940e88483fd48f6094145c89d97 (diff) | |
download | linux-4bc16f9dd71a7a8590114e7d7e8812a0214d2994.tar.bz2 |
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 <marek.vasut+renesas@gmail.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |