Skip to content

Commit

Permalink
tty: powerpc: remove SERIAL_ICOM dependency on PPC_ISERIES
Browse files Browse the repository at this point in the history
The PowerPC legacy iSeries platform is being removed so this is no
longer selectable.

Cc: Alan Cox <alan@linux.intel.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-serial@vger.kernel.org
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Stephen Rothwell authored and Benjamin Herrenschmidt committed Mar 8, 2012
1 parent b668089 commit c17a9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tty/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ config SERIAL_MPC52xx_CONSOLE_BAUD

config SERIAL_ICOM
tristate "IBM Multiport Serial Adapter"
depends on PCI && (PPC_ISERIES || PPC_PSERIES)
depends on PCI && PPC_PSERIES
select SERIAL_CORE
select FW_LOADER
help
Expand Down

0 comments on commit c17a9d4

Please sign in to comment.