-stable review patch. If anyone has any objections, please let us know. ------------------ From: Olaf Hering The icom driver uses request_firmware() and thus needs to select FW_LOADER. Signed-off-by: maximilian attems Signed-off-by: Olaf Hering Signed-off-by: Greg Kroah-Hartman --- drivers/serial/Kconfig | 1 + 1 file changed, 1 insertion(+) --- linux-2.6.17.9.orig/drivers/serial/Kconfig +++ linux-2.6.17.9/drivers/serial/Kconfig @@ -803,6 +803,7 @@ config SERIAL_MPC52xx tristate "Freescale MPC52xx family PSC serial support" depends on PPC_MPC52xx select SERIAL_CORE + select FW_LOADER help This drivers support the MPC52xx PSC serial ports. If you would like to use them, you must answer Y or M to this option. Not that -- - 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/