diff options
author | Mylène Josserand <mylene.josserand@free-electrons.com> | 2016-09-07 16:53:57 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-09-07 21:15:49 +0200 |
commit | ac91ab51e4f882db65449ff821a5664bad4b164c (patch) | |
tree | da6424f4b373588f932921d4879e43c6735867b5 /drivers/pinctrl/sunxi/Kconfig | |
parent | 56e57cb6c07f124911dfe9a6b496f541ed166931 (diff) | |
download | linux-ac91ab51e4f882db65449ff821a5664bad4b164c.tar.gz linux-ac91ab51e4f882db65449ff821a5664bad4b164c.tar.bz2 linux-ac91ab51e4f882db65449ff821a5664bad4b164c.zip |
pinctrl: sunxi: Add GR8 controller support
Just like the other member of the sunxi family, let's add a pinctrl table
for the muxing options.
Signed-off-by: Mylène Josserand <mylene.josserand@free-electrons.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/sunxi/Kconfig')
-rw-r--r-- | drivers/pinctrl/sunxi/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pinctrl/sunxi/Kconfig b/drivers/pinctrl/sunxi/Kconfig index aaf075b972f5..bff1ffc6f01e 100644 --- a/drivers/pinctrl/sunxi/Kconfig +++ b/drivers/pinctrl/sunxi/Kconfig @@ -17,6 +17,10 @@ config PINCTRL_SUN5I_A13 def_bool MACH_SUN5I select PINCTRL_SUNXI +config PINCTRL_GR8 + def_bool MACH_SUN5I + select PINCTRL_SUNXI_COMMON + config PINCTRL_SUN6I_A31 def_bool MACH_SUN6I select PINCTRL_SUNXI |