From 9df256a6742e951aef286bd8ffc859dd79509ad7 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 16 Aug 2006 19:53:50 +0200 Subject: [PATCH] SERIAL: icom: select FW_LOADER 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(+) diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 7d22dc0478d3f..753b364d746f7 100644 --- a/drivers/serial/Kconfig +++ b/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 -- 2.47.2