summaryrefslogtreecommitdiff
path: root/core/kconfig/arch
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-05-04 21:44:38 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-05-04 22:56:43 +0200
commit087947e74fc701f90778f4beab36c9580b1698df (patch)
treec986674569f8b8e946890d3a58b67c61731da137 /core/kconfig/arch
parent056bf55dabe00a2955d830060a2ad37593cd4546 (diff)
downloadembtoolkit-087947e74fc701f90778f4beab36c9580b1698df.tar.gz
embtoolkit-087947e74fc701f90778f4beab36c9580b1698df.tar.bz2
embtoolkit-087947e74fc701f90778f4beab36c9580b1698df.tar.xz
Toolchain: MIPS: add octeon+ and octeon2
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
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