summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-loongson/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/mach-loongson/Kconfig')
-rw-r--r--arch/mips/mach-loongson/Kconfig12
1 files changed, 12 insertions, 0 deletions
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