[PATCH *-mm] Serial disable jsm in ppc64 defconfig

From: Paul Jackson
Date: Sat Oct 22 2005 - 19:26:21 EST


Changes to the serial driver to remove flip buffers have broken the
serial jsm driver. It doesn't even compile anymore. The jsm driver
was enabled in only one defconfig - ppc64. In order to keep defconfigs
building, disable CONFIG_SERIAL_JSM for the time being.

Signed-off-by: Paul Jackson <pj@xxxxxxx>

---

arch/ppc64/defconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

--- 2.6.14-rc4-mm1.orig/arch/ppc64/defconfig 2005-10-22 16:52:34.000000000 -0700
+++ 2.6.14-rc4-mm1/arch/ppc64/defconfig 2005-10-22 16:53:46.000000000 -0700
@@ -824,7 +824,7 @@ CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_PMACZILOG is not set
CONFIG_SERIAL_ICOM=m
-CONFIG_SERIAL_JSM=m
+# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256

--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@xxxxxxx> 1.650.933.1373, 1.925.600.0401
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/