On 6/14/22 01:31, Qin Jian wrote: > diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig > index b496028b6..e6540036b 100644 > --- a/drivers/reset/Kconfig > +++ b/drivers/reset/Kconfig > @@ -231,6 +231,15 @@ config RESET_STARFIVE_JH7100 > help > This enables the reset controller driver for the StarFive JH7100 SoC. > > +config RESET_SUNPLUS > + bool "Sunplus SoCs Reset Driver" if COMPILE_TEST > + default ARCH_SUNPLUS > + help > + This enables the reset driver support for Sunplus SoCs. > + The reset lines that can be asserted and deasserted by toggling bits > + in a contiguous, exclusive register space. The register is HIWORD_MASKED, > + which means each register hold 16 reset lines. holds -- ~Randy