1#
2# Intel PINCTRL drivers
3#
4
5if PINCTRL_INTEL
6
7config INTEL_PINCTRL_DUAL_ROUTE_SUPPORT
8	bool
9	default y
10
11config INTEL_PINCTRL_PADCFG_PADTOL
12	bool n
13
14config INTEL_PINCTRL_IOSTANDBY
15	bool
16	default y
17
18config PINCTRL_INTEL_APL
19	bool "Support Intel Apollo Lake (APL)"
20	help
21	  Add support for Intel Apollo Lake pin-control and pin-mux settings.
22	  These are mostly read from the device tree, with the early-pads
23	  property in the host bridge and the pads property in the fsp-s
24	  subnode of the host bridge.
25
26endif
27