diff options
author | Wu Zhangjin <wuzhangjin@gmail.com> | 2009-07-02 11:26:08 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-17 14:07:47 -0400 |
commit | 8e4971175acc910eb4258df82a6bd8f2c4e4e5b5 (patch) | |
tree | 921d53308d0a8a8e9119ec6b262a01fe0ccd1fd5 /arch/mips/Kconfig | |
parent | 67b35e5d01aba7a83f2161b0c90acb08afa01e3e (diff) |
MIPS: Loongson: Change naming methods
To make source code of loongson sharable to the machines(such as gdium)
made by the other companies, we rename arch/mips/lemote to
arch/mips/loongson, asm/mach-lemote to asm/mach-loongson, and rename lm2e
to the name of the machine: fuloong-2e. accordingly, FULONG are renamed to
FULOONG2E to make it distinguishable to the future FULOONG2F. and also,
some other relative tuning is needed.
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index a383dac81018..3414e2301824 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -6,7 +6,7 @@ config MIPS | |||
6 | select HAVE_ARCH_KGDB | 6 | select HAVE_ARCH_KGDB |
7 | # Horrible source of confusion. Die, die, die ... | 7 | # Horrible source of confusion. Die, die, die ... |
8 | select EMBEDDED | 8 | select EMBEDDED |
9 | select RTC_LIB if !LEMOTE_FULONG | 9 | select RTC_LIB if !LEMOTE_FULOONG2E |
10 | 10 | ||
11 | mainmenu "Linux/MIPS Kernel Configuration" | 11 | mainmenu "Linux/MIPS Kernel Configuration" |
12 | 12 | ||
@@ -174,8 +174,8 @@ config LASAT | |||
174 | select SYS_SUPPORTS_64BIT_KERNEL if BROKEN | 174 | select SYS_SUPPORTS_64BIT_KERNEL if BROKEN |
175 | select SYS_SUPPORTS_LITTLE_ENDIAN | 175 | select SYS_SUPPORTS_LITTLE_ENDIAN |
176 | 176 | ||
177 | config LEMOTE_FULONG | 177 | config LEMOTE_FULOONG2E |
178 | bool "Lemote Fulong mini-PC" | 178 | bool "Lemote Fuloong2e mini-PC" |
179 | select ARCH_SPARSEMEM_ENABLE | 179 | select ARCH_SPARSEMEM_ENABLE |
180 | select CEVT_R4K | 180 | select CEVT_R4K |
181 | select CSRC_R4K | 181 | select CSRC_R4K |
@@ -196,7 +196,7 @@ config LEMOTE_FULONG | |||
196 | select GENERIC_ISA_DMA_SUPPORT_BROKEN | 196 | select GENERIC_ISA_DMA_SUPPORT_BROKEN |
197 | select CPU_HAS_WB | 197 | select CPU_HAS_WB |
198 | help | 198 | help |
199 | Lemote Fulong mini-PC board based on the Chinese Loongson-2E CPU and | 199 | Lemote Fuloong2e mini-PC board based on the Chinese Loongson-2E CPU and |
200 | an FPGA northbridge | 200 | an FPGA northbridge |
201 | 201 | ||
202 | config MIPS_MALTA | 202 | config MIPS_MALTA |