diff options
author | Trevor Woerner <twoerner@gmail.com> | 2020-05-06 08:02:43 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-15 14:47:35 -0400 |
commit | 1bc5d3a568efe2e0337760c72e78961bf380ba34 (patch) | |
tree | 13d37f40a6cb539ee0dcfa322767addf25c9458f | |
parent | 71f6354b0e3a098ddbddd7c59bbfda4c60c88381 (diff) | |
download | u-boot-1bc5d3a568efe2e0337760c72e78961bf380ba34.tar.gz |
drivers/reset/Kconfig: fix typo
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
-rw-r--r-- | drivers/reset/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 65101ab4e8..88d3be1593 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -33,7 +33,7 @@ config STM32_RESET depends on ARCH_STM32 || ARCH_STM32MP help Support for reset controllers on STMicroelectronics STM32 family SoCs. - This resset driver is compatible with STM32 F4/F7 and H7 SoCs. + This reset driver is compatible with STM32 F4/F7 and H7 SoCs. config TEGRA_CAR_RESET bool "Enable Tegra CAR-based reset driver" |