Commit cd631f0f authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] TMS380TR must select FW_LOADER

I got the following compile error with CONFIG_FW_LOADER=n:

<--  snip  -->

...
  LD      .tmp_vmlinux1
drivers/built-in.o(.text+0x297944): In function `tms380tr_reset_adapter':
: undefined reference to `request_firmware'
drivers/built-in.o(.text+0x297aaf): In function `tms380tr_reset_adapter':
: undefined reference to `release_firmware'
drivers/built-in.o(.text+0x297af9): In function `tms380tr_reset_adapter':
: undefined reference to `release_firmware'
make: *** [.tmp_vmlinux1] Error 1

<--  snip  -->


CONFIG_TMS380TR must select FW_LOADER (and therefore depend on HOTPLUG).
Signed-off-by: default avatarAdrian Bunk <bunk@fs.tum.de>
parent 315d4573
......@@ -84,7 +84,8 @@ config 3C359
config TMS380TR
tristate "Generic TMS380 Token Ring ISA/PCI adapter support"
depends on TR && (PCI || ISA)
depends on TR && (PCI || ISA) && HOTPLUG
select FW_LOADER
---help---
This driver provides generic support for token ring adapters
based on the Texas Instruments TMS380 series chipsets. This
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment