34 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2# Intel Tangier and compatible pin control drivers3 4if X86_INTEL_MID || COMPILE_TEST5 6config PINCTRL_TANGIER7 tristate8 select PINMUX9 select PINCONF10 select GENERIC_PINCONF11 help12 This is a library driver for Intel Tangier pin controller and to13 be selected and used by respective compatible platform drivers.14 15 If built as a module its name will be pinctrl-tangier.16 17config PINCTRL_MERRIFIELD18 tristate "Intel Merrifield pinctrl driver"19 select PINCTRL_TANGIER20 help21 Intel Merrifield Family-Level Interface Shim (FLIS) driver provides22 an interface that allows configuring of SoC pins and using them as23 GPIOs.24 25config PINCTRL_MOOREFIELD26 tristate "Intel Moorefield pinctrl driver"27 select PINCTRL_TANGIER28 help29 Intel Moorefield Family-Level Interface Shim (FLIS) driver provides30 an interface that allows configuring of SoC pins and using them as31 GPIOs.32 33endif34