Simon Glass | 837a66a | 2019-12-06 21:42:53 -0700 | [diff] [blame] | 1 | # |
| 2 | # Intel PINCTRL drivers |
| 3 | # |
| 4 | |
| 5 | if PINCTRL_INTEL |
| 6 | |
| 7 | config INTEL_PINCTRL_DUAL_ROUTE_SUPPORT |
Simon Glass | 34f94ec | 2019-12-08 17:32:08 -0700 | [diff] [blame] | 8 | bool |
| 9 | default y |
Simon Glass | 837a66a | 2019-12-06 21:42:53 -0700 | [diff] [blame] | 10 | |
| 11 | config INTEL_PINCTRL_PADCFG_PADTOL |
Simon Glass | 34f94ec | 2019-12-08 17:32:08 -0700 | [diff] [blame] | 12 | bool n |
Simon Glass | 837a66a | 2019-12-06 21:42:53 -0700 | [diff] [blame] | 13 | |
| 14 | config INTEL_PINCTRL_IOSTANDBY |
Simon Glass | 34f94ec | 2019-12-08 17:32:08 -0700 | [diff] [blame] | 15 | bool |
| 16 | default y |
| 17 | |
| 18 | config 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 Glass | 837a66a | 2019-12-06 21:42:53 -0700 | [diff] [blame] | 25 | |
| 26 | endif |