1# SPDX-License-Identifier: GPL-2.0-only
2# Intel Tangier and compatible pin control drivers
3
4if X86_INTEL_MID || COMPILE_TEST
5
6config PINCTRL_TANGIER
7	tristate
8	select PINMUX
9	select PINCONF
10	select GENERIC_PINCONF
11	help
12	  This is a library driver for Intel Tangier pin controller and to
13	  be selected and used by respective compatible platform drivers.
14
15	  If built as a module its name will be pinctrl-tangier.
16
17endif
18