summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/setup.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-06-10 16:57:40 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-06-10 16:57:40 +0000
commitaf8dbee9b9ff6357b93e280ab73ed8ab62235561 (patch)
tree525e62ce5e6900258cef534602a147170009e499 /arch/mips/kernel/setup.c
parentbab55aba4508695975375a8bedca01bc854d2d25 (diff)
Add support for DDB5477.
Diffstat (limited to 'arch/mips/kernel/setup.c')
-rw-r--r--arch/mips/kernel/setup.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c
index ce3016c55..61715e9e3 100644
--- a/arch/mips/kernel/setup.c
+++ b/arch/mips/kernel/setup.c
@@ -592,6 +592,11 @@ void __init setup_arch(char **cmdline_p)
ddb_setup();
break;
#endif
+#ifdef CONFIG_DDB5477
+ case MACH_GROUP_NEC_DDB:
+ ddb_setup();
+ break;
+#endif
#ifdef CONFIG_MIPS_EV96100
case MACH_GROUP_GALILEO:
ev96100_setup();