diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-06-28 19:07:33 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-06-28 23:50:56 +0200 |
commit | 7c7e59bee17d143763933f21641f27d091c37099 (patch) | |
tree | f6f09e1cc225dd9dca99fb764cf11e469e48ee56 /backport/compat | |
parent | e611d89837b13fc1ba1055410cdcb2aacbf485b3 (diff) |
backport: add frame vector code
The media framework now uses the frame vector code which is only
available from kernel 4.2 onwards. This backports the code.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'backport/compat')
-rw-r--r-- | backport/compat/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/backport/compat/Kconfig b/backport/compat/Kconfig index ca50190a..b5bf3489 100644 --- a/backport/compat/Kconfig +++ b/backport/compat/Kconfig @@ -160,3 +160,12 @@ config BPAUTO_HDMI default y if VIDEO_ADV7511 default y if VIDEO_ADV7604 default y if VIDEO_ADV7842 + +config BPAUTO_FRAME_VECTOR + bool + +config BPAUTO_BUILD_FRAME_VECTOR + bool + default n if FRAME_VECTOR + default y if BPAUTO_FRAME_VECTOR + #c-file mm/frame_vector.c |