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 22:12:50 +0100
commit4fe7fc892a124f55a0e8b1b6913f41e71cbba09c (patch)
tree34dc71e33cd2587aa73997d8e3c27e33553626f5
parentc49704a98726147f35e5879bc7fe8d686aaf8a2e (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 688bb561..e83015d8 100644
--- a/dependencies
+++ b/dependencies
@@ -56,6 +56,7 @@ DVB_SMIPCIE 3.8
# This does not seem like a good test desirable test case to
# start that work with.
VIDEO_ADP1653 3.13
+VIDEO_MT9P031 3.13
# missing devm_gpiod_get_optional()
# this needs devm_gpiod_get_optional() with 3 arguments.
@@ -74,7 +75,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.