Skip to content

Commit 68bc60e

Browse files
CodeChenLRadxaYuntian
authored andcommitted
feat: linux: enable USB Video Class (UVC) support
1 parent fc6bfda commit 68bc60e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 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 | 1016 ++++++++++++++++++++++++++++
9-
1 file changed, 1016 insertions(+)
8+
src/arch/arm64/configs/radxa.config | 1020 ++++++++++++++++++++++++++++
9+
1 file changed, 1020 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,1016 @@
17+
@@ -0,0 +1,1020 @@
1818
+# Enable FPDT on supported platforms
1919
+CONFIG_ACPI_FPDT=y
2020
+
@@ -82,6 +82,10 @@ index 000000000000..f5bca1bdaf69
8282
+CONFIG_USB_SERIAL_QT2=m
8383
+CONFIG_USB_SERIAL_UPD78F0730=m
8484
+
85+
+# Enable USB Video Class (UVC) support
86+
+CONFIG_MEDIA_USB_SUPPORT=y
87+
+CONFIG_USB_VIDEO_CLASS=m
88+
+
8589
+# Enable ES8316 codec which is used on ROCK 4C
8690
+CONFIG_SND_SOC_ES8316=m
8791
+

0 commit comments

Comments
 (0)