diff options
author | 2025-03-13 16:33:59 +0530 | |
---|---|---|
committer | 2025-03-17 10:13:01 -0500 | |
commit | 95204a95fd9657ffbd3f3c4a726e458833e4213d (patch) | |
tree | 1b1e6783a954405e35500a9cf1ccb0ca6679131a | |
parent | arm64: defconfig: enable Qualcomm IRIS & VIDEOCC_8550 as module (diff) | |
download | wireguard-linux-95204a95fd9657ffbd3f3c4a726e458833e4213d.tar.xz wireguard-linux-95204a95fd9657ffbd3f3c4a726e458833e4213d.zip |
arm64: defconfig: Build NSS Clock Controller driver for IPQ9574
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.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Devi Priya <quic_devipriy@quicinc.com>
Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@quicinc.com>
Link: https://lore.kernel.org/r/20250313110359.242491-7-quic_mmanikan@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index eca3f7b080fb..7ee13d3a80a8 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1336,6 +1336,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 |