diff options
author | Yuan Fang <fangyuanseu@gmail.com> | 2021-09-08 19:06:48 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-14 09:07:18 -0400 |
commit | 423e324de2a6ada4e24d97cc7aed1c8a7cd15e5f (patch) | |
tree | 6849e5b87222525ae32e5bd02935a8b3cc3efca3 | |
parent | 5145bc73bd71a424483df5968a801928c7d9b2b6 (diff) | |
download | u-boot-423e324de2a6ada4e24d97cc7aed1c8a7cd15e5f.zip u-boot-423e324de2a6ada4e24d97cc7aed1c8a7cd15e5f.tar.gz u-boot-423e324de2a6ada4e24d97cc7aed1c8a7cd15e5f.tar.bz2 |
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>
-rw-r--r-- | drivers/pinctrl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 77fb851..30eaa37 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -69,7 +69,7 @@ config PINCONF_RECURSIVE direct children of the pin controller device (may be grandchildren for example). It is define is each individual pin controller device. 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 the direct children of pin controller will be assumed as pin configuration; you can save memory footprint when this feature is |