pinctrl: intel: Add Intel Cedar Fork PCH pin controller support
Intel Cedar Fork PCH is the successor of Intel Denverton PCH but it is based on the newer GPIO/pinctrl hardware block. Add a new pinctrl/GPIO driver to support it. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:

committed by
Linus Walleij

parent
cf769bd86b
commit
0f80dbc133
@@ -66,6 +66,14 @@ config PINCTRL_CANNONLAKE
|
||||
This pinctrl driver provides an interface that allows configuring
|
||||
of Intel Cannon Lake PCH pins and using them as GPIOs.
|
||||
|
||||
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.
|
||||
|
||||
config PINCTRL_DENVERTON
|
||||
tristate "Intel Denverton pinctrl and GPIO driver"
|
||||
depends on ACPI
|
||||
|
Reference in New Issue
Block a user