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