[ Upstream commit 6b3dd85b0bdec1a8308fa5dcbafcd5d55b5f3608 ] pinctrl-rt2880.c and pinmux.h make up the Ralink pinctrl driver. Rename pinctrl-rt2880.c to pinctrl-ralink.c. Rename pinmux.h to pinctrl-ralink.h. Fix references to it. Rename functions that include "rt2880" to "ralink". Remove PINCTRL_RT2880 symbol and make the existing PINCTRL_RALINK symbol compile pinctrl-ralink.c. Change the bool to "Ralink pinctrl driver". Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Acked-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Link: https://lore.kernel.org/r/20220414173916.5552-3-arinc.unal@arinc9.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
9 lines
342 B
Makefile
9 lines
342 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_PINCTRL_RALINK) += pinctrl-ralink.o
|
|
|
|
obj-$(CONFIG_PINCTRL_MT7620) += pinctrl-mt7620.o
|
|
obj-$(CONFIG_PINCTRL_MT7621) += pinctrl-mt7621.o
|
|
obj-$(CONFIG_PINCTRL_RT288X) += pinctrl-rt288x.o
|
|
obj-$(CONFIG_PINCTRL_RT305X) += pinctrl-rt305x.o
|
|
obj-$(CONFIG_PINCTRL_RT3883) += pinctrl-rt3883.o
|