summaryrefslogtreecommitdiffstats
path: root/arch/mips/config.in
diff options
context:
space:
mode:
authorKeith M Wesolowski <wesolows@foobazco.org>2000-08-01 04:24:49 +0000
committerKeith M Wesolowski <wesolows@foobazco.org>2000-08-01 04:24:49 +0000
commitf7bbf9552e93a3fa9e5aa7c5cfed458b77b37695 (patch)
tree137da613a3a73d0c311fbcc3210f51c6f15c1ae4 /arch/mips/config.in
parent7f78cc6fbe77afbbd4c84f2c8fab9c92f58b1976 (diff)
ARC console is not just for IP22.
Timer dead code cleanup.
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r--arch/mips/config.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in
index e546eb5c2..8126ff15b 100644
--- a/arch/mips/config.in
+++ b/arch/mips/config.in
@@ -151,6 +151,10 @@ if [ "$CONFIG_CPU_LITTLE_ENDIAN" = "n" ]; then
bool 'Include forward keyboard' CONFIG_FORWARD_KEYBOARD
fi
+if [ "$CONFIG_ARC32" = "y" ]; then
+ bool 'ARC console support' CONFIG_ARC_CONSOLE
+fi
+
define_bool CONFIG_BINFMT_AOUT n
define_bool CONFIG_BINFMT_ELF y
tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
@@ -337,7 +341,6 @@ if [ "$CONFIG_SGI_IP22" = "y" ]; then
else
define_bool CONFIG_FONT_8x16 y
fi
- bool 'SGI PROM Console Support' CONFIG_SGI_PROM_CONSOLE
fi
bool 'PS/2 mouse support' CONFIG_PSMOUSE
if [ "$CONFIG_PSMOUSE" != "n" ]; then