blob: e62a2e034944bb75e415d566db9bb806ce6aeb7c [file] [log] [blame]
Simon Glass837a66a2019-12-06 21:42:53 -07001#
2# Intel PINCTRL drivers
3#
4
5if PINCTRL_INTEL
6
7config INTEL_PINCTRL_DUAL_ROUTE_SUPPORT
Simon Glass34f94ec2019-12-08 17:32:08 -07008 bool
9 default y
Simon Glass837a66a2019-12-06 21:42:53 -070010
11config INTEL_PINCTRL_PADCFG_PADTOL
Simon Glass34f94ec2019-12-08 17:32:08 -070012 bool n
Simon Glass837a66a2019-12-06 21:42:53 -070013
14config INTEL_PINCTRL_IOSTANDBY
Simon Glass34f94ec2019-12-08 17:32:08 -070015 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.
Simon Glass837a66a2019-12-06 21:42:53 -070025
26endif