commit | d949c1267ae60e90f1a1387215ff1ae146b1a2dd | [log] [tgz] |
---|---|---|
author | Jim Liu <jim.t90615@gmail.com> | Tue May 17 16:30:32 2022 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 10 13:37:32 2022 -0400 |
tree | f53ab0f7806dfeca201f4534cfdf4a3d54179d9b | |
parent | fc754ad4a53746373160d8ea7844b8ac248ac700 [diff] [blame] |
pinctrl: nuvoton: Add NPCM7xx pinctrl driver Add Nuvoton BMC NPCM750 Pinmux and Pinconf support. Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
diff --git a/drivers/pinctrl/nuvoton/Makefile b/drivers/pinctrl/nuvoton/Makefile new file mode 100644 index 0000000..886d007 --- /dev/null +++ b/drivers/pinctrl/nuvoton/Makefile
@@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 +# Nuvoton pinctrl support + +obj-$(CONFIG_PINCTRL_NPCM7XX) += pinctrl-npcm7xx.o