mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +00:00
4d30111cea
This patch adds pinctrl support for MediaTek MT7621 SoC. The MT7621 SoC supports pinconf, but it is not the same as mt7628. Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
9 lines
261 B
Makefile
9 lines
261 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_MT7621) += pinctrl-mt7621.o
|
|
obj-$(CONFIG_PINCTRL_MT7628) += pinctrl-mt7628.o
|