diff mbox

media/usb: fix compilation for pure dvb usb drivers

Message ID 1344937707-15588-1-git-send-email-mchehab@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Mauro Carvalho Chehab Aug. 14, 2012, 9:48 a.m. UTC
This patch shold be fold with "rename most media/video usb drivers to media/usb"
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
---
 drivers/media/usb/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/drivers/media/usb/Kconfig b/drivers/media/usb/Kconfig
index 2719198..069a3c1 100644
--- a/drivers/media/usb/Kconfig
+++ b/drivers/media/usb/Kconfig
@@ -35,7 +35,7 @@  source "drivers/media/usb/tm6000/Kconfig"
 endif
 
 
-if MEDIA_USB_DRIVERS && I2C && MEDIA_DIGITAL_TV_SUPPORT
+if I2C && MEDIA_DIGITAL_TV_SUPPORT
 	comment "Digital TV USB devices"
 source "drivers/media/usb/dvb-usb/Kconfig"
 source "drivers/media/usb/dvb-usb-v2/Kconfig"