179433559SRaag Jadav# SPDX-License-Identifier: GPL-2.0-only
279433559SRaag Jadav# Intel Tangier and compatible pin control drivers
379433559SRaag Jadav
479433559SRaag Jadavif X86_INTEL_MID || COMPILE_TEST
579433559SRaag Jadav
679433559SRaag Jadavconfig PINCTRL_TANGIER
779433559SRaag Jadav	tristate
879433559SRaag Jadav	select PINMUX
979433559SRaag Jadav	select PINCONF
1079433559SRaag Jadav	select GENERIC_PINCONF
1179433559SRaag Jadav	help
1279433559SRaag Jadav	  This is a library driver for Intel Tangier pin controller and to
1379433559SRaag Jadav	  be selected and used by respective compatible platform drivers.
1479433559SRaag Jadav
1579433559SRaag Jadav	  If built as a module its name will be pinctrl-tangier.
1679433559SRaag Jadav
17*4e1edcc7SRaag Jadavconfig PINCTRL_MERRIFIELD
18*4e1edcc7SRaag Jadav	tristate "Intel Merrifield pinctrl driver"
19*4e1edcc7SRaag Jadav	select PINCTRL_TANGIER
20*4e1edcc7SRaag Jadav	help
21*4e1edcc7SRaag Jadav	  Intel Merrifield Family-Level Interface Shim (FLIS) driver provides
22*4e1edcc7SRaag Jadav	  an interface that allows configuring of SoC pins and using them as
23*4e1edcc7SRaag Jadav	  GPIOs.
24*4e1edcc7SRaag Jadav
2579433559SRaag Jadavendif
26