mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
dm: Kconfig: fix typo in help for SPL_PINCTRL
Changes 'controlloers' to 'controllers' in the help-text for SPL_PINCTRL. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
This commit is contained in:
parent
c1ae1a1608
commit
0fa0abecfc
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ config PINCONF
|
|||
framework.
|
||||
|
||||
config SPL_PINCTRL
|
||||
bool "Support pin controlloers in SPL"
|
||||
bool "Support pin controllers in SPL"
|
||||
depends on SPL && SPL_DM
|
||||
help
|
||||
This option is an SPL-variant of the PINCTRL option.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue