File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/share/rsdk/infra-package/debian/patches/linux Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ Subject: [PATCH] feat: Radxa common kernel config
55
66Signed-off-by: ZHANG Yuntian <yt@radxa.com>
77---
8- src/arch/arm64/configs/radxa.config | 1064 +++++++++++++++++++++++++++
9- 1 file changed, 1064 insertions(+)
8+ src/arch/arm64/configs/radxa.config | 1066 +++++++++++++++++++++++++++
9+ 1 file changed, 1066 insertions(+)
1010 create mode 100644 src/arch/arm64/configs/radxa.config
1111
1212diff --git a/src/arch/arm64/configs/radxa.config b/src/arch/arm64/configs/radxa.config
1313new file mode 100644
1414index 000000000000..f5bca1bdaf69
1515--- /dev/null
1616+++ b/src/arch/arm64/configs/radxa.config
17- @@ -0,0 +1,1064 @@
17+ @@ -0,0 +1,1066 @@
1818+ # Enable FPDT on supported platforms
1919+ CONFIG_ACPI_FPDT=y
2020+
@@ -257,6 +257,8 @@ index 000000000000..f5bca1bdaf69
257257+ CONFIG_DEBUG_INFO_REDUCED=n
258258+
259259+ # Compress and decompress kernel modules
260+ + CONFIG_CRC32=m
261+ + CONFIG_CRC64=m
260262+ CONFIG_MODULE_COMPRESS=y
261263+ CONFIG_MODULE_COMPRESS_XZ=y
262264+ CONFIG_MODULE_DECOMPRESS=y
You can’t perform that action at this time.
0 commit comments