mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
a9a3a3aafc
This patch adds pinctrl support for MediaTek MT7620 SoC. The MT7620 SoC supports only pinmux. Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
8 lines
212 B
Makefile
8 lines
212 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# Core
|
|
obj-$(CONFIG_PINCTRL_MTMIPS) += pinctrl-mtmips-common.o
|
|
|
|
# SoC Drivers
|
|
obj-$(CONFIG_PINCTRL_MT7620) += pinctrl-mt7620.o
|
|
obj-$(CONFIG_PINCTRL_MT7628) += pinctrl-mt7628.o
|