diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-03-16 12:52:32 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-03-16 12:52:32 +0000 |
commit | 851076b71233028f17a395f19821abdc46a34715 (patch) | |
tree | bdb6e4510cef9a33c57749ca174c49e087e99150 /arch/mips/kernel/setup.c | |
parent | dc2e1a589aa53a62f60136a4eb727fa770d2e02e (diff) |
More loose bits (grrr) ...
Diffstat (limited to 'arch/mips/kernel/setup.c')
-rw-r--r-- | arch/mips/kernel/setup.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c index 8815cbb20..04f2ee113 100644 --- a/arch/mips/kernel/setup.c +++ b/arch/mips/kernel/setup.c @@ -548,11 +548,12 @@ void __init setup_arch(char **cmdline_p) ev64120_setup(); break; #endif -#ifdef CONFIG_MIPS_ITE8172 +#if defined(CONFIG_MIPS_IVR) || defined(CONFIG_MIPS_ITE8172) case MACH_GROUP_ITE: + case MACH_GROUP_GLOBESPAN: it8172_setup(); break; -#endif +#endif #ifdef CONFIG_NINO case MACH_GROUP_PHILIPS: nino_setup(); |