* [patch] icom: select FW_LOADER
@ 2006-03-25 14:44 maximilian attems
2006-03-25 17:44 ` Russell King
0 siblings, 1 reply; 2+ messages in thread
From: maximilian attems @ 2006-03-25 14:44 UTC (permalink / raw)
To: rmk+serial; +Cc: linux-serial
The icom driver uses request_firmware()
and thus needs to select FW_LOADER.
Signed-off-by: maximilian attems <maks@sternwelten.at>
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index c66ef96..d0a10fa 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -827,6 +827,7 @@ config SERIAL_ICOM
tristate "IBM Multiport Serial Adapter"
depends on PCI && (PPC_ISERIES || PPC_PSERIES)
select SERIAL_CORE
+ select FW_LOADER
help
This driver is for a family of multiport serial adapters
including 2 port RVX, 2 port internal modem, 4 port internal
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [patch] icom: select FW_LOADER
2006-03-25 14:44 [patch] icom: select FW_LOADER maximilian attems
@ 2006-03-25 17:44 ` Russell King
0 siblings, 0 replies; 2+ messages in thread
From: Russell King @ 2006-03-25 17:44 UTC (permalink / raw)
To: maximilian attems; +Cc: linux-serial
On Sat, Mar 25, 2006 at 03:44:11PM +0100, maximilian attems wrote:
> The icom driver uses request_firmware()
> and thus needs to select FW_LOADER.
Applied, thanks.
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 Serial core
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-03-25 17:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-25 14:44 [patch] icom: select FW_LOADER maximilian attems
2006-03-25 17:44 ` Russell King
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.