aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sibyte/Kconfig
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2007-09-05 02:58:26 -0400
committerRalf Baechle <ralf@linux-mips.org>2007-10-11 18:46:05 -0400
commitdf78b5c8faa72b3c04f82faab126de93af178348 (patch)
tree769f342740526699d116b7a89bd0dba34b381845 /arch/mips/sibyte/Kconfig
parentcc6e8e0812cf95aea397c457ff48de2ac069614f (diff)
[MIPS] Move CFE code into arch/mips/fw/cfe
Move the platform independent part of the CFE code to arch/mips/fw/cfe from arch/mips/sibyte/cfe. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sibyte/Kconfig')
-rw-r--r--arch/mips/sibyte/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/sibyte/Kconfig b/arch/mips/sibyte/Kconfig
index fdd7bd98fb44..841b301c99f0 100644
--- a/arch/mips/sibyte/Kconfig
+++ b/arch/mips/sibyte/Kconfig
@@ -124,6 +124,7 @@ config SB1_CERR_STALL
124config SIBYTE_CFE 124config SIBYTE_CFE
125 bool "Booting from CFE" 125 bool "Booting from CFE"
126 depends on SIBYTE_SB1xxx_SOC 126 depends on SIBYTE_SB1xxx_SOC
127 select CFE
127 select SYS_HAS_EARLY_PRINTK 128 select SYS_HAS_EARLY_PRINTK
128 help 129 help
129 Make use of the CFE API for enumerating available memory, 130 Make use of the CFE API for enumerating available memory,