Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/local/Makefile.local
Original file line number Diff line number Diff line change
@@ -1 +1 @@
KERNEL_DEFCONFIG := defconfig qcom_module_defconfig radxa.config radxa_custom.config
KERNEL_DEFCONFIG := defconfig qcom_module.config radxa.config radxa_custom.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,26 @@ Subject: [PATCH] feat: Radxa custom kernel config

Signed-off-by: HE Zhengyu <hezhengyu@radxa.com>
---
arch/arm64/configs/radxa_custom.config | 4 ++++
1 file changed, 4 insertions(+)
arch/arm64/configs/radxa_custom.config | 10 ++++
1 file changed, 10 insertions(+)
create mode 100644 arch/arm64/configs/radxa_custom.config

diff --git a/src/arch/arm64/configs/radxa_custom.config b/src/arch/arm64/configs/radxa_custom.config
new file mode 100644
index 000000000000..4e8c56c4c5cd
--- /dev/null
+++ b/src/arch/arm64/configs/radxa_custom.config
@@ -0,0 +1,4 @@
@@ -0,0 +1,10 @@
+# Kernel modules build by portage and XZ compressed fail to load with latest kmod tools.
+# DKMS: https://bugs.gentoo.org/920837
+CONFIG_MODULE_COMPRESS_XZ=n
+CONFIG_MODULE_COMPRESS_ZSTD=y
+
+# Disable CONFIG_EFI_ZBOOT to support U-Boot stdboot with overlay
+CONFIG_EFI_ZBOOT=n
+
+# The rockchip overlays in radxa-pkg/radxa-overlays are not compatible with the mainline kernel(> 6.1).
+CONFIG_ARCH_ROCKCHIP=n
--
2.50.1