This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / media / Kconfig
index 508cc05..79d29ef 100644 (file)
@@ -34,18 +34,27 @@ source "drivers/media/common/Kconfig"
 
 config VIDEO_TUNER
        tristate
+       default y if VIDEO_BT848=y || VIDEO_SAA7134=y || VIDEO_MXB=y || VIDEO_CX88=y
+       default m if VIDEO_BT848=m || VIDEO_SAA7134=m || VIDEO_MXB=m || VIDEO_CX88=m
+       depends on VIDEO_DEV
 
 config VIDEO_BUF
        tristate
-
-config VIDEO_BUF_DVB
-       tristate
+       default y if VIDEO_BT848=y || VIDEO_SAA7134=y || VIDEO_SAA7146=y || VIDEO_CX88=y
+       default m if VIDEO_BT848=m || VIDEO_SAA7134=m || VIDEO_SAA7146=m || VIDEO_CX88=m
+       depends on VIDEO_DEV
 
 config VIDEO_BTCX
        tristate
+       default y if VIDEO_BT848=y || VIDEO_CX88=y
+       default m if VIDEO_BT848=m || VIDEO_CX88=m
+       depends on VIDEO_DEV
 
 config VIDEO_IR
        tristate
+       default y if VIDEO_BT848=y || VIDEO_SAA7134=y
+       default m if VIDEO_BT848=m || VIDEO_SAA7134=m
+       depends on VIDEO_DEV
 
 endmenu