2019-12-07 04:42:53 +00:00
|
|
|
#
|
|
|
|
# Intel PINCTRL drivers
|
|
|
|
#
|
|
|
|
|
|
|
|
if PINCTRL_INTEL
|
|
|
|
|
|
|
|
config INTEL_PINCTRL_DUAL_ROUTE_SUPPORT
|
2019-12-09 00:32:08 +00:00
|
|
|
bool
|
|
|
|
default y
|
2019-12-07 04:42:53 +00:00
|
|
|
|
|
|
|
config INTEL_PINCTRL_PADCFG_PADTOL
|
2019-12-09 00:32:08 +00:00
|
|
|
bool n
|
2019-12-07 04:42:53 +00:00
|
|
|
|
|
|
|
config INTEL_PINCTRL_IOSTANDBY
|
2019-12-09 00:32:08 +00:00
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
|
|
|
config PINCTRL_INTEL_APL
|
|
|
|
bool "Support Intel Apollo Lake (APL)"
|
|
|
|
help
|
|
|
|
Add support for Intel Apollo Lake pin-control and pin-mux settings.
|
|
|
|
These are mostly read from the device tree, with the early-pads
|
|
|
|
property in the host bridge and the pads property in the fsp-s
|
|
|
|
subnode of the host bridge.
|
2019-12-07 04:42:53 +00:00
|
|
|
|
|
|
|
endif
|