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

Commit 0ea8769e authored by Srinivas Ramana's avatar Srinivas Ramana
Browse files

sdm640: Add initial config option and documentation



Add option "ARCH_SDM640" to enable compilation for sdm640
target. Add compatible string "sdm640" into the documentation.

Change-Id: I5b21f5c416715fb19f343275532e7eaa4714ed10
Signed-off-by: default avatarSrinivas Ramana <sramana@codeaurora.org>
parent b2bdf7dc
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -47,6 +47,9 @@ SoCs:
- SDMSHRIKE
  compatible = "qcom,sdmshrike"

- SDM640
  compatible = "qcom,sdm640"

Generic board variants:

- CDP device:
@@ -129,3 +132,7 @@ compatible = "qcom,sdm855-qrd"
compatible = "qcom,sdmshrike-rumi"
compatible = "qcom,sdmshrike-mtp"
compatible = "qcom,sdmshrike-cdp"
compatible = "qcom,sdm640-rumi"
compatible = "qcom,sdm640-mtp"
compatible = "qcom,sdm640-cdp"
compatible = "qcom,sdm640-qrd"
+8 −0
Original line number Diff line number Diff line
@@ -159,6 +159,14 @@ config ARCH_SDMSHRIKE
	  If you do not wish to build a kernel that runs on this chipset,
	  say 'N' here.

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

config ARCH_REALTEK
	bool "Realtek Platforms"
	help