mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
15 lines
360 B
Plaintext
15 lines
360 B
Plaintext
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
config PINCTRL_VISCONTI
|
||
|
bool
|
||
|
select PINMUX
|
||
|
select GENERIC_PINCONF
|
||
|
select GENERIC_PINCTRL_GROUPS
|
||
|
select GENERIC_PINMUX_FUNCTIONS
|
||
|
|
||
|
config PINCTRL_TMPV7700
|
||
|
bool "Toshiba Visconti TMPV7700 series pinctrl driver"
|
||
|
depends on OF
|
||
|
depends on ARM64 || COMPILE_TEST
|
||
|
select PINCTRL_VISCONTI
|
||
|
default ARM64 && ARCH_VISCONTI
|