mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
pinctrl: Kconfig: Fix typo
Signed-off-by: Marek Behun <marek.behun@nic.cz>
This commit is contained in:
parent
1e5f89881a
commit
de2069c761
1 changed files with 3 additions and 3 deletions
|
|
@ -47,9 +47,9 @@ config PINMUX
|
|||
default y
|
||||
help
|
||||
This option enables pin multiplexing through the generic pinctrl
|
||||
framework. Most SoCs have their own own multiplexing arrangement
|
||||
where a single pin can be used for several functions. An SoC pinctrl
|
||||
driver allows the required function to be selected for each pin.
|
||||
framework. Most SoCs have their own multiplexing arrangement where
|
||||
a single pin can be used for several functions. An SoC pinctrl driver
|
||||
allows the required function to be selected for each pin.
|
||||
The driver is typically controlled by the device tree.
|
||||
|
||||
config PINCONF
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue