mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
e7ae4cf27a
Use this driver to fit all Rockchip SOCs and to support the desired pinctrl configuration via DTS. Signed-off-by: David Wu <david.wu@rock-chips.com> Acked-by: Heiko Stuebner <heiko@sntech.de> Reviewed-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
17 lines
415 B
Text
17 lines
415 B
Text
if ARCH_ROCKCHIP
|
|
|
|
config PINCTRL_ROCKCHIP
|
|
bool "Rockchip pin control drivers"
|
|
depends on ARCH_ROCKCHIP && PINCTRL_GENERIC
|
|
default y
|
|
help
|
|
Enable support pin control functions for Rockchip SoCs.
|
|
|
|
config SPL_PINCTRL_ROCKCHIP
|
|
bool "Support Rockchip pin controllers in SPL"
|
|
depends on ARCH_ROCKCHIP && SPL_PINCTRL_GENERIC
|
|
default y
|
|
help
|
|
This option is an SPL-variant of the PINCTRL_ROCKCHIP option.
|
|
|
|
endif
|