From: Olaf Hering Date: Wed, 16 Aug 2006 17:53:50 +0000 (+0200) Subject: SERIAL: icom: select FW_LOADER X-Git-Tag: v2.6.17.11~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9df256a6742e951aef286bd8ffc859dd79509ad7;p=thirdparty%2Fkernel%2Fstable.git 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 --- 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