blob: 8aa9dcac35873d99f9dd28ed18232b52a9f4343a [file] [log] [blame]
David Wu5f596ae2019-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
Quentin Schulz22980e42024-11-06 12:29:41 +010017config TPL_PINCTRL_ROCKCHIP
18 bool "Support Rockchip pin controllers in TPL"
19 depends on ARCH_ROCKCHIP && TPL_PINCTRL_GENERIC
20 default y
21 help
22 This option is a TPL-variant of the PINCTRL_ROCKCHIP option.
23
David Wu5f596ae2019-01-02 21:00:55 +080024endif