diff options
author | 2023-08-09 21:47:23 +0000 | |
---|---|---|
committer | 2024-03-26 21:49:03 +0000 | |
commit | 7ef533e1097539071982beaefbec4f5a47618a03 (patch) | |
tree | 01487c9de1dca7f183ba6ad31500cc01e3e63bba | |
parent | 3c6ed157e56ca7ffc95fbcdb6a37d3942a3aff5e (diff) |
most_deps.cfg: update to reflect upstream kernel changes
VIDEO_V4L2 combined with VIDEO_DEV in 9958d30f38b96fb763a10d44d18ddad39127d5f4
The change is in kernel 6.1+
Bug-AGL: SPEC-4578
Change-Id: Ic336a45552bc88f501bd3e9119b246224400b041
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
-rw-r--r-- | recipes-kernel/linux/linux/most_deps.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux/most_deps.cfg b/recipes-kernel/linux/linux/most_deps.cfg index 15ddbd21e..53964a594 100644 --- a/recipes-kernel/linux/linux/most_deps.cfg +++ b/recipes-kernel/linux/linux/most_deps.cfg @@ -6,4 +6,3 @@ CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y CONFIG_MEDIA_CONTROLLER=y CONFIG_VIDEO_DEV=m CONFIG_VIDEO_V4L2_SUBDEV_API=y -CONFIG_VIDEO_V4L2=m |