aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2009-11-10 05:43:43 +0100
committerWilly Tarreau <w@1wt.eu>2009-11-10 05:44:43 +0100
commite68fabe604752a3dc24d1ed13b82a74e99a63c9b (patch)
treebb0e898196e463ba469834647d9a5c185ed73e77
parentc296c56a03b2629b05bbe21cd5d4a0bb750d812c (diff)
downloadlinux-2.4-e68fabe604752a3dc24d1ed13b82a74e99a63c9b.tar.gz
tty: also mark the a2232 driver as broken
As reported by Thomas Bork, commit da5456b680c407bb944af5b5c9d22bffdac68a64 failed to properly mark the A2232 driver as broken. Signed-off-by: Willy Tarreau <w@1wt.eu>
-rw-r--r--drivers/char/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/char/Config.in b/drivers/char/Config.in
index ba5a6a45a6021a..6c88447730d655 100644
--- a/drivers/char/Config.in
+++ b/drivers/char/Config.in
@@ -135,7 +135,8 @@ if [ "$CONFIG_SERIAL_NONSTANDARD" = "y" ]; then
fi
fi
if [ "$CONFIG_EXPERIMENTAL" = "y" -a "$CONFIG_ZORRO" = "y" ]; then
- dep_tristate 'Commodore A2232 serial support (EXPERIMENTAL)' CONFIG_A2232 $CONFIG_BROKEN
+ bool ' Enable broken drivers for Commodore cards (may randomly crash)' CONFIG_A2232_BROKEN
+ dep_tristate 'Commodore A2232 serial support (broken) (EXPERIMENTAL)' CONFIG_A2232 $CONFIG_A2232_BROKEN
fi
if [ "$CONFIG_FOOTBRIDGE" = "y" ]; then
bool 'DC21285 serial port support' CONFIG_SERIAL_21285