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

Commit ca7be80f authored by Jitendra Sharma's avatar Jitendra Sharma Committed by Gerrit - the friendly Code Review server
Browse files

atoll: Add initial config option and documentation



Add option "ARCH_ATOLL" to enable compilation for atoll
target. Add compatible string "atoll" into the documentation.

Change-Id: I8cc725450dfe22051805c21a533b6cae3153f2fb
Signed-off-by: default avatarJitendra Sharma <shajit@codeaurora.org>
parent 89f07d7e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -68,6 +68,9 @@ SoCs:
- TRINKET
  compatible = "qcom,trinket"

- ATOLL
  compatible = "qcom,atoll"

Generic board variants:

- CDP device:
@@ -204,3 +207,4 @@ compatible = "qcom,sdmmagpiep-qrd"
compatible = "qcom,trinket-rumi"
compatible = "qcom,trinket-idp"
compatible = "qcom,trinket-qrd"
compatible = "qcom,atoll-rumi"
+8 −0
Original line number Diff line number Diff line
@@ -167,6 +167,14 @@ config ARCH_SM6150
	  This enables support for the SM6150 chipset. If you do not
	  wish to build a kernel that runs on this chipset, say 'N' here.

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

config ARCH_QCS405
	bool "Enable Support for Qualcomm Technologies, Inc. QCS405"
	depends on ARCH_QCOM