Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c2257fe authored by Runmin Wang's avatar Runmin Wang
Browse files

sdm855: Add initial config option and documentation for sdm855



Add option "ARCH_SDM855" to enable compilation for sdm855 target.
Add compatible string "sdm855" into the documentation.

Change-Id: I72fe4080f150e7a0ed9988b345a905e59b6e4a65
Signed-off-by: default avatarRunmin Wang <runminw@codeaurora.org>
parent fb8a570e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -89,6 +89,9 @@ SoCs:
- SDM845
  compatible = "qcom,sdm845"

- SDM855
  compatible = "qcom,sdm855"

- SDM830
  compatible = "qcom,sdm830"

@@ -306,3 +309,7 @@ compatible = "qcom,mdmcalifornium-mtp"
compatible = "qcom,apq8009-cdp"
compatible = "qcom,apq8009-mtp"
compatible = "qcom,sdxpoorwills-rumi"
compatible = "qcom,sdm855-rumi"
compatible = "qcom,sdm855-mtp"
compatible = "qcom,sdm855-cdp"
compatible = "qcom,sdm855-qrd"
+7 −0
Original line number Diff line number Diff line
@@ -126,6 +126,13 @@ config ARCH_QCOM
	help
	  This enables support for the ARMv8 based Qualcomm chipsets.

config ARCH_SDM855
	bool "Enable Support for Qualcomm SDM855"
	depends on ARCH_QCOM
	help
	  This enables support for the SDM855 chipset. If you do not
	  wish to build a kernel that runs on this chipset, say 'N' here.

config ARCH_ROCKCHIP
	bool "Rockchip Platforms"
	select ARCH_HAS_RESET_CONTROLLER