forked from neggles/copr-linux-phytium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0002-arm64-phytium-Add-support-for-Phytium-SoC-family.patch
49 lines (44 loc) · 1.51 KB
/
0002-arm64-phytium-Add-support-for-Phytium-SoC-family.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
From aa3b77bdcefff379e2703f014d87d8bb4d1697f7 Mon Sep 17 00:00:00 2001
From: Chen Baozi <[email protected]>
Date: Mon, 17 Jun 2024 19:33:00 +0800
Subject: [PATCH 002/150] arm64: phytium: Add support for Phytium SoC family
This patch adds supoort for the Phytium SoC family.
Signed-off-by: Chen Baozi <[email protected]>
Change-Id: Ibe06dc2e54a413a8c1257fef3aade99e6ca6480f
Signed-off-by: Andrew Powers-Holmes <[email protected]>
---
arch/arm64/Kconfig.platforms | 8 ++++++++
arch/arm64/configs/defconfig | 1 +
2 files changed, 9 insertions(+)
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 6069120199bb..70c1ea7824da 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -244,6 +244,14 @@ config ARCH_NPCM
General support for NPCM8xx BMC (Arbel).
Nuvoton NPCM8xx BMC based on the Cortex A35.
+config ARCH_PHYTIUM
+ bool "Phytium SoC Family"
+ help
+ This enables support for Phytium ARMv8 SoC family, including:
+ - Phytium Server SoC Family
+ - Phytium Desktop SoC Family
+ - Phytium Embedded SoC Family
+
config ARCH_QCOM
bool "Qualcomm Platforms"
select GPIOLIB
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 60af93c04b45..6f24e0566861 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -55,6 +55,7 @@ CONFIG_ARCH_MXC=y
CONFIG_ARCH_S32=y
CONFIG_ARCH_MA35=y
CONFIG_ARCH_NPCM=y
+CONFIG_ARCH_PHYTIUM=y
CONFIG_ARCH_QCOM=y
CONFIG_ARCH_REALTEK=y
CONFIG_ARCH_RENESAS=y
--
2.47.0