]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/Kconfig
V4L/DVB (5860): Use msecs_to_jiffies instead of HZ on some webcam drivers
[linux-2.6-omap-h63xx.git] / drivers / media / Kconfig
index ed4aa4e7912c39fd3ed764eab623e64490735073..d9d033e07e197cb0496218fc3f334bc1b33f06cf 100644 (file)
@@ -3,6 +3,7 @@
 #
 
 menu "Multimedia devices"
+       depends on HAS_IOMEM
 
 config VIDEO_DEV
        tristate "Video For Linux"
@@ -54,6 +55,7 @@ config VIDEO_V4L1_COMPAT
 
 config VIDEO_V4L2
        bool
+       depends on VIDEO_DEV
        default y
 
 source "drivers/media/video/Kconfig"
@@ -66,8 +68,10 @@ source "drivers/media/common/Kconfig"
 
 config VIDEO_TUNER
        tristate
+       depends on I2C
 
 config VIDEO_BUF
+       depends on PCI
        tristate
 
 config VIDEO_BUF_DVB
@@ -76,12 +80,25 @@ config VIDEO_BUF_DVB
 config VIDEO_BTCX
        tristate
 
+config VIDEO_IR_I2C
+       tristate
+
 config VIDEO_IR
        tristate
+       select VIDEO_IR_I2C if I2C
 
 config VIDEO_TVEEPROM
        tristate
+       depends on I2C
+
+config DAB
+       boolean "DAB adapters"
+       default y
+       ---help---
+         Allow selecting support for for Digital Audio Broadcasting (DAB)
+         Receiver adapters.
 
+if DAB
 config USB_DABUSB
        tristate "DABUSB driver"
        depends on USB
@@ -95,5 +112,6 @@ config USB_DABUSB
 
          To compile this driver as a module, choose M here: the
          module will be called dabusb.
+endif # DAB
 
 endmenu