mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
74749f1e84
Recent Intel SoCs share a pinctrl mechanism with many common elements. Add an implementation of this core functionality, allowing SoC-specific drivers to avoid adding common code. As well as a pinctrl driver this provides a GPIO driver based on the same code. Once other SoCs use this driver we may consider moving more properties to the device tree (e.g. the community info and pad definitions). Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
16 lines
198 B
Text
16 lines
198 B
Text
#
|
|
# Intel PINCTRL drivers
|
|
#
|
|
|
|
if PINCTRL_INTEL
|
|
|
|
config INTEL_PINCTRL_DUAL_ROUTE_SUPPORT
|
|
def_bool y
|
|
|
|
config INTEL_PINCTRL_PADCFG_PADTOL
|
|
def_bool n
|
|
|
|
config INTEL_PINCTRL_IOSTANDBY
|
|
def_bool y
|
|
|
|
endif
|