u-boot-brain/drivers/pinctrl/rockchip/Kconfig
David Wu e7ae4cf27a pinctrl: rockchip: Add common rockchip pinctrl driver
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>
2019-02-01 16:59:11 +01:00

18 lines
415 B
Plaintext

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