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

Commit a3f915a4 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "atoll: Add initial config option and documentation"

parents 2a79e531 ca7be80f
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:
@@ -205,3 +208,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