VIDEO_COBALT selects VIDEO_ADV7604, but VIDEO_ADV7604 should only be build on kernel versions >= 3.13. On older kernel versions this causes this warning which makes Kconfig ignore the dependency on kernel version >= 3.13. warning: (VIDEO_COBALT) selects VIDEO_ADV7604 which has unmet direct dependencies (MEDIA_SUPPORT && !KERNEL_3_13 && m && <choice> && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && GPIOLIB) Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- dependencies | 1 + 1 file changed, 1 insertion(+) diff --git a/dependencies b/dependencies index 14c1462..c8f174a 100644 --- a/dependencies +++ b/dependencies @@ -46,6 +46,7 @@ DVB_RTL2832 3.8 # This does not seem like a good test desirable test case to # start that work with. VIDEO_ADV7604 3.13 +VIDEO_COBALT 3.13 # missing devm_gpiod_get_optional() # this needs devm_gpiod_get_optional() with 3 arguments. -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html