mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
Add the SM8650 Interconnect nodes definitions, this is heavily based on the Linux driver without the QoS definitions. Link: https://patch.msgid.link/20251120-topic-interconnect-next-v5-5-e8a82720da5d@linaro.org Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
13 lines
404 B
Plaintext
13 lines
404 B
Plaintext
config INTERCONNECT_QCOM_RPMH
|
|
bool "Enable interconnect support for SoCs with RPMh"
|
|
depends on QCOM_RPMH
|
|
help
|
|
Enable support for the interconnect helpers to vote with
|
|
the RPMh subsystems in Qualcomm SoCs
|
|
|
|
config INTERCONNECT_QCOM_SM8650
|
|
bool "Enable interconnect support for SM8650 SoC"
|
|
depends on INTERCONNECT_QCOM_RPMH
|
|
help
|
|
Enable support for the interconnect driver for the SM8650 SoC.
|