summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfig/arch.kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/kconfig/arch.kconfig b/kconfig/arch.kconfig
index 1a8f42c..3a1381b 100644
--- a/kconfig/arch.kconfig
+++ b/kconfig/arch.kconfig
@@ -34,15 +34,15 @@ choice
config EMBTK_ARCH_MIPS
bool "MIPS"
config EMBTK_ARCH_M68k
- bool "M68k"
+ bool "M68k (unsupported yet)"
config EMBTK_ARCH_POWERPC
- bool "PowerPC"
+ bool "PowerPC (unsupported yet)"
config EMBTK_ARCH_SUPERH
- bool "SuperH"
+ bool "SuperH (unsupported yet)"
config EMBTK_ARCH_X86
- bool "x86"
+ bool "x86 (unsupported yet)"
config EMBTK_ARCH_X86_64
- bool "x86_64"
+ bool "x86_64 (unsupported yet)"
endchoice
config EMBTK_TARGET_ARCH_64BITS