diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2005-02-02 15:36:21 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:21 -0400 |
commit | b6d468ec2db51768a456a894105a96f4ad8a346a (patch) | |
tree | aa47dcea56edd42ae78e1d3da2b361af9fba1b95 /arch/mips/Kconfig | |
parent | 304429915dad26ccf212d63ea1f18be36e3188e2 (diff) |
Reenable EARLY_PRINTK for the DECstation.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 4cd724c05700..a3ad171874c9 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -210,6 +210,7 @@ config MACH_DECSTATION | |||
210 | bool "Support for DECstations" | 210 | bool "Support for DECstations" |
211 | select BOOT_ELF32 | 211 | select BOOT_ELF32 |
212 | select DMA_NONCOHERENT | 212 | select DMA_NONCOHERENT |
213 | select EARLY_PRINTK | ||
213 | select IRQ_CPU | 214 | select IRQ_CPU |
214 | select SYS_SUPPORTS_32BIT_KERNEL | 215 | select SYS_SUPPORTS_32BIT_KERNEL |
215 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL | 216 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL |