From: Julian Braha Date: Sun, 29 Mar 2026 18:39:42 +0000 (+0100) Subject: media: dead code cleanup in kconfig for VIDEO_SOLO6X10 X-Git-Tag: v7.2-rc1~101^2~344 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=237b133817b99af32f5d698f1e45c3f029e41792;p=thirdparty%2Fkernel%2Fstable.git media: dead code cleanup in kconfig for VIDEO_SOLO6X10 The same kconfig 'select FONT_8x16' appears twice for VIDEO_SOLO6X10. I propose removing the second instance, as it is effectively dead code. This dead code was found by kconfirm, a static analysis tool for Kconfig. Signed-off-by: Julian Braha Signed-off-by: Hans Verkuil --- diff --git a/drivers/media/pci/solo6x10/Kconfig b/drivers/media/pci/solo6x10/Kconfig index adb247847e004..cc4a7b0883708 100644 --- a/drivers/media/pci/solo6x10/Kconfig +++ b/drivers/media/pci/solo6x10/Kconfig @@ -8,7 +8,6 @@ config VIDEO_SOLO6X10 select VIDEOBUF2_DMA_SG select VIDEOBUF2_DMA_CONTIG select SND_PCM - select FONT_8x16 help This driver supports the Bluecherry H.264 and MPEG-4 hardware compression capture cards and other Softlogic-based ones.