mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-08 12:46:46 +03:00
This patch adds pinctrl support for mt7628, with a file for common pinmux functions and a file for mt7628 which has additional support for pinconf. Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
8 lines
163 B
Makefile
8 lines
163 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# Core
|
|
obj-$(CONFIG_PINCTRL_MTMIPS) += pinctrl-mtmips-common.o
|
|
|
|
# SoC Drivers
|
|
obj-$(CONFIG_PINCTRL_MT7628) += pinctrl-mt7628.o
|