mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
c7910f6aca
Add RTD1619B support using realtek common pinctrl driver. Signed-off-by: Tzuyi Chang <tychang@realtek.com> Link: https://lore.kernel.org/r/20230919101117.4097-5-tychang@realtek.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
24 lines
526 B
Plaintext
24 lines
526 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
config PINCTRL_RTD
|
|
tristate "Realtek DHC core pin controller driver"
|
|
depends on ARCH_REALTEK
|
|
default y
|
|
select PINMUX
|
|
select GENERIC_PINCONF
|
|
|
|
config PINCTRL_RTD1619B
|
|
tristate "Realtek DHC 1619B pin controller driver"
|
|
depends on PINCTRL_RTD
|
|
default y
|
|
|
|
config PINCTRL_RTD1319D
|
|
tristate "Realtek DHC 1319D pin controller driver"
|
|
depends on PINCTRL_RTD
|
|
default y
|
|
|
|
config PINCTRL_RTD1315E
|
|
tristate "Realtek DHC 1315E pin controller driver"
|
|
depends on PINCTRL_RTD
|
|
default y
|