diff options
-rw-r--r-- | backport/compat/Kconfig | 16 | ||||
-rw-r--r-- | copy-list | 2 |
2 files changed, 16 insertions, 2 deletions
diff --git a/backport/compat/Kconfig b/backport/compat/Kconfig index 8fcdb8a9..ca50190a 100644 --- a/backport/compat/Kconfig +++ b/backport/compat/Kconfig @@ -144,3 +144,19 @@ config BPAUTO_RHASHTABLE default y if MAC80211 #h-file linux/rhashtable.h #c-file lib/rhashtable.c + +config BPAUTO_BUILD_HDMI + bool + # the hdmi driver got some new apis like hdmi_infoframe_unpack() in + # kernel 4.0 which are used by some drivers + depends on KERNEL_4_0 + #h-file linux/hdmi.h + #c-file drivers/video/hdmi.c + +config BPAUTO_HDMI + bool + select BPAUTO_BUILD_HDMI if KERNEL_4_0 + # these drivers are using the new features of the hdmi driver. + default y if VIDEO_ADV7511 + default y if VIDEO_ADV7604 + default y if VIDEO_ADV7842 @@ -165,8 +165,6 @@ drivers/staging/media/cxd2099/cxd2099.h include/uapi/linux/ivtv.h include/uapi/linux/meye.h -include/linux/hdmi.h - drivers/media/ include/linux/platform_data/camera-rcar.h include/linux/of_graph.h |