kernel config: Enable MEDIA_CONTROLLER
With this disabled, cameras would not get a `/dev/mediaX` entry matching the `/dev/videoX` which broke any application (e.g: `uvcdynctrl -l`, `media-ctl -p`) depending on this interface.
This commit is contained in:
parent
e5cc4bd375
commit
7cdd12e4e9
@ -571,6 +571,7 @@ with stdenv.lib;
|
||||
${optionalString (versionOlder version "4.14") ''
|
||||
MEDIA_RC_SUPPORT y
|
||||
''}
|
||||
MEDIA_CONTROLLER y
|
||||
MEDIA_USB_SUPPORT y
|
||||
MEDIA_PCI_SUPPORT y
|
||||
MEDIA_ANALOG_TV_SUPPORT y
|
||||
|
Loading…
Reference in New Issue
Block a user