summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-07-26 10:27:42 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-31 15:22:53 (GMT)
commit0fa0abecfc1051b624aff3008a728abe41127b67 (patch)
tree14ba99853be0e47e2757c084120bfeab3a663b2d /drivers/pinctrl
parentc1ae1a16086c3442154e8a392143897584eac862 (diff)
downloadu-boot-fsl-qoriq-0fa0abecfc1051b624aff3008a728abe41127b67.tar.xz
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>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r--drivers/pinctrl/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 4ab0b3a..bcbe4a1 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -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.