diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-04-01 03:22:49 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-04-01 03:22:49 +0000 |
commit | 1778efcf9088e8669db1012dbd40fefc9a2bf5bf (patch) | |
tree | 352e470581341e11a395486740c8308aca36b96d /arch | |
parent | 06b423060071b0e4f3b0cd4fd4b1e6985a9a8e9a (diff) |
Frame buffer for the TX3912.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/config.in | 9 | ||||
-rw-r--r-- | arch/mips/defconfig | 2 | ||||
-rw-r--r-- | arch/mips/defconfig-ddb5476 | 2 | ||||
-rw-r--r-- | arch/mips/defconfig-ip22 | 2 | ||||
-rw-r--r-- | arch/mips/defconfig-rm200 | 2 |
5 files changed, 8 insertions, 9 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 diff --git a/arch/mips/defconfig b/arch/mips/defconfig index 7a46c4a4f..76a818766 100644 --- a/arch/mips/defconfig +++ b/arch/mips/defconfig @@ -413,7 +413,7 @@ CONFIG_SGI_PARTITION=y # Console drivers # # CONFIG_VGA_CONSOLE is not set -# CONFIG_FB is not set +# CONFIG_MDA_CONSOLE is not set # # Frame-buffer support diff --git a/arch/mips/defconfig-ddb5476 b/arch/mips/defconfig-ddb5476 index f4d7d359d..381e1871d 100644 --- a/arch/mips/defconfig-ddb5476 +++ b/arch/mips/defconfig-ddb5476 @@ -501,7 +501,7 @@ CONFIG_MSDOS_PARTITION=y # Console drivers # # CONFIG_VGA_CONSOLE is not set -CONFIG_FB=y +# CONFIG_MDA_CONSOLE is not set # # Frame-buffer support diff --git a/arch/mips/defconfig-ip22 b/arch/mips/defconfig-ip22 index 7a46c4a4f..76a818766 100644 --- a/arch/mips/defconfig-ip22 +++ b/arch/mips/defconfig-ip22 @@ -413,7 +413,7 @@ CONFIG_SGI_PARTITION=y # Console drivers # # CONFIG_VGA_CONSOLE is not set -# CONFIG_FB is not set +# CONFIG_MDA_CONSOLE is not set # # Frame-buffer support diff --git a/arch/mips/defconfig-rm200 b/arch/mips/defconfig-rm200 index d5d46e8f6..d20733716 100644 --- a/arch/mips/defconfig-rm200 +++ b/arch/mips/defconfig-rm200 @@ -363,7 +363,7 @@ CONFIG_SGI_PARTITION=y # Console drivers # CONFIG_VGA_CONSOLE=y -# CONFIG_FB is not set +# CONFIG_MDA_CONSOLE is not set # # Frame-buffer support |