]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'icc-misc' into icc-next
authorGeorgi Djakov <djakov@kernel.org>
Fri, 22 May 2026 07:41:01 +0000 (10:41 +0300)
committerGeorgi Djakov <djakov@kernel.org>
Fri, 22 May 2026 07:41:01 +0000 (10:41 +0300)
* icc-misc
  interconnect: Do not create empty devres on missing interconnects
  interconnect: Move MODULE_DEVICE_TABLE next to the table itself
  dt-bindings: interconnect: qcom,sdm660: Disallow clocks when appropriate
  dt-bindings: interconnect: qcom,sm6115: Drop incorrect children if:then: block
  dt-bindings: interconnect: qcom,sm6115: Restrict children and clocks
  interconnect: qcom: Fix indentation
  interconnect: qcom: Restrict drivers per ARM/ARM64

Signed-off-by: Georgi Djakov <djakov@kernel.org>
1  2 
drivers/interconnect/qcom/Kconfig

index ece192e3168b6a7e6d5cb981f5e7bc05a10ee30b,b2c4272ae48fde99d24dedae19a84439f6eba161..5b8a094ca4ede39dd3a3f74c85710590582dc0ab
@@@ -9,32 -9,25 +9,34 @@@ config INTERCONNECT_QCOM_BCM_VOTE
        tristate
  
  config INTERCONNECT_QCOM_ELIZA
-        tristate "Qualcomm Eliza interconnect driver"
-        depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
-        select INTERCONNECT_QCOM_RPMH
-        select INTERCONNECT_QCOM_BCM_VOTER
-        help
-          This is a driver for the Qualcomm Network-on-Chip on Eliza-based
-          platforms.
+       tristate "Qualcomm Eliza interconnect driver"
+       depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
+       depends on ARM64 || COMPILE_TEST
+       select INTERCONNECT_QCOM_RPMH
+       select INTERCONNECT_QCOM_BCM_VOTER
+       help
+         This is a driver for the Qualcomm Network-on-Chip on Eliza-based
+         platforms.
  
  config INTERCONNECT_QCOM_GLYMUR
-        tristate "Qualcomm Glymur interconnect driver"
-        depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
-        select INTERCONNECT_QCOM_RPMH
-        select INTERCONNECT_QCOM_BCM_VOTER
-        help
-          This is a driver for the Qualcomm Network-on-Chip on glymur-based
-          platforms.
+       tristate "Qualcomm Glymur interconnect driver"
+       depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
+       depends on ARM64 || COMPILE_TEST
+       select INTERCONNECT_QCOM_RPMH
+       select INTERCONNECT_QCOM_BCM_VOTER
+       help
+         This is a driver for the Qualcomm Network-on-Chip on glymur-based
+         platforms.
  
 +config INTERCONNECT_QCOM_HAWI
 +      tristate "Qualcomm HAWI interconnect driver"
 +      depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
 +      select INTERCONNECT_QCOM_RPMH
 +      select INTERCONNECT_QCOM_BCM_VOTER
 +      help
 +        This is a driver for the Qualcomm Network-on-Chip on hawi-based
 +        platforms.
 +
  config INTERCONNECT_QCOM_KAANAPALI
        tristate "Qualcomm Kaanapali interconnect driver"
        depends on INTERCONNECT_QCOM_RPMH_POSSIBLE