summaryrefslogtreecommitdiffstats
path: root/arch/mips/config.in
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-04-19 21:05:18 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-04-19 21:05:18 +0000
commit0c45f867c722f8ff28ccaaae0e7c68e48c02ecda (patch)
tree5e2c5830cd742f59543bce8258bea9476d3f4f6a /arch/mips/config.in
parentcb1f19d8abadd642eab5aa6e454a92363cd187c1 (diff)
MIPS time code rewrite.
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r--arch/mips/config.in19
1 files changed, 18 insertions, 1 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in
index 566c5990c..9b70f1f2e 100644
--- a/arch/mips/config.in
+++ b/arch/mips/config.in
@@ -92,10 +92,12 @@ if [ "$CONFIG_MIPS_EV64120" = "y" ]; then
define_bool CONFIG_PCI y
define_bool CONFIG_ISA n
define_bool CONFIG_MIPS_GT64120 y
+ define_bool CONFIG_OLD_TIME_C y
fi
if [ "$CONFIG_ALGOR_P4032" = "y" ]; then
define_bool CONFIG_PCI y
+ define_bool CONFIG_OLD_TIME_C y
fi
if [ "$CONFIG_MIPS_MAGNUM_4000" = "y" -o \
"$CONFIG_OLIVETTI_M700" = "y" ]; then
@@ -106,6 +108,7 @@ if [ "$CONFIG_MIPS_MAGNUM_4000" = "y" -o \
define_bool CONFIG_FB_G364 y
define_bool CONFIG_MIPS_JAZZ y
define_bool CONFIG_PC_KEYB y
+ define_bool CONFIG_OLD_TIME_C y
fi
if [ "$CONFIG_ACER_PICA_61" = "y" ]; then
define_bool CONFIG_ARC32 y
@@ -114,6 +117,7 @@ if [ "$CONFIG_ACER_PICA_61" = "y" ]; then
define_bool CONFIG_MIPS_JAZZ y
define_bool CONFIG_PC_KEYB y
define_bool CONFIG_ROTTEN_IRQ y
+ define_bool CONFIG_OLD_TIME_C y
fi
if [ "$CONFIG_MIPS_ATLAS" = "y" ]; then
define_bool CONFIG_PCI y
@@ -129,12 +133,14 @@ if [ "$CONFIG_MOMENCO_OCELOT" = "y" ]; then
define_bool CONFIG_PCI y
define_bool CONFIG_SYSCLK_100 y
define_bool CONFIG_SWAP_IO_SPACE y
+ define_bool CONFIG_OLD_TIME_C y
fi
if [ "$CONFIG_SGI_IP22" = "y" ]; then
define_bool CONFIG_ARC32 y
define_bool CONFIG_BOARD_SCACHE y
define_bool CONFIG_PC_KEYB y
define_bool CONFIG_SGI y
+ define_bool CONFIG_OLD_TIME_C y
fi
if [ "$CONFIG_SNI_RM200_PCI" = "y" ]; then
define_bool CONFIG_ARC32 y
@@ -143,14 +149,25 @@ if [ "$CONFIG_SNI_RM200_PCI" = "y" ]; then
define_bool CONFIG_PC_KEYB y
define_bool CONFIG_PCI y
define_bool CONFIG_ROTTEN_IRQ y
+ define_bool CONFIG_OLD_TIME_C y
fi
-if [ "$CONFIG_DDB5074" = "y" -o "$CONFIG_DDB5476" = "y" ]; then
+if [ "$CONFIG_DDB5074" = "y"]; then
define_bool CONFIG_I8259 y
define_bool CONFIG_ISA y
define_bool CONFIG_PCI y
define_bool CONFIG_PC_KEYB y
define_bool CONFIG_ROTTEN_IRQ y
define_bool CONFIG_HAVE_STD_PC_SERIAL_PORT y
+ define_bool CONFIG_OLD_TIME_C y
+fi
+if [ "$CONFIG_DDB5476" = "y" ]; then
+ define_bool CONFIG_I8259 y
+ define_bool CONFIG_ISA y
+ define_bool CONFIG_PCI y
+ define_bool CONFIG_PC_KEYB y
+ define_bool CONFIG_ROTTEN_IRQ y
+ define_bool CONFIG_HAVE_STD_PC_SERIAL_PORT y
+ define_bool CONFIG_NEW_TIME_C y
fi
if [ "$CONFIG_MIPS_ITE8172" = "y" ]; then
define_bool CONFIG_PCI y