ANDROID: GKI: add hidden V4L2_MEM2MEM_DEV
Solve ABI issue with struct v4l2_fh Signed-off-by: Mark Salyzyn <salyzyn@google.com> Bug: 151246806 Bug: 153738240 Bug: 151399858 Change-Id: I9671a692b1b8450ff2f6266cc9dde9e6fb0c9297
This commit is contained in:
parent
ab463cee83
commit
2ebf287bf7
1 changed files with 2 additions and 1 deletions
|
@ -89,10 +89,11 @@ config GKI_HIDDEN_SOC_PM_CONFIGS
|
|||
|
||||
config GKI_HIDDEN_VIDEOBUF2_CONFIGS
|
||||
bool "Hidden v4l2 configs for GKI"
|
||||
select V4L2_MEM2MEM_DEV if VIDEO_V4L2
|
||||
select VIDEOBUF2_CORE if VIDEO_V4L2
|
||||
select VIDEOBUF2_V4L2 if VIDEO_V4L2
|
||||
select VIDEOBUF2_MEMOPS if VIDEO_V4L2
|
||||
select VIDEOBUF2_VMALLOC if VIDEO_V4L2
|
||||
select VIDEOBUF2_MEMOPS if VIDEO_V4L2
|
||||
help
|
||||
Dummy config option used to enable all the hidden v4l2 media module.
|
||||
|
||||
|
|
Loading…
Reference in a new issue