On 6/26/2024 11:44 PM, Dmitry Baryshkov wrote: > On Wed, Jun 26, 2024 at 08:03:02PM GMT, Devi Priya wrote: >> NSSCC driver is needed to enable the ethernet interfaces and not >> necessary for the bootup of the SoC, hence build it as a module. > > It is used on this-and-that device. > Hi Dmitry, Sorry for the delayed response. NSSCC driver is needed to enable the ethernet interfaces present in RDP433 based on IPQ9574. Since this is not necessary for bootup enabling it as a module. Thanks & Regards, Manikanta. >> >> Signed-off-by: Devi Priya <quic_devipriy@xxxxxxxxxxx> >> --- >> Changes in V5: >> - No change >> >> arch/arm64/configs/defconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig >> index dfaec2d4052c..40a5ea212518 100644 >> --- a/arch/arm64/configs/defconfig >> +++ b/arch/arm64/configs/defconfig >> @@ -1300,6 +1300,7 @@ CONFIG_IPQ_GCC_5332=y >> CONFIG_IPQ_GCC_6018=y >> CONFIG_IPQ_GCC_8074=y >> CONFIG_IPQ_GCC_9574=y >> +CONFIG_IPQ_NSSCC_9574=m >> CONFIG_MSM_GCC_8916=y >> CONFIG_MSM_MMCC_8994=m >> CONFIG_MSM_GCC_8994=y >> -- >> 2.34.1 >> >