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

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

Merge "soc: qcom: socinfo: Add soc information for Blair"

parents c45a1c86 033166be
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -219,6 +219,14 @@ config ARCH_HOLI
	  HOLI chipset. If you do not wish to build a kernel that
	  runs on this chipset or if you are unsure, say 'N' here.

config ARCH_BLAIR
	bool "Enable Support for Qualcomm Technologies, Inc. BLAIR"
	depends on ARCH_QCOM
	help
	  This enables support for the Qualcomm Technologies, Inc.'s
	  BLAIR chipset. If you do not wish to build a kernel that
	  runs on this chipset or if you are unsure, say 'N' here.

config ARCH_YUPIK
	bool "Enable Support for Qualcomm Technologies, Inc. YUPIK"
	depends on ARCH_QCOM
+1 −0
Original line number Diff line number Diff line
@@ -229,3 +229,4 @@ CONFIG_QCOM_MEMORY_DUMP_V2=m
# CONFIG_SERIAL_MSM_GENI_CONSOLE is not set
CONFIG_MSM_PERFORMANCE=m
CONFIG_QCOM_SUBSYSTEM_SLEEP_STATS=m
CONFIG_ARCH_BLAIR=y
+1 −0
Original line number Diff line number Diff line
@@ -673,6 +673,7 @@ static const struct soc_id soc_id[] = {
	{ 502, "SM8325P" },
	{ 450, "SHIMA" },
	{ 454, "HOLI" },
	{ 507, "BLAIR" },
	{ 486, "MONACO" },
	{ 458, "SDXLEMUR" },
	{ 475, "YUPIK" },