xref: /rk3399_rockchip-uboot/drivers/pinctrl/rockchip/Kconfig (revision 7e26af3867078dd5ef0709f27ed7a74afa7aa6a2)
1if ARCH_ROCKCHIP
2
3config PINCTRL_ROCKCHIP
4	bool "Rockchip pin control drivers"
5	depends on ARCH_ROCKCHIP && PINCTRL_GENERIC
6	default y
7	help
8	  Enable support pin control functions for Rockchip SoCs.
9
10config SPL_PINCTRL_ROCKCHIP
11	bool "Support Rockchip pin controllers in SPL"
12	depends on ARCH_ROCKCHIP && SPL_PINCTRL_GENERIC
13	default y
14	help
15	  This option is an SPL-variant of the PINCTRL_ROCKCHIP option.
16
17endif
18