diff mbox

build: Disabled VIDEO_IPU3_CIO2 for Kernels older than 3.18.17

Message ID 1515927819-27521-1-git-send-email-jasmin@anw.at (mailing list archive)
State New, archived
Headers show

Commit Message

Jasmin J. Jan. 14, 2018, 11:03 a.m. UTC
From: Jasmin Jessich <jasmin@anw.at>

The driver requires linux/property.h, which is available since Kernel
3.18.17 only.

Signed-off-by: Jasmin Jessich <jasmin@anw.at>
---
 v4l/versions.txt | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Jasmin J. Jan. 14, 2018, 11:10 a.m. UTC | #1
Hi!

With that it compiles again for Kernel 3.13.

Please note, that
  https://patchwork.linuxtv.org/patch/46464/
needs to be applied to compile for Kernels older 4.10.

BR,
   Jasmin
diff mbox

Patch

diff --git a/v4l/versions.txt b/v4l/versions.txt
index 945e1c3..bf19bb1 100644
--- a/v4l/versions.txt
+++ b/v4l/versions.txt
@@ -55,6 +55,10 @@  MEDIA_CEC_SUPPORT
 # needs fwnode_property_read_u32
 SDR_MAX2175
 
+[3.18.17]
+# requires linux/property.h
+VIDEO_IPU3_CIO2
+
 [3.18.0]
 # needs LED brightness support
 V4L2_FLASH_LED_CLASS