diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2024-08-26 11:10:45 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2024-08-26 11:11:22 +0200 |
commit | 9b82ec85ebb326d20553220945bad1cc203b8805 (patch) | |
tree | 43c43c24916d791f596572beb901ea7094cd7816 /drivers/pinctrl/Makefile | |
parent | pinctrl: freescale: imx-scmi: Use kmemdup_array instead of kmemdup for multip... (diff) | |
parent | pinctrl: sophgo: add support for SG2002 SoC (diff) | |
download | linux-9b82ec85ebb326d20553220945bad1cc203b8805.tar.xz linux-9b82ec85ebb326d20553220945bad1cc203b8805.zip |
Merge branch 'ib-sophgo-pintrl' into devel
Immutable branch for the SoC tree, merge to pinctrl devel
proper.
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 08b8f75ed51e..3c2355150961 100644 --- a/drivers/pinctrl/Makefile +++ b/drivers/pinctrl/Makefile @@ -74,6 +74,7 @@ obj-y += qcom/ obj-$(CONFIG_ARCH_REALTEK) += realtek/ obj-$(CONFIG_PINCTRL_RENESAS) += renesas/ obj-$(CONFIG_PINCTRL_SAMSUNG) += samsung/ +obj-y += sophgo/ obj-$(CONFIG_PINCTRL_SPEAR) += spear/ obj-y += sprd/ obj-$(CONFIG_SOC_STARFIVE) += starfive/ |