]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/Kconfig
V4L/DVB (5865): Remove usage of HZ on ivtv driver, replacing by msecs_to_jiffies
[linux-2.6-omap-h63xx.git] / drivers / media / Kconfig
index 3a80e0cc73699e9e24bcc6fb4382fab9cb5a9dec..d9d033e07e197cb0496218fc3f334bc1b33f06cf 100644 (file)
@@ -80,13 +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
@@ -100,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