-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Expand file tree
/
Copy path1001-helios64-enable-target.patch
More file actions
39 lines (33 loc) · 1.37 KB
/
1001-helios64-enable-target.patch
File metadata and controls
39 lines (33 loc) · 1.37 KB
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
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Igor Velkov <325961+iav@users.noreply.github.com>
Date: Thu, 25 Dec 2025 01:30:00 +0000
Subject: [PATCH] rk3399: add Helios64 target
Wire Helios64 into the rk3399 board menu and source tree so its defconfig
builds again on v2026.01-rc5. Based on work Aditya Prayoga <aditya@kobol.io>
Tue, 15 Sep 2020 18:41:54 +0700
---
arch/arm/mach-rockchip/rk3399/Kconfig | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/arch/arm/mach-rockchip/rk3399/Kconfig b/arch/arm/mach-rockchip/rk3399/Kconfig
index 39e5b0548d..2b5e169acd 100644
--- a/arch/arm/mach-rockchip/rk3399/Kconfig
+++ b/arch/arm/mach-rockchip/rk3399/Kconfig
@@ -130,6 +130,13 @@
* wide voltage input(5V-15V), dual cell battery
* Wifi/BT accessible via expansion board M.2
+config TARGET_HELIOS64
+ bool "Kobol Helios64"
+ help
+ Helios64 is a RK3399-based NAS board with a JMB585 SATA HBA,
+ USB-C (DP Alt), USB3 hub, dual Ethernet (1G + 2.5G), eMMC and
+ LPDDR4 memory.
+
endchoice
config ROCKCHIP_BOOT_MODE_REG
@@ -163,6 +170,7 @@ endif # BOOTCOUNT_LIMIT
source "board/firefly/roc-pc-rk3399/Kconfig"
source "board/google/gru/Kconfig"
+source "board/kobol/helios64/Kconfig"
source "board/pine64/pinebook-pro-rk3399/Kconfig"
source "board/pine64/pinephone-pro-rk3399/Kconfig"
source "board/pine64/rockpro64_rk3399/Kconfig"