mirror of
https://github.com/torvalds/linux.git
synced 2026-05-13 00:28:54 +02:00
Add support for Realtek RTD1625 SoC using the realtek common pinctrl driver. This patch introduces the RTK_PIN_CONFIG_V2 and RTK_PIN_CONFIG_I2C macros, which are required to describe the specific register layout and electrical features (such as slew rate and high VIL) of the RTD1625 pins. Signed-off-by: Tzuyi Chang <tychang@realtek.com> Signed-off-by: Yu-Chun Lin <eleanor.lin@realtek.com> Signed-off-by: Linus Walleij <linusw@kernel.org>
7 lines
335 B
Makefile
7 lines
335 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Realtek DHC pin control drivers
|
|
obj-$(CONFIG_PINCTRL_RTD) += pinctrl-rtd.o
|
|
obj-$(CONFIG_PINCTRL_RTD1619B) += pinctrl-rtd1619b.o
|
|
obj-$(CONFIG_PINCTRL_RTD1319D) += pinctrl-rtd1319d.o
|
|
obj-$(CONFIG_PINCTRL_RTD1315E) += pinctrl-rtd1315e.o
|
|
obj-$(CONFIG_PINCTRL_RTD1625) += pinctrl-rtd1625.o
|