From a3528064bce19b3bbc9c5dff3b67c2f5f0ddd1b1 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Sat, 18 Jan 2014 19:12:51 +0400 Subject: MIPS: add initial Loongson-based boards support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Loongson (simplified Chinese: 龙芯; pinyin: Lóngxīn; literally: "Dragon Core") is a family of general-purpose MIPS CPUs developed at the Institute of Computing Technology (ICT), Chinese Academy of Sciences (CAS) in the People's Republic of China. See http://en.wikipedia.org/wiki/Loongson for details. Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- arch/mips/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/mips/Kconfig') diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index ca240d2f57..8cea076d4a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -63,6 +63,9 @@ config MACH_MIPS_BCM47XX select SYS_SUPPORTS_LITTLE_ENDIAN select HAS_DEBUG_LL +config MACH_MIPS_LOONGSON + bool "Loongson-based boards" + config MACH_MIPS_XBURST bool "Ingenic XBurst-based boards" select SYS_HAS_CPU_MIPS32_R1 @@ -78,6 +81,7 @@ endchoice source arch/mips/mach-malta/Kconfig source arch/mips/mach-ar231x/Kconfig source arch/mips/mach-bcm47xx/Kconfig +source arch/mips/mach-loongson/Kconfig source arch/mips/mach-xburst/Kconfig endmenu -- cgit v1.2.3