Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Drew Fustini and committed by
Philipp Zabel
e73bfb4c 360a7a64

+1 -1
+1 -1
drivers/reset/Kconfig
··· 296 296 This enables the reset driver for Allwinner SoCs. 297 297 298 298 config RESET_TH1520 299 - tristate "T-HEAD 1520 reset controller" 299 + tristate "T-HEAD TH1520 reset controller" 300 300 depends on ARCH_THEAD || COMPILE_TEST 301 301 select REGMAP_MMIO 302 302 help