diff options
author | Wells Lu <wellslutw@gmail.com> | 2022-01-16 15:52:14 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2022-01-30 02:55:41 +0100 |
commit | aa74c44be19c8b1de38d955c2c45c309991c805a (patch) | |
tree | 88f342141b1c6c3a462c8dd4f14a79134b39bb07 /drivers/pinctrl/Makefile | |
parent | dt-bindings: pinctrl: Add dt-bindings for Sunplus SP7021 (diff) | |
download | linux-aa74c44be19c8b1de38d955c2c45c309991c805a.tar.xz linux-aa74c44be19c8b1de38d955c2c45c309991c805a.zip |
pinctrl: Add driver for Sunplus SP7021
Add driver for Sunplus SP7021 SoC.
Signed-off-by: Wells Lu <wellslutw@gmail.com>
Link: https://lore.kernel.org/r/1642344734-27229-3-git-send-email-wellslutw@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Makefile')
-rw-r--r-- | drivers/pinctrl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/Makefile b/drivers/pinctrl/Makefile index 08c364d611f5..b09c5345f82c 100644 --- a/drivers/pinctrl/Makefile +++ b/drivers/pinctrl/Makefile @@ -71,6 +71,7 @@ obj-$(CONFIG_PINCTRL_SAMSUNG) += samsung/ obj-$(CONFIG_PINCTRL_SPEAR) += spear/ obj-y += sprd/ obj-$(CONFIG_PINCTRL_STM32) += stm32/ +obj-y += sunplus/ obj-$(CONFIG_PINCTRL_SUNXI) += sunxi/ obj-$(CONFIG_ARCH_TEGRA) += tegra/ obj-y += ti/ |