diff options
| author | Christian Marangi <ansuelsmth@gmail.com> | 2026-06-05 09:12:31 +0200 |
|---|---|---|
| committer | Linus Walleij <linusw@kernel.org> | 2026-06-08 10:15:16 +0200 |
| commit | 27aa791db7e7fe9e405a2143f2ddccdcd0d1c283 (patch) | |
| tree | d3e56336f7a4458013b15d286d2f17ee017e38b7 /drivers/pinctrl/Makefile | |
| parent | 1ad41b54b21a950890e499fafc2facda134ec6ed (diff) | |
| download | linux-next-27aa791db7e7fe9e405a2143f2ddccdcd0d1c283.tar.gz linux-next-27aa791db7e7fe9e405a2143f2ddccdcd0d1c283.zip | |
pinctrl: Move Airoha driver to dedicated directory
In preparation for additional SoC support, move the Airoha pinctrl driver
for AN7581 SoC to a dedicated directory.
This is to tidy things up and keep code organized without polluting the
Mediatek driver directory.
The driver doesn't depend on any generic or common code from the Mediatek
codebase so it can be safely moved without any modification.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Acked-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Linus Walleij <linusw@kernel.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 1438a246b93f..5536e05e5edc 100644 --- a/drivers/pinctrl/Makefile +++ b/drivers/pinctrl/Makefile @@ -67,6 +67,7 @@ obj-$(CONFIG_PINCTRL_ZYNQMP) += pinctrl-zynqmp.o obj-$(CONFIG_PINCTRL_ZYNQ) += pinctrl-zynq.o obj-y += actions/ +obj-y += airoha/ obj-$(CONFIG_PINCTRL_ASPEED) += aspeed/ obj-y += bcm/ obj-$(CONFIG_PINCTRL_BERLIN) += berlin/ |
