]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: imagination: VIDEO_E5010_JPEG_ENC should depend on ARCH_K3
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 22 Jul 2024 15:25:53 +0000 (17:25 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 28 Aug 2024 08:01:10 +0000 (10:01 +0200)
commitafe6ec667e8846c8470d32789cebbc435588972d
tree01c68ec5947ee1b0373b8423c787d2e768287101
parent90effee40b7b612e570f83416b6b6ff6f474fb9e
media: imagination: VIDEO_E5010_JPEG_ENC should depend on ARCH_K3

Currently, the Imagination E5010 JPEG Encoder is only present on Texas
Instruments K3 SoCs.  Hence add a dependency on ARCH_K3, to prevent
asking the user about this driver when configuring a kernel without TI
K3 SoC support.  The dependency can be relaxed if/when the encoder
appears on other SoC families.

Fixes: a1e294045885 ("media: imagination: Add E5010 JPEG Encoder driver")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/platform/imagination/Kconfig