![]() | ||||||||||
Messages in this thread Patch in this message |
The icom driver uses request_firmware() and thus needs to select FW_LOADER. Signed-off-by: maximilian attems <maks@sternwelten.at> Signed-off-by: Olaf Hering <olh@suse.de> --- drivers/serial/Kconfig | 1 + 1 file changed, 1 insertion(+) Index: linux-2.6.16.27/drivers/serial/Kconfig =================================================================== --- linux-2.6.16.27.orig/drivers/serial/Kconfig +++ linux-2.6.16.27/drivers/serial/Kconfig @@ -820,6 +820,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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | |||||||||
| Last update: 2006-08-16 15:59 [W:0.382 / U:1.670 seconds] ©2003-2008 Jasper Spaans | ||||||||||