Merge tag 'ti-v2020.07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti
[oweals/u-boot.git] / drivers / pinctrl / rockchip / Kconfig
1 if ARCH_ROCKCHIP
2
3 config 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
10 config 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
17 endif