V4L/DVB (7115): Fix bug #9833: regression when compiling V4L without I2C
[deliverable/linux.git] / drivers / media / Kconfig
index 8f4a45346de7e1432491151ff269c6f8e3a1a35a..707b20d7efb75b14df83a58c5e59f2e9130646ff 100644 (file)
@@ -25,6 +25,11 @@ config VIDEO_DEV
          To compile this driver as a module, choose M here: the
          module will be called videodev.
 
+config VIDEO_V4L2_COMMON
+       tristate
+       depends on (I2C || I2C=n) && VIDEO_DEV
+       default (I2C || I2C=n) && VIDEO_DEV
+
 config VIDEO_V4L1
        bool "Enable Video For Linux API 1 (DEPRECATED)"
        depends on VIDEO_DEV
This page took 0.049181 seconds and 5 git commands to generate.