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

Commit abc9c19d authored by Jeevan Shriram's avatar Jeevan Shriram
Browse files

sdmshrike: Add ARCH SDMSHRIKE config and documentation



Add "ARCH_SDMSHRIKE" config option to compile kernel for SDMSHRIKE SoC
and document "sdmshrike" string.

Change-Id: Ia32258155aa365b1c4bcf1b447e928bfef134243
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent c85e6b5e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -44,6 +44,9 @@ SoCs:
- SDM855
  compatible = "qcom,sdm855"

- SDMSHRIKE
  compatible = "qcom,sdmshrike"

Generic board variants:

- CDP device:
@@ -123,3 +126,6 @@ compatible = "qcom,sdm855-rumi"
compatible = "qcom,sdm855-mtp"
compatible = "qcom,sdm855-cdp"
compatible = "qcom,sdm855-qrd"
compatible = "qcom,sdmshrike-rumi"
compatible = "qcom,sdmshrike-mtp"
compatible = "qcom,sdmshrike-cdp"
+10 −0
Original line number Diff line number Diff line
@@ -149,6 +149,16 @@ config ARCH_SDM855
	  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_SDMSHRIKE
	bool "Enable Support for Qualcomm Technologies, Inc. SDMSHRIKE"
	depends on ARCH_QCOM
	select COMMON_CLK_QCOM
	help
	  This configuration option enables support to build kernel for
	  SDMSHRIKE SoC.
	  If you do not wish to build a kernel that runs on this chipset,
	  say 'N' here.

config ARCH_REALTEK
	bool "Realtek Platforms"
	help