[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1344226520-22318-1-git-send-email-linux@roeck-us.net>
Date: Sun, 5 Aug 2012 21:15:20 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: linux-media@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Mauro Carvalho Chehab <mchehab@...radead.org>,
Guenter Roeck <linux@...ck-us.net>, Sean Young <sean@...s.org>,
Mauro Carvalho Chehab <mchehab@...hat.com>
Subject: [PATCH] [media] Add USB dependency for IguanaWorks USB IR Transceiver
This patch fixes the error
drivers/usb/core/hub.c:3753: undefined reference to `usb_speed_string'
seen in various random configurations.
Cc: Sean Young <sean@...s.org>
Cc: Mauro Carvalho Chehab <mchehab@...hat.com>
Signed-off-by: Guenter Roeck <linux@...ck-us.net>
---
drivers/media/rc/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig
index 5180390..8be5763 100644
--- a/drivers/media/rc/Kconfig
+++ b/drivers/media/rc/Kconfig
@@ -261,6 +261,7 @@ config IR_WINBOND_CIR
config IR_IGUANA
tristate "IguanaWorks USB IR Transceiver"
+ depends on USB_ARCH_HAS_HCD
depends on RC_CORE
select USB
---help---
--
1.7.9.7
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists