diff options
author | Jisheng Zhang <Jisheng.Zhang@synaptics.com> | 2018-07-18 14:00:30 +0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-07-29 21:42:32 +0200 |
commit | 423ddc580b13633429ed17c1c3a3059f402a3660 (patch) | |
tree | d9abe15250eb879599b0b02f2e35331f0f9d54a4 /drivers/pinctrl/berlin/Kconfig | |
parent | 8c17dee1706d3bc5861513145b762d1a63abda9f (diff) |
pinctrl: berlin: add the as370 SoC pinctrl driver
Add the pin-controller driver for Synaptics AS370 SoC, with definition
of its groups and functions. This uses the core Berlin pinctrl driver.
Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/berlin/Kconfig')
-rw-r--r-- | drivers/pinctrl/berlin/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pinctrl/berlin/Kconfig b/drivers/pinctrl/berlin/Kconfig index 8fe6ad7795dc..0dd60278e973 100644 --- a/drivers/pinctrl/berlin/Kconfig +++ b/drivers/pinctrl/berlin/Kconfig @@ -5,6 +5,11 @@ config PINCTRL_BERLIN select PINMUX select REGMAP_MMIO +config PINCTRL_AS370 + bool "Synaptics as370 pin controller driver" + depends on OF + select PINCTRL_BERLIN + config PINCTRL_BERLIN_BG2 def_bool MACH_BERLIN_BG2 depends on OF |