From: Drew Fustini Date: Sun, 1 Jun 2025 18:08:26 +0000 (-0700) Subject: reset: thead: Fix TH1520 typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e73bfb4ca5229e09b20bd6b4543308b9a71f9426;p=thirdparty%2Flinux.git 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 Link: https://lore.kernel.org/r/20250601181000.166088-1-drew@pdp7.com Signed-off-by: Philipp Zabel --- 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