blob: dc4ba34ae5d581be76786fd05d679d26397fd467 [file] [log] [blame]
David Wue7ae4cf2019-01-02 21:00:55 +08001if 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