summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaximilian attems2006-03-26 11:37:35 +0200
committerLinus Torvalds2006-03-26 18:56:58 +0200
commit5ff2a7e25ddd648e9096d45cdc5e7d656a8bb0ff (patch)
tree2e6825663e0c3240d61a9f7274d96ab0b2727602
parent[PATCH] fix array overrun in efi.c (diff)
downloadkernel-qcow2-linux-5ff2a7e25ddd648e9096d45cdc5e7d656a8bb0ff.tar.gz
kernel-qcow2-linux-5ff2a7e25ddd648e9096d45cdc5e7d656a8bb0ff.tar.xz
kernel-qcow2-linux-5ff2a7e25ddd648e9096d45cdc5e7d656a8bb0ff.zip
[PATCH] isicom: select FW_LOADER
The isicom driver uses request_firmware() and thus needs to select FW_LOADER. Signed-off-by: maximilian attems <maks@sternwelten.at> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--drivers/char/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
index 5980f3e886fc..facc3f1d9e37 100644
--- a/drivers/char/Kconfig
+++ b/drivers/char/Kconfig
@@ -187,6 +187,7 @@ config MOXA_SMARTIO
config ISI
tristate "Multi-Tech multiport card support (EXPERIMENTAL)"
depends on SERIAL_NONSTANDARD
+ select FW_LOADER
help
This is a driver for the Multi-Tech cards which provide several
serial ports. The driver is experimental and can currently only be