From 087947e74fc701f90778f4beab36c9580b1698df Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 4 May 2014 21:44:38 +0200 Subject: Toolchain: MIPS: add octeon+ and octeon2 Signed-off-by: Abdoulaye Walsimou Gaye --- core/kconfig/arch/mips/mips.kconfig | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'core/kconfig') 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 -- cgit v1.2.3