diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2007-09-05 02:58:26 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-11 18:46:05 -0400 |
commit | df78b5c8faa72b3c04f82faab126de93af178348 (patch) | |
tree | 769f342740526699d116b7a89bd0dba34b381845 /arch/mips/Kconfig | |
parent | cc6e8e0812cf95aea397c457ff48de2ac069614f (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/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 90b409d06153..4863494bac9f 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -688,6 +688,9 @@ config ARCH_MAY_HAVE_PC_FDC | |||
688 | config BOOT_RAW | 688 | config BOOT_RAW |
689 | bool | 689 | bool |
690 | 690 | ||
691 | config CFE | ||
692 | bool | ||
693 | |||
691 | config DMA_COHERENT | 694 | config DMA_COHERENT |
692 | bool | 695 | bool |
693 | 696 | ||