summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Fustini <drew@pdp7.com>2025-06-01 11:08:26 -0700
committerPhilipp Zabel <p.zabel@pengutronix.de>2025-06-27 18:03:16 +0200
commite73bfb4ca5229e09b20bd6b4543308b9a71f9426 (patch)
tree5ba3ed41c03fff73b7b170fccf44a53ec33a7da8
parent360a7a64775944e3a784cb2e3cffb15af5f328e5 (diff)
reset: thead: Fix TH1520 typo
Fix trivial typo in the Kconfig entry for RESET_TH1520. Fixes: 4a65326311ab ("reset: thead: Add TH1520 reset controller driver") Signed-off-by: Drew Fustini <drew@pdp7.com> Link: https://lore.kernel.org/r/20250601181000.166088-1-drew@pdp7.com Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
-rw-r--r--drivers/reset/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index 4649c72e9b6e8..e2cf29e742d01 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -296,7 +296,7 @@ config RESET_SUNXI
This enables the reset driver for Allwinner SoCs.
config RESET_TH1520
- tristate "T-HEAD 1520 reset controller"
+ tristate "T-HEAD TH1520 reset controller"
depends on ARCH_THEAD || COMPILE_TEST
select REGMAP_MMIO
help