mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-28 16:48:18 +00:00
pinctrl: fix typo
fix typo in pinctrl Kconfig file to avoid git commit failure on some commit hooks check. Signed-off-by: Yuan Fang <fangyuanseu@gmail.com>
This commit is contained in:
parent
5145bc73bd
commit
423e324de2
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ config PINCONF_RECURSIVE
|
||||||
direct children of the pin controller device (may be grandchildren for
|
direct children of the pin controller device (may be grandchildren for
|
||||||
example). It is define is each individual pin controller device.
|
example). It is define is each individual pin controller device.
|
||||||
Say Y here if you want to keep this behavior with the pinconfig
|
Say Y here if you want to keep this behavior with the pinconfig
|
||||||
u-class: all sub are recursivelly bounded.
|
u-class: all sub are recursively bounded.
|
||||||
If the option is disabled, this behavior is deactivated and only
|
If the option is disabled, this behavior is deactivated and only
|
||||||
the direct children of pin controller will be assumed as pin
|
the direct children of pin controller will be assumed as pin
|
||||||
configuration; you can save memory footprint when this feature is
|
configuration; you can save memory footprint when this feature is
|
||||||
|
|
Loading…
Add table
Reference in a new issue