diff options
author | Weijie Gao <weijie.gao@mediatek.com> | 2019-09-25 17:45:26 +0800 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2019-10-25 17:20:44 +0200 |
commit | 3fad441c541502a345c2aafce408b2cb47c80b3b (patch) | |
tree | e05839c135a95c409cab17473ecfb6c5151fe19c /drivers/pinctrl/mtmips/Makefile | |
parent | 43405e009be86436affdf355f1e0549bdb6c9b9b (diff) |
pinctrl: add support for MediaTek MT7628
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>
Diffstat (limited to 'drivers/pinctrl/mtmips/Makefile')
-rw-r--r-- | drivers/pinctrl/mtmips/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/pinctrl/mtmips/Makefile b/drivers/pinctrl/mtmips/Makefile new file mode 100644 index 0000000000..3ba5c0c66d --- /dev/null +++ b/drivers/pinctrl/mtmips/Makefile @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0 + +# Core +obj-$(CONFIG_PINCTRL_MTMIPS) += pinctrl-mtmips-common.o + +# SoC Drivers +obj-$(CONFIG_PINCTRL_MT7628) += pinctrl-mt7628.o |