Skip to content

Commit 1cc820a

Browse files
committed
feat: include GPU driver
1 parent e525047 commit 1cc820a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/share/rsdk/infra-package/debian/patches/linux/0001-feat-Radxa-common-kernel-config.patch

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ Subject: [PATCH] feat: Radxa common kernel config
55

66
Signed-off-by: ZHANG Yuntian <yt@radxa.com>
77
---
8-
src/arch/arm64/configs/radxa.config | 1021 ++++++++++++++++++++++++++++
9-
1 file changed, 1021 insertions(+)
8+
src/arch/arm64/configs/radxa.config | 1026 ++++++++++++++++++++++++++++
9+
1 file changed, 1026 insertions(+)
1010
create mode 100644 src/arch/arm64/configs/radxa.config
1111

1212
diff --git a/src/arch/arm64/configs/radxa.config b/src/arch/arm64/configs/radxa.config
1313
new file mode 100644
1414
index 000000000000..f5bca1bdaf69
1515
--- /dev/null
1616
+++ b/src/arch/arm64/configs/radxa.config
17-
@@ -0,0 +1,1021 @@
17+
@@ -0,0 +1,1026 @@
1818
+# Enable FPDT on supported platforms
1919
+CONFIG_ACPI_FPDT=y
2020
+
@@ -996,6 +996,11 @@ index 000000000000..f5bca1bdaf69
996996
+CONFIG_UTS_NS=y
997997
+CONFIG_USER_NS=y
998998
+
999+
+# Enable GPU drivers
1000+
+CONFIG_DRM_AMDGPU=m
1001+
+CONFIG_DRM_NOUVEAU=m
1002+
+CONFIG_DRM_RADEON=m
1003+
+
9991004
+# Build serial 8280 as module
10001005
+# This also helps us to have consistent serial naming on Allwinner platform
10011006
+CONFIG_SERIAL_8250=m

0 commit comments

Comments
 (0)