From 68d0cfd0e070b680ab666f24070ba9b38f448624 Mon Sep 17 00:00:00 2001 From: Andrew Wygle Date: Fri, 2 Jun 2017 13:06:29 -0700 Subject: Added MSP430 architecture support. Signed-off-by: Andrew Wygle --- config/target.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config/target.in') diff --git a/config/target.in b/config/target.in index 7e4e837a..2ce8aa3f 100644 --- a/config/target.in +++ b/config/target.in @@ -132,6 +132,9 @@ config ARCH_ENDIAN config ARCH_SUPPORTS_8 bool +config ARCH_SUPPORTS_16 + bool + config ARCH_SUPPORTS_32 bool @@ -165,6 +168,11 @@ config ARCH_8 prompt "8-bit" depends on ARCH_SUPPORTS_8 +config ARCH_16 + bool + prompt "16-bit" + depends on ARCH_SUPPORTS_16 + config ARCH_32 bool prompt "32-bit" -- cgit v1.2.3