diff options
author | maximilian attems <maks@sternwelten.at> | 2006-03-25 12:44:20 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-03-25 12:44:20 -0500 |
commit | cb2fc532d0a304631c92b175f886934654c60907 (patch) | |
tree | 0a8c03947efc832ddb2a411d12e65ef6e1217468 /drivers/serial/Kconfig | |
parent | b2fd16b4ff2508ac16ae994f4bcd941f97754c00 (diff) |
[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>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index c66ef96c71b4..d0a10faed143 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -827,6 +827,7 @@ config SERIAL_ICOM | |||
827 | tristate "IBM Multiport Serial Adapter" | 827 | tristate "IBM Multiport Serial Adapter" |
828 | depends on PCI && (PPC_ISERIES || PPC_PSERIES) | 828 | depends on PCI && (PPC_ISERIES || PPC_PSERIES) |
829 | select SERIAL_CORE | 829 | select SERIAL_CORE |
830 | select FW_LOADER | ||
830 | help | 831 | help |
831 | This driver is for a family of multiport serial adapters | 832 | This driver is for a family of multiport serial adapters |
832 | including 2 port RVX, 2 port internal modem, 4 port internal | 833 | including 2 port RVX, 2 port internal modem, 4 port internal |