Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-or-later
2
3config PINCTRL_RTD
4 tristate "Realtek DHC core pin controller driver"
5 depends on ARCH_REALTEK
6 default y
7 select PINMUX
8 select GENERIC_PINCONF
9
10config PINCTRL_RTD1619B
11 tristate "Realtek DHC 1619B pin controller driver"
12 depends on PINCTRL_RTD
13 default y
14
15config PINCTRL_RTD1319D
16 tristate "Realtek DHC 1319D pin controller driver"
17 depends on PINCTRL_RTD
18 default y
19
20config PINCTRL_RTD1315E
21 tristate "Realtek DHC 1315E pin controller driver"
22 depends on PINCTRL_RTD
23 default y