diff options
Diffstat (limited to 'roms/u-boot/drivers/pinctrl/rockchip/Kconfig')
-rw-r--r-- | roms/u-boot/drivers/pinctrl/rockchip/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/pinctrl/rockchip/Kconfig b/roms/u-boot/drivers/pinctrl/rockchip/Kconfig new file mode 100644 index 000000000..dc4ba34ae --- /dev/null +++ b/roms/u-boot/drivers/pinctrl/rockchip/Kconfig @@ -0,0 +1,17 @@ +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 |