diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-06-21 20:15:52 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 21:46:31 -0400 |
commit | 145d01e4287b8cbf50f87c3283e33bf5c84e8468 (patch) | |
tree | 368786294f6cf7b8b909aceaac8cc4d90be2ab7d /drivers/serial/Kconfig | |
parent | 7f74e79fe749da035cc150446f02aec29938a5c8 (diff) |
[PATCH] ppc64 iSeries: allow build with no PCI
This patch allows iSeries to build with CONFIG_PCI=n. This is useful for
partitions that have only virtual I/O.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 6e44b46c9e9d..6a15703f1cb9 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -753,7 +753,7 @@ config SERIAL_MPC52xx_CONSOLE_BAUD | |||
753 | 753 | ||
754 | config SERIAL_ICOM | 754 | config SERIAL_ICOM |
755 | tristate "IBM Multiport Serial Adapter" | 755 | tristate "IBM Multiport Serial Adapter" |
756 | depends on PPC_ISERIES || PPC_PSERIES | 756 | depends on PCI && (PPC_ISERIES || PPC_PSERIES) |
757 | select SERIAL_CORE | 757 | select SERIAL_CORE |
758 | help | 758 | help |
759 | This driver is for a family of multiport serial adapters | 759 | This driver is for a family of multiport serial adapters |