diff options
author | Andrew Morton <akpm@osdl.org> | 2006-01-09 23:54:09 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 11:01:57 -0500 |
commit | 6ed80991a2dce4afc113be35089c564d62fa1f11 (patch) | |
tree | 6f32c700264e779683d0aee7b2e8b7ddc13210a1 /drivers | |
parent | 7e91c55b32a469d9dda845a90038c015a70838e3 (diff) |
[PATCH] tty-layer-buffering-revamp: jsm is broken
Looks like JSM will be uncompilable after the TTY layer rework is merged into
Linus's post-2.6.15 tree.
It was complex to fix - the maintainers were notified in September.
Cc: Wendy Xiong <wendyx@us.ltcfwd.linux.ibm.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-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 1bae26a8a503..698cb76819d9 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -860,7 +860,7 @@ config SERIAL_VR41XX_CONSOLE | |||
860 | 860 | ||
861 | config SERIAL_JSM | 861 | config SERIAL_JSM |
862 | tristate "Digi International NEO PCI Support" | 862 | tristate "Digi International NEO PCI Support" |
863 | depends on PCI | 863 | depends on PCI && BROKEN |
864 | select SERIAL_CORE | 864 | select SERIAL_CORE |
865 | help | 865 | help |
866 | This is a driver for Digi International's Neo series | 866 | This is a driver for Digi International's Neo series |