aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2007-09-25 09:41:24 -0400
committerRalf Baechle <ralf@linux-mips.org>2007-10-11 18:46:06 -0400
commit25e5fb97419f73d39b37e9f73f9492c394de07b2 (patch)
tree42d3ced7426d396fef5a52bc69c20eb4092babf6 /arch/mips/Kconfig
parent2f56cfdd812a17623483d3dfa3370a2e6282b245 (diff)
[MIPS] Add CFE support to BCM47XX
Add CFE support to the BCM47XX code. That includes querying CFE environment variables as well as using CFE to print messages before the serial port is initialized (early printk). Signed-off-by: Aurelien Jarno <aurel32@farad.aurel32.net> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 4863494bac9f..371434dd744c 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -55,6 +55,8 @@ config BCM47XX
55 select SSB 55 select SSB
56 select SSB_DRIVER_MIPS 56 select SSB_DRIVER_MIPS
57 select GENERIC_GPIO 57 select GENERIC_GPIO
58 select SYS_HAS_EARLY_PRINTK
59 select CFE
58 help 60 help
59 Support for BCM47XX based boards 61 Support for BCM47XX based boards
60 62