Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.16-rc2 14 lines 359 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2config PINCTRL_VISCONTI 3 bool 4 select PINMUX 5 select GENERIC_PINCONF 6 select GENERIC_PINCTRL_GROUPS 7 select GENERIC_PINMUX_FUNCTIONS 8 9config PINCTRL_TMPV7700 10 bool "Toshiba Visconti TMPV7700 series pinctrl driver" 11 depends on OF 12 depends on ARCH_VISCONTI || COMPILE_TEST 13 select PINCTRL_VISCONTI 14 default ARCH_VISCONTI