From 0208fdb15b83e4aaad12ee71695adb88229efab3 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Sat, 18 Jan 2014 19:12:56 +0400 Subject: MIPS: mach-loongson: add loongson-ls1b board Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- arch/mips/mach-loongson/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'arch/mips/mach-loongson') diff --git a/arch/mips/mach-loongson/Kconfig b/arch/mips/mach-loongson/Kconfig index b5942886a3..9db96070b9 100644 --- a/arch/mips/mach-loongson/Kconfig +++ b/arch/mips/mach-loongson/Kconfig @@ -4,4 +4,16 @@ config ARCH_TEXT_BASE hex default 0xa0800000 +choice + prompt "Board type" + +config BOARD_LOONGSON_TECH_LS1B + bool "Loongson Tech. LS1B demo board" + select SYS_HAS_CPU_LOONGSON1B + select SYS_SUPPORTS_32BIT_KERNEL + select SYS_SUPPORTS_LITTLE_ENDIAN + select CSRC_R4K_LIB + +endchoice + endif -- cgit v1.2.3