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 INTEL_PINCTRL_MULTI_ACPI_DEVICES 19 bool 20 default y 21 help 22 Enable this if the pinctrl devices are modelled as multiple, 23 separate ACPI devices in the ACPI tables. If enabled, the ACPI 24 devices match the U-Boot pinctrl devices and the pin 'offset' is 25 relative to a particular pinctrl device. If disabled, there is a 26 single ACPI pinctrl device which includes all U-Boot pinctrl devices 27 and the pin 'offset' is in effect a global pin number. 28 29 30config PINCTRL_INTEL_APL 31 bool "Support Intel Apollo Lake (APL)" 32 help 33 Add support for Intel Apollo Lake pin-control and pin-mux settings. 34 These are mostly read from the device tree, with the early-pads 35 property in the host bridge and the pads property in the fsp-s 36 subnode of the host bridge. 37 38endif 39