]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - drivers/pinctrl/Kconfig
vpl: Add Kconfig options for VPL
[thirdparty/u-boot.git] / drivers / pinctrl / Kconfig
index 13033198f963a195e09efc27606d2ca5b0a256ed..563d96d4f5d5c77b68da5a566efd9f5116341e7c 100644 (file)
@@ -89,20 +89,34 @@ config TPL_PINCTRL
          This option is an TPL variant of the PINCTRL option.
          See the help of PINCTRL for details.
 
+config VPL_PINCTRL
+       bool "Support pin controllers in VPL"
+       depends on VPL && VPL_DM
+       help
+         This option is an VPL variant of the PINCTRL option.
+         See the help of PINCTRL for details.
+
 config SPL_PINCTRL_FULL
        bool "Support full pin controllers in SPL"
        depends on SPL_PINCTRL && SPL_OF_CONTROL
        default n if TARGET_STM32F746_DISCO
        default y
        help
-         This option is an SPL-variant of the PINCTRL_FULL option.
+         This option is an SPL variant of the PINCTRL_FULL option.
          See the help of PINCTRL_FULL for details.
 
 config TPL_PINCTRL_FULL
        bool "Support full pin controllers in TPL"
        depends on TPL_PINCTRL && TPL_OF_CONTROL
        help
-         This option is an TPL-variant of the PINCTRL_FULL option.
+         This option is a TPL variant of the PINCTRL_FULL option.
+         See the help of PINCTRL_FULL for details.
+
+config VPL_PINCTRL_FULL
+       bool "Support full pin controllers in VPL"
+       depends on VPL_PINCTRL && VPL_OF_CONTROL
+       help
+         This option is a VPL variant of the PINCTRL_FULL option.
          See the help of PINCTRL_FULL for details.
 
 config SPL_PINCTRL_GENERIC