summaryrefslogtreecommitdiffstats
path: root/arch/mips/config.in
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-04-01 03:22:49 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-04-01 03:22:49 +0000
commit1778efcf9088e8669db1012dbd40fefc9a2bf5bf (patch)
tree352e470581341e11a395486740c8308aca36b96d /arch/mips/config.in
parent06b423060071b0e4f3b0cd4fd4b1e6985a9a8e9a (diff)
Frame buffer for the TX3912.
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r--arch/mips/config.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in
index 1c8b34e0f..566c5990c 100644
--- a/arch/mips/config.in
+++ b/arch/mips/config.in
@@ -429,13 +429,12 @@ source fs/Config.in
if [ "$CONFIG_VT" = "y" ]; then
mainmenu_option next_comment
-
comment 'Console drivers'
- if [ "$CONFIG_DECSTATION" != "y" ]; then
- bool 'VGA text console' CONFIG_VGA_CONSOLE
- fi
- bool 'Support for frame buffer devices' CONFIG_FB
+ bool 'VGA text console' CONFIG_VGA_CONSOLE
+ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+ tristate 'MDA text console (dual-headed) (EXPERIMENTAL)' CONFIG_MDA_CONSOLE
source drivers/video/Config.in
+ fi
endmenu
fi