This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: chips-media: wave5: VIDEO_WAVE_VPU should depend on ARCH_K3
Author:  Geert Uytterhoeven <geert+rene...@glider.be>
Date:    Tue Nov 28 19:26:36 2023 +0100

The Chips&Media Wave 5 Series multi-standard codec IP is currently only
supported on Texas Instruments K3 architecture.  Hence add a dependency on
ARCH_K3, to prevent asking the user about this driver when configuring a
kernel without Texas Instruments K3 Multicore SoC support.

Fixes: 9707a6254a8a ("media: chips-media: wave5: Add the v4l2 layer")
Signed-off-by: Geert Uytterhoeven <geert+rene...@glider.be>
Reviewed-by: Nishanth Menon <n...@ti.com>
Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>
[hverkuil: small update in commit log, and reformatted the Fixes tag]

 drivers/media/platform/chips-media/wave5/Kconfig | 1 +
 1 file changed, 1 insertion(+)

---

diff --git a/drivers/media/platform/chips-media/wave5/Kconfig 
b/drivers/media/platform/chips-media/wave5/Kconfig
index 77e7ae5c8f35..9ccc1f7e32f3 100644
--- a/drivers/media/platform/chips-media/wave5/Kconfig
+++ b/drivers/media/platform/chips-media/wave5/Kconfig
@@ -3,6 +3,7 @@ config VIDEO_WAVE_VPU
        tristate "Chips&Media Wave Codec Driver"
        depends on V4L_MEM2MEM_DRIVERS
        depends on VIDEO_DEV && OF
+       depends on ARCH_K3 || COMPILE_TEST
        select VIDEOBUF2_DMA_CONTIG
        select VIDEOBUF2_VMALLOC
        select V4L2_MEM2MEM_DEV

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to