Char: 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@gmx.de> Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
252c01dc27
commit
ee2077d97b
|
@ -130,6 +130,7 @@ config ROCKETPORT
|
||||||
config CYCLADES
|
config CYCLADES
|
||||||
tristate "Cyclades async mux support"
|
tristate "Cyclades async mux support"
|
||||||
depends on SERIAL_NONSTANDARD && (PCI || ISA)
|
depends on SERIAL_NONSTANDARD && (PCI || ISA)
|
||||||
|
select FW_LOADER
|
||||||
---help---
|
---help---
|
||||||
This driver supports Cyclades Z and Y multiserial boards.
|
This driver supports Cyclades Z and Y multiserial boards.
|
||||||
You would need something like this to connect more than two modems to
|
You would need something like this to connect more than two modems to
|
||||||
|
|
Loading…
Reference in New Issue