]> git.itanic.dy.fi Git - linux-stable/commit
media: chips-media: wave5: VIDEO_WAVE_VPU should depend on ARCH_K3
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 28 Nov 2023 18:26:36 +0000 (19:26 +0100)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Thu, 7 Dec 2023 07:31:14 +0000 (08:31 +0100)
commit15dfed5b4933564470d608705c1630b6ad822160
tree7363d788648e824131f400e18b6cb887d7ad372a
parentfca4797af415bd346c4b2737eee7bbbc4bf1866c
media: chips-media: wave5: VIDEO_WAVE_VPU should depend on ARCH_K3

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+renesas@glider.be>
Reviewed-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
[hverkuil: small update in commit log, and reformatted the Fixes tag]
drivers/media/platform/chips-media/wave5/Kconfig