[SERIAL] icom: select FW_LOADER
The icom driver uses request_firmware() and thus needs to select FW_LOADER. Signed-off-by: maximilian attems <maks@sternwelten.at> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
b2fd16b4ff
commit
cb2fc532d0
|
@ -827,6 +827,7 @@ config SERIAL_ICOM
|
|||
tristate "IBM Multiport Serial Adapter"
|
||||
depends on PCI && (PPC_ISERIES || PPC_PSERIES)
|
||||
select SERIAL_CORE
|
||||
select FW_LOADER
|
||||
help
|
||||
This driver is for a family of multiport serial adapters
|
||||
including 2 port RVX, 2 port internal modem, 4 port internal
|
||||
|
|
Loading…
Reference in New Issue