summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2015-11-07 13:58:33 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2015-11-15 19:23:21 +0100
commit5ade12ddea63be14e735131e1180c88bdf4a2bc9 (patch)
tree692200ccf75128edb6774d3f43473c4afffca27a
parentb2cd7270f7836da1fca1d51ce93534280f5b6159 (diff)
dependencies: VIDEO_MT9P031 uses gpio consumer
Upstream commit: 258c9f45411bd468953e16e60cc4c1821f322320 VIDEO_MT9P031 uses the GPIO consumer and should only be build on kernel version >= 3.13 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--dependencies2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies b/dependencies
index 96f1d0a8..ad3ec312 100644
--- a/dependencies
+++ b/dependencies
@@ -58,6 +58,7 @@ DVB_SMIPCIE 3.8
# start that work with.
VIDEO_ADP1653 3.13
VIDEO_TC358743 3.13
+VIDEO_MT9P031 3.13
# missing devm_gpiod_get_optional()
# this needs devm_gpiod_get_optional() with 3 arguments.
@@ -79,7 +80,6 @@ VIDEO_S5K6AA 3.3
# missing devm_regulator_bulk_get
VIDEO_MT9T001 3.5
VIDEO_NOON010PC30 3.5
-VIDEO_MT9P031 3.5
# missing of_property_read_bool() added via fa4d34cc on v3.4-rc1~71, backport
# that attomically and you can enable this for older kernels.