[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#972973: Please re-enable SECO HDMI CEC driver (CONFIG_VIDEO_SECO_CEC)



Hi,

On Mon, Oct 26, 2020 at 07:37:52PM +0100, Sébastien Noel wrote:
> Package: src:linux
> Severity: wishlist
> 
> Dear Maintainer,
> 
> Could you please re-enable the option CONFIG_VIDEO_SECO_CEC ?
> I already did requested this via bug #951543,
> it worked for a time, but since linux-5.8 it seems you disabled it again :'(
> 
> # grep -i seco /boot/config-5.7.0-0.bpo.2-amd64
> CONFIG_VIDEO_SECO_CEC=m
> 
> $ grep -i seco /boot/config-5.8.0-0.bpo.2-amd64
> # CONFIG_CEC_SECO is not set
> 
> Could you explain why you did remove this module ?

The config option name is not the same in 5.7.y and 5.8.y. This
unintentionally got lost when we rebased to the 5.8 stable version, as
upstream did rename those in df823a8208c4 ("media: cec: rename CEC
platform drivers config options")[1] in 5.8-rc1.

 [1] https://git.kernel.org/linus/df823a8208c434eee6e4e9aa016c956d0968e2e2

So yes we should re-enable support.

So the following should be needed:

CONFIG_CEC_PLATFORM_DRIVERS=y
CONFIG_CEC_SECO=m

Regards,
Salvatore


Reply to: