Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[sfrench/cifs-2.6.git] / drivers / pinctrl / intel / Kconfig
index f30720a752f34b341c8c43359315a47385eb8ae0..4aea1b8504f7a0a385987df049be0e9a57535b15 100644 (file)
@@ -5,7 +5,8 @@ if (X86 || COMPILE_TEST)
 
 config PINCTRL_BAYTRAIL
        bool "Intel Baytrail GPIO pin control"
-       depends on GPIOLIB && ACPI
+       depends on ACPI
+       select GPIOLIB
        select GPIOLIB_IRQCHIP
        select PINMUX
        select PINCONF
@@ -65,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