mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-17 17:03:27 +00:00
26 lines
691 B
Diff
26 lines
691 B
Diff
From 6f376e7ce60d9043579f78e4e7fd820651bbe144 Mon Sep 17 00:00:00 2001
|
|
From: hzy <hzyitc@outlook.com>
|
|
Date: Tue, 7 Mar 2023 07:36:50 +0000
|
|
Subject: [PATCH 2/2] arm64: Kconfig: enable qcom scm
|
|
|
|
Signed-off-by: hzy <hzyitc@outlook.com>
|
|
---
|
|
arch/arm64/Kconfig.platforms | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
|
|
index 90202e5608d1..c1d672bb8c83 100644
|
|
--- a/arch/arm64/Kconfig.platforms
|
|
+++ b/arch/arm64/Kconfig.platforms
|
|
@@ -184,6 +184,7 @@ config ARCH_QCOM
|
|
bool "Qualcomm Platforms"
|
|
select GPIOLIB
|
|
select PINCTRL
|
|
+ select QCOM_SCM
|
|
help
|
|
This enables support for the ARMv8 based Qualcomm chipsets.
|
|
|
|
--
|
|
2.25.1
|
|
|