diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2007-09-25 15:41:24 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-11 23:46:06 +0100 |
commit | 25e5fb97419f73d39b37e9f73f9492c394de07b2 (patch) | |
tree | 42d3ced7426d396fef5a52bc69c20eb4092babf6 /arch/mips/Kconfig | |
parent | 2f56cfdd812a17623483d3dfa3370a2e6282b245 (diff) | |
download | linux-25e5fb97419f73d39b37e9f73f9492c394de07b2.tar.bz2 |
[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/Kconfig | 2 |
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 select SSB select SSB_DRIVER_MIPS select GENERIC_GPIO + select SYS_HAS_EARLY_PRINTK + select CFE help Support for BCM47XX based boards |