diff options
Diffstat (limited to 'drivers/pinctrl/intel/Kconfig')
| -rw-r--r-- | drivers/pinctrl/intel/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/pinctrl/intel/Kconfig b/drivers/pinctrl/intel/Kconfig index b801d869e91c..fe5e07db0a95 100644 --- a/drivers/pinctrl/intel/Kconfig +++ b/drivers/pinctrl/intel/Kconfig | |||
| @@ -25,3 +25,20 @@ config PINCTRL_CHERRYVIEW | |||
| 25 | help | 25 | help |
| 26 | Cherryview/Braswell pinctrl driver provides an interface that | 26 | Cherryview/Braswell pinctrl driver provides an interface that |
| 27 | allows configuring of SoC pins and using them as GPIOs. | 27 | allows configuring of SoC pins and using them as GPIOs. |
| 28 | |||
| 29 | config PINCTRL_INTEL | ||
| 30 | tristate | ||
| 31 | select PINMUX | ||
| 32 | select PINCONF | ||
| 33 | select GENERIC_PINCONF | ||
| 34 | select GPIOLIB | ||
| 35 | select GPIOLIB_IRQCHIP | ||
| 36 | |||
| 37 | config PINCTRL_SUNRISEPOINT | ||
| 38 | tristate "Intel Sunrisepoint pinctrl and GPIO driver" | ||
| 39 | depends on ACPI | ||
| 40 | select PINCTRL_INTEL | ||
| 41 | help | ||
| 42 | Sunrisepoint is the PCH of Intel Skylake. This pinctrl driver | ||
| 43 | provides an interface that allows configuring of PCH pins and | ||
| 44 | using them as GPIOs. | ||
