diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2012-03-07 13:39:31 -0500 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-03-08 18:35:19 -0500 |
commit | c17a9d4c8495c3a8e724cc846240c46f660a726c (patch) | |
tree | 005b4e4e1238a35d84c1b8f754efec4ecf00b9b1 /drivers/tty/serial/Kconfig | |
parent | b66808910dc76150acc81ebf443f401812442bbf (diff) |
tty: powerpc: remove SERIAL_ICOM dependency on PPC_ISERIES
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>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r-- | drivers/tty/serial/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 2de99248dfa..59e7983cbc8 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig | |||
@@ -853,7 +853,7 @@ config SERIAL_MPC52xx_CONSOLE_BAUD | |||
853 | 853 | ||
854 | config SERIAL_ICOM | 854 | config SERIAL_ICOM |
855 | tristate "IBM Multiport Serial Adapter" | 855 | tristate "IBM Multiport Serial Adapter" |
856 | depends on PCI && (PPC_ISERIES || PPC_PSERIES) | 856 | depends on PCI && PPC_PSERIES |
857 | select SERIAL_CORE | 857 | select SERIAL_CORE |
858 | select FW_LOADER | 858 | select FW_LOADER |
859 | help | 859 | help |