[PATCH v2 18/18] arm64: defconfig: Enable DS90UB960 deserializer and DS90UB953 serializer
From: Yemike Abhilash Chandra
Date: Mon Jul 13 2026 - 07:42:33 EST
The DS90UB960 deserializer and DS90UB953 serialzer facilite capturing
through multiple camera sensors on J7x and AM6x platforms. Some of the
supported platforms in upstream are J784S4-EVM[1], J722S-EVM[2], etc.
Hence enable building Texas Instruments DS90UB960 deserializer and
DS90UB953 serializer drivers as modules.
[1]: https://www.ti.com/lit/zip/sprr458
[2]: https://www.ti.com/lit/zip/sprr495
Signed-off-by: Yemike Abhilash Chandra <y-abhilashchandra@xxxxxx>
---
Changelog:
Changes in v2:
- Add reason in the commit message on why we want the DS90UB960 deserializer and DS90UB953
serializer drivers to be enabled in defconfig (Krzysztof)
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 6f633d4dfc64..efe76f2bfe9b 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -917,6 +917,8 @@ CONFIG_SDR_PLATFORM_DRIVERS=y
CONFIG_V4L_MEM2MEM_DRIVERS=y
CONFIG_VIDEO_AMPHION_VPU=m
CONFIG_VIDEO_CADENCE_CSI2RX=m
+CONFIG_VIDEO_DS90UB960=m
+CONFIG_VIDEO_DS90UB953=m
CONFIG_VIDEO_WAVE_VPU=m
CONFIG_VIDEO_E5010_JPEG_ENC=m
CONFIG_VIDEO_MEDIATEK_JPEG=m
--
2.34.1