Browse Source

[media] ttusbir: Add USB dependency

This patch fixes the error:
ERROR: "usb_speed_string" [drivers/usb/core/usbcore.ko] undefined!

Reported-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Sean Young 13 years ago
parent
commit
3ab2a83eaf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/media/rc/Kconfig

+ 1 - 0
drivers/media/rc/Kconfig

@@ -277,6 +277,7 @@ config IR_IGUANA
 
 config IR_TTUSBIR
 	tristate "TechnoTrend USB IR Receiver"
+	depends on USB_ARCH_HAS_HCD
 	depends on RC_CORE
 	select USB
 	select NEW_LEDS