[PATCH 1/1] Char: cyclades, select FW_LOADER

From: Jiri Slaby
Date: Wed Jul 25 2007 - 16:27:40 EST


cyclades, select FW_LOADER

Fix link errors below by selecting FW_LOADER
LD .tmp_vmlinux1
drivers/built-in.o: In function `cyz_load_fw':
drivers/char/cyclades.c:4908: undefined reference to `request_firmware'
drivers/char/cyclades.c:4979: undefined reference to `release_firmware'

Cc: <toralf.foerster@xxxxxx>
Signed-off-by: Jiri Slaby <jirislaby@xxxxxxxxx>

---
commit 199ef96ce81ae8dab526b4a954489e11255ae741
tree b1e8229dcd309f13b5416928fc77f962b5e88c95
parent fdf11b85b74221d25a3abf38a9ebf947959d0fe1
author Jiri Slaby <jirislaby@xxxxxxxxx> Wed, 25 Jul 2007 22:22:52 +0200
committer Jiri Slaby <jirislaby@xxxxxxxxx> Wed, 25 Jul 2007 22:22:52 +0200

drivers/char/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
index 2a9bcd1..90015de 100644
--- a/drivers/char/Kconfig
+++ b/drivers/char/Kconfig
@@ -130,6 +130,7 @@ config ROCKETPORT
config CYCLADES
tristate "Cyclades async mux support"
depends on SERIAL_NONSTANDARD && (PCI || ISA)
+ select FW_LOADER
---help---
This driver supports Cyclades Z and Y multiserial boards.
You would need something like this to connect more than two modems to
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/