diff options
author | Samuel Ortiz <samuel@sortiz.org> | 2006-09-27 23:06:16 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-28 21:02:47 -0400 |
commit | 778e6398d32590eaf2333706318cbcd04dbe50b7 (patch) | |
tree | 9c7aa6c79c80f882735a8b0229e4db26ea4eb0a1 /drivers/net/irda | |
parent | da349f1c2e0a0bf8958cdaf14e8f33acdf3182a5 (diff) |
[IrDA]: irda-usb needs firmware loader
With the inclusion of the stir421x code, we now need to select FW_LOADER
whenever we try to build the irda-usb code.
Signed-off-by: Samuel Ortiz <samuel@sortiz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/irda')
-rw-r--r-- | drivers/net/irda/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/irda/Kconfig b/drivers/net/irda/Kconfig index e9e6d99a9add..7c8ccc09b601 100644 --- a/drivers/net/irda/Kconfig +++ b/drivers/net/irda/Kconfig | |||
@@ -287,6 +287,7 @@ comment "FIR device drivers" | |||
287 | config USB_IRDA | 287 | config USB_IRDA |
288 | tristate "IrDA USB dongles" | 288 | tristate "IrDA USB dongles" |
289 | depends on IRDA && USB | 289 | depends on IRDA && USB |
290 | select FW_LOADER | ||
290 | ---help--- | 291 | ---help--- |
291 | Say Y here if you want to build support for the USB IrDA FIR Dongle | 292 | Say Y here if you want to build support for the USB IrDA FIR Dongle |
292 | device driver. To compile it as a module, choose M here: the module | 293 | device driver. To compile it as a module, choose M here: the module |