x86: apl: Add pinctrl driver
[oweals/u-boot.git] / drivers / pinctrl / intel / Kconfig
index c01c6244d99b737acf762acc2c64778697be0682..e62a2e034944bb75e415d566db9bb806ce6aeb7c 100644 (file)
@@ -5,12 +5,22 @@
 if PINCTRL_INTEL
 
 config INTEL_PINCTRL_DUAL_ROUTE_SUPPORT
-       def_bool y
+       bool
+       default y
 
 config INTEL_PINCTRL_PADCFG_PADTOL
-       def_bool n
+       bool n
 
 config INTEL_PINCTRL_IOSTANDBY
-       def_bool y
+       bool
+       default y
+
+config PINCTRL_INTEL_APL
+       bool "Support Intel Apollo Lake (APL)"
+       help
+         Add support for Intel Apollo Lake pin-control and pin-mux settings.
+         These are mostly read from the device tree, with the early-pads
+         property in the host bridge and the pads property in the fsp-s
+         subnode of the host bridge.
 
 endif