projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1ae1a1
)
dm: Kconfig: fix typo in help for SPL_PINCTRL
author
Philipp Tomsich
<philipp.tomsich@theobroma-systems.com>
Wed, 26 Jul 2017 10:27:42 +0000
(12:27 +0200)
committer
Tom Rini
<trini@konsulko.com>
Mon, 31 Jul 2017 15:22:53 +0000
(11:22 -0400)
Changes 'controlloers' to 'controllers' in the help-text for
SPL_PINCTRL.
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
drivers/pinctrl/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/Kconfig
b/drivers/pinctrl/Kconfig
index 4ab0b3a5eba62df4e59bc123e9b6cf6441788c71..bcbe4a18c1a99d5e0f124ee88b190acc6ccd0f75 100644
(file)
--- a/
drivers/pinctrl/Kconfig
+++ b/
drivers/pinctrl/Kconfig
@@
-60,7
+60,7
@@
config PINCONF
framework.
config SPL_PINCTRL
- bool "Support pin controll
o
ers in SPL"
+ bool "Support pin controllers in SPL"
depends on SPL && SPL_DM
help
This option is an SPL-variant of the PINCTRL option.