Re: [PATCH v7 6/6] riscv: defconfig: spacemit: enable clock controller driver for SpacemiT K1
From: Inochi Amaoto
Date: Mon Apr 14 2025 - 20:54:46 EST
On Mon, Apr 14, 2025 at 01:12:32PM -0500, Alex Elder wrote:
> On 4/12/25 2:44 AM, Haylen Chu wrote:
> > Clock controller unit, or CCU, generates various clocks frequency for
> > peripherals integrated in SpacemiT K1 SoC and is essential for normal
> > operation. Let's enable it as built-in driver in defconfig.
> >
> > Signed-off-by: Haylen Chu <heylenay@xxxxxxx>
>
> I know Inochi wanted this to be "m", but you can see that
> SOPHGO sets it to "y". Meanwhile SIFIVE uses a default
> value for its CLK_SIFIVE and CLK_SIFIVE_PRCI config options.
>
> I'm not going to solve this, so I'll just say this looks good.
>
The clock and pinctrl are exceptions for me, It is OK for me to set
"y" for these two device in defconfig. The thing I only asked for is
a tristate entry in the kconfig, so we can go with a module if
necessary.
Regards,
Inochi