2018-06-29 20:36:34 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2014-10-24 20:16:52 +08:00
|
|
|
# Intel pin control drivers
|
2018-06-29 20:36:34 +08:00
|
|
|
|
2017-07-04 14:49:47 +08:00
|
|
|
if (X86 || COMPILE_TEST)
|
2014-10-24 20:16:52 +08:00
|
|
|
|
|
|
|
config PINCTRL_BAYTRAIL
|
|
|
|
bool "Intel Baytrail GPIO pin control"
|
2017-10-11 18:04:35 +08:00
|
|
|
depends on ACPI
|
|
|
|
select GPIOLIB
|
2014-10-24 20:16:52 +08:00
|
|
|
select GPIOLIB_IRQCHIP
|
2016-04-01 19:00:03 +08:00
|
|
|
select PINMUX
|
|
|
|
select PINCONF
|
|
|
|
select GENERIC_PINCONF
|
2014-10-24 20:16:52 +08:00
|
|
|
help
|
|
|
|
driver for memory mapped GPIO functionality on Intel Baytrail
|
|
|
|
platforms. Supports 3 banks with 102, 28 and 44 gpios.
|
|
|
|
Most pins are usually muxed to some other functionality by firmware,
|
|
|
|
so only a small amount is available for gpio use.
|
|
|
|
|
|
|
|
Requires ACPI device enumeration code to set up a platform device.
|
2014-11-03 19:01:33 +08:00
|
|
|
|
|
|
|
config PINCTRL_CHERRYVIEW
|
|
|
|
tristate "Intel Cherryview/Braswell pinctrl and GPIO driver"
|
|
|
|
depends on ACPI
|
|
|
|
select PINMUX
|
|
|
|
select PINCONF
|
|
|
|
select GENERIC_PINCONF
|
|
|
|
select GPIOLIB
|
|
|
|
select GPIOLIB_IRQCHIP
|
|
|
|
help
|
|
|
|
Cherryview/Braswell pinctrl driver provides an interface that
|
|
|
|
allows configuring of SoC pins and using them as GPIOs.
|
2015-03-30 22:31:49 +08:00
|
|
|
|
2016-06-23 18:49:36 +08:00
|
|
|
config PINCTRL_MERRIFIELD
|
|
|
|
tristate "Intel Merrifield pinctrl driver"
|
|
|
|
depends on X86_INTEL_MID
|
|
|
|
select PINMUX
|
|
|
|
select PINCONF
|
|
|
|
select GENERIC_PINCONF
|
|
|
|
help
|
|
|
|
Merrifield Family-Level Interface Shim (FLIS) driver provides an
|
|
|
|
interface that allows configuring of SoC pins and using them as
|
|
|
|
GPIOs.
|
|
|
|
|
2015-03-30 22:31:49 +08:00
|
|
|
config PINCTRL_INTEL
|
|
|
|
tristate
|
|
|
|
select PINMUX
|
|
|
|
select PINCONF
|
|
|
|
select GENERIC_PINCONF
|
|
|
|
select GPIOLIB
|
|
|
|
select GPIOLIB_IRQCHIP
|
|
|
|
|
2015-10-21 18:08:45 +08:00
|
|
|
config PINCTRL_BROXTON
|
|
|
|
tristate "Intel Broxton pinctrl and GPIO driver"
|
|
|
|
depends on ACPI
|
|
|
|
select PINCTRL_INTEL
|
|
|
|
help
|
|
|
|
Broxton pinctrl driver provides an interface that allows
|
|
|
|
configuring of SoC pins and using them as GPIOs.
|
|
|
|
|
2017-06-06 21:18:19 +08:00
|
|
|
config PINCTRL_CANNONLAKE
|
|
|
|
tristate "Intel Cannon Lake PCH pinctrl and GPIO driver"
|
|
|
|
depends on ACPI
|
|
|
|
select PINCTRL_INTEL
|
|
|
|
help
|
|
|
|
This pinctrl driver provides an interface that allows configuring
|
|
|
|
of Intel Cannon Lake PCH pins and using them as GPIOs.
|
|
|
|
|
2017-10-23 20:40:26 +08:00
|
|
|
config PINCTRL_CEDARFORK
|
|
|
|
tristate "Intel Cedar Fork pinctrl and GPIO driver"
|
|
|
|
depends on ACPI
|
|
|
|
select PINCTRL_INTEL
|
|
|
|
help
|
|
|
|
This pinctrl driver provides an interface that allows configuring
|
|
|
|
of Intel Cedar Fork PCH pins and using them as GPIOs.
|
|
|
|
|
2017-08-04 00:36:02 +08:00
|
|
|
config PINCTRL_DENVERTON
|
|
|
|
tristate "Intel Denverton pinctrl and GPIO driver"
|
|
|
|
depends on ACPI
|
|
|
|
select PINCTRL_INTEL
|
|
|
|
help
|
|
|
|
This pinctrl driver provides an interface that allows configuring
|
|
|
|
of Intel Denverton SoC pins and using them as GPIOs.
|
|
|
|
|
2017-01-27 18:07:16 +08:00
|
|
|
config PINCTRL_GEMINILAKE
|
|
|
|
tristate "Intel Gemini Lake SoC pinctrl and GPIO driver"
|
|
|
|
depends on ACPI
|
|
|
|
select PINCTRL_INTEL
|
|
|
|
help
|
|
|
|
This pinctrl driver provides an interface that allows configuring
|
|
|
|
of Intel Gemini Lake SoC pins and using them as GPIOs.
|
|
|
|
|
2018-06-27 20:05:53 +08:00
|
|
|
config PINCTRL_ICELAKE
|
|
|
|
tristate "Intel Ice Lake PCH pinctrl and GPIO driver"
|
|
|
|
depends on ACPI
|
|
|
|
select PINCTRL_INTEL
|
|
|
|
help
|
|
|
|
This pinctrl driver provides an interface that allows configuring
|
|
|
|
of Intel Ice Lake PCH pins and using them as GPIOs.
|
|
|
|
|
2017-08-18 18:05:55 +08:00
|
|
|
config PINCTRL_LEWISBURG
|
|
|
|
tristate "Intel Lewisburg pinctrl and GPIO driver"
|
|
|
|
depends on ACPI
|
|
|
|
select PINCTRL_INTEL
|
|
|
|
help
|
|
|
|
This pinctrl driver provides an interface that allows configuring
|
|
|
|
of Intel Lewisburg pins and using them as GPIOs.
|
|
|
|
|
2015-03-30 22:31:49 +08:00
|
|
|
config PINCTRL_SUNRISEPOINT
|
|
|
|
tristate "Intel Sunrisepoint pinctrl and GPIO driver"
|
|
|
|
depends on ACPI
|
|
|
|
select PINCTRL_INTEL
|
|
|
|
help
|
|
|
|
Sunrisepoint is the PCH of Intel Skylake. This pinctrl driver
|
|
|
|
provides an interface that allows configuring of PCH pins and
|
|
|
|
using them as GPIOs.
|
2017-07-04 14:49:47 +08:00
|
|
|
|
2019-10-22 00:45:28 +08:00
|
|
|
config PINCTRL_TIGERLAKE
|
|
|
|
tristate "Intel Tiger Lake pinctrl and GPIO driver"
|
|
|
|
depends on ACPI
|
|
|
|
select PINCTRL_INTEL
|
|
|
|
help
|
|
|
|
This pinctrl driver provides an interface that allows configuring
|
|
|
|
of Intel Tiger Lake PCH pins and using them as GPIOs.
|
2017-07-04 14:49:47 +08:00
|
|
|
endif
|