summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-07-18 12:03:43 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-07-18 12:03:43 +0200
commit7fa3cdf7ce1132d69e209f289b390fe4f0afad53 (patch)
treeb6919f1f2be6547824da897dbffaaa03e22a6431
parent8d88e05806bd6b7ef365297dc78f09b9a27d20f2 (diff)
downloadembtoolkit-7fa3cdf7ce1132d69e209f289b390fe4f0afad53.tar.gz
embtoolkit-7fa3cdf7ce1132d69e209f289b390fe4f0afad53.tar.bz2
embtoolkit-7fa3cdf7ce1132d69e209f289b390fe4f0afad53.tar.xz
Embtk: document unsupported architecture
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-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