lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251019100707.2077664-1-krishna.kurapati@oss.qualcomm.com>
Date: Sun, 19 Oct 2025 15:37:07 +0530
From: Krishna Kurapati <krishna.kurapati@....qualcomm.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
        Geert Uytterhoeven <geert+renesas@...der.be>,
        Bjorn Andersson <bjorn.andersson@....qualcomm.com>,
        Arnd Bergmann <arnd@...db.de>, Heiko Stuebner <heiko@...ech.de>,
        Eric Biggers <ebiggers@...nel.org>,
        Michal Simek <michal.simek@....com>,
        NĂ­colas F . R . A . Prado <nfraprado@...labora.com>,
        Lad Prabhakar <prabhakar.mahadev-lad.rj@...renesas.com>,
        Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
Cc: linux-kernel@...r.kernel.org,
        Krishna Kurapati <krishna.kurapati@....qualcomm.com>
Subject: [PATCH v2] arm64: defconfig: Enable Qualcomm providers for SAR2130P QAR platform

The Qualcomm SAR2130P QAR platform needs the global clock controller,
interconnect provider and TLMM pinctrl in order to boot. Enable these
as builtin, as they are needed in order to provide e.g. UART.

Signed-off-by: Krishna Kurapati <krishna.kurapati@....qualcomm.com>
---
Changes in v2:
Update commit text.

Link to v1:
https://lore.kernel.org/all/20251018105125.1504302-1-krishna.kurapati@oss.qualcomm.com/

 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 9379cb230f6d..6d84814beb6a 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -648,6 +648,7 @@ CONFIG_PINCTRL_QDF2XXX=y
 CONFIG_PINCTRL_QDU1000=y
 CONFIG_PINCTRL_RP1=m
 CONFIG_PINCTRL_SA8775P=y
+CONFIG_PINCTRL_SAR2130P=y
 CONFIG_PINCTRL_SC7180=y
 CONFIG_PINCTRL_SC7280=y
 CONFIG_PINCTRL_SC8180X=y
@@ -1442,6 +1443,7 @@ CONFIG_SC_DISPCC_8280XP=m
 CONFIG_SA_DISPCC_8775P=m
 CONFIG_SA_GCC_8775P=y
 CONFIG_SA_GPUCC_8775P=m
+CONFIG_SAR_GCC_2130P=y
 CONFIG_SC_GCC_7180=y
 CONFIG_SC_GCC_7280=y
 CONFIG_SC_GCC_8180X=y
@@ -1770,6 +1772,7 @@ CONFIG_INTERCONNECT_QCOM_QCS615=y
 CONFIG_INTERCONNECT_QCOM_QCS8300=y
 CONFIG_INTERCONNECT_QCOM_QDU1000=y
 CONFIG_INTERCONNECT_QCOM_SA8775P=y
+CONFIG_INTERCONNECT_QCOM_SAR2130P=y
 CONFIG_INTERCONNECT_QCOM_SC7180=y
 CONFIG_INTERCONNECT_QCOM_SC7280=y
 CONFIG_INTERCONNECT_QCOM_SC8180X=y
-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ