summaryrefslogtreecommitdiff
path: root/core/kconfig/arch
diff options
context:
space:
mode:
Diffstat (limited to 'core/kconfig/arch')
-rw-r--r--core/kconfig/arch/mips/mips.kconfig12
1 files changed, 11 insertions, 1 deletions
diff --git a/core/kconfig/arch/mips/mips.kconfig b/core/kconfig/arch/mips/mips.kconfig
index 5857247..b0d539c 100644
--- a/core/kconfig/arch/mips/mips.kconfig
+++ b/core/kconfig/arch/mips/mips.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2009-2011 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2009-2014 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -89,6 +89,16 @@ choice
bool "Octeon"
select EMBTK_TARGET_ARCH_64BITS
select KEMBTK_UCLIBC_CONFIG_MIPS_ISA_MIPS64 if EMBTK_CLIB_UCLIBC
+
+ config EMBTK_ARCH_MIPS_OCTEON_PLUS
+ bool "Octeon+"
+ select EMBTK_TARGET_ARCH_64BITS
+ select KEMBTK_UCLIBC_CONFIG_MIPS_ISA_MIPS64 if EMBTK_CLIB_UCLIBC
+
+ config EMBTK_ARCH_MIPS_OCTEON2
+ bool "Octeon2"
+ select EMBTK_TARGET_ARCH_64BITS
+ select KEMBTK_UCLIBC_CONFIG_MIPS_ISA_MIPS64 if EMBTK_CLIB_UCLIBC
endchoice
choice