[Buildroot] [PATCH 4/7] MIPS: add optional MSA support for M5101 core

Vicente Olivert Riera Vincent.Riera at imgtec.com
Sun Oct 16 17:05:19 UTC 2016


Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
---
 arch/Config.in.mips | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/Config.in.mips b/arch/Config.in.mips
index b7bb48c..4122365 100644
--- a/arch/Config.in.mips
+++ b/arch/Config.in.mips
@@ -64,6 +64,7 @@ config BR2_mips_m5101
 	bool "M5101"
 	depends on !BR2_ARCH_IS_64
 	select BR2_MIPS_CPU_MIPS32R5
+	select BR2_MIPS_CPU_MAYBE_HAS_MSA
 config BR2_mips_p5600
 	bool "P5600"
 	depends on !BR2_ARCH_IS_64
-- 
2.10.0




More information about the buildroot mailing list