Skip to content

Commit ac6eb45

Browse files
groeckMauro Carvalho Chehab
authored andcommitted
[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 <[email protected]> Cc: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 5e78831 commit ac6eb45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/media/rc/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ config IR_WINBOND_CIR
261261

262262
config IR_IGUANA
263263
tristate "IguanaWorks USB IR Transceiver"
264+
depends on USB_ARCH_HAS_HCD
264265
depends on RC_CORE
265266
select USB
266267
---help---

0 commit comments

Comments
 (0)