File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
src/share/rsdk/infra-package/debian/patches/linux Expand file tree Collapse file tree 1 file changed +8
-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 | 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
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,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
You can’t perform that action at this time.
0 commit comments