mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
0a6f333e8d
Add a driver for the Apollo Lake pinctrl. This mostly makes use of the common Intel pinctrl support. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
26 lines
511 B
Text
26 lines
511 B
Text
#
|
|
# Intel PINCTRL drivers
|
|
#
|
|
|
|
if PINCTRL_INTEL
|
|
|
|
config INTEL_PINCTRL_DUAL_ROUTE_SUPPORT
|
|
bool
|
|
default y
|
|
|
|
config INTEL_PINCTRL_PADCFG_PADTOL
|
|
bool n
|
|
|
|
config INTEL_PINCTRL_IOSTANDBY
|
|
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.
|
|
|
|
endif
|