xref: /linux/drivers/pinctrl/visconti/Kconfig (revision cbecf716ca618fd44feda6bd9a64a8179d031fc5)
1a68a7844SNobuhiro Iwamatsu# SPDX-License-Identifier: GPL-2.0-only
2a68a7844SNobuhiro Iwamatsuconfig PINCTRL_VISCONTI
3a68a7844SNobuhiro Iwamatsu	bool
4a68a7844SNobuhiro Iwamatsu	select PINMUX
5a68a7844SNobuhiro Iwamatsu	select GENERIC_PINCONF
6a68a7844SNobuhiro Iwamatsu	select GENERIC_PINCTRL_GROUPS
7a68a7844SNobuhiro Iwamatsu	select GENERIC_PINMUX_FUNCTIONS
8a68a7844SNobuhiro Iwamatsu
9a68a7844SNobuhiro Iwamatsuconfig PINCTRL_TMPV7700
10a68a7844SNobuhiro Iwamatsu	bool "Toshiba Visconti TMPV7700 series pinctrl driver"
11a68a7844SNobuhiro Iwamatsu	depends on OF
12*c6662da8SGeert Uytterhoeven	depends on ARCH_VISCONTI || COMPILE_TEST
13a68a7844SNobuhiro Iwamatsu	select PINCTRL_VISCONTI
14*c6662da8SGeert Uytterhoeven	default ARCH_VISCONTI
15