summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/arch-variant-mips.kconfig2
-rw-r--r--kconfig/arch.kconfig20
2 files changed, 11 insertions, 11 deletions
diff --git a/kconfig/arch-variant-mips.kconfig b/kconfig/arch-variant-mips.kconfig
index 78e3ee0..cf312c4 100644
--- a/kconfig/arch-variant-mips.kconfig
+++ b/kconfig/arch-variant-mips.kconfig
@@ -23,7 +23,7 @@
################################################################################
choice
- prompt "Architecture variant"
+ prompt "MIPS architecture variant"
depends on EMBTK_ARCH_MIPS
default EMBTK_ARCH_MIPS_MIPS32_LITTLE
help
diff --git a/kconfig/arch.kconfig b/kconfig/arch.kconfig
index 25acab1..610b40e 100644
--- a/kconfig/arch.kconfig
+++ b/kconfig/arch.kconfig
@@ -34,16 +34,16 @@ choice
select EMBTK_32BITS_FS
config EMBTK_ARCH_MIPS
bool "MIPS"
- config EMBTK_ARCH_M68k
- bool "M68k (unsupported yet)"
- config EMBTK_ARCH_POWERPC
- bool "PowerPC (unsupported yet)"
- config EMBTK_ARCH_SUPERH
- bool "SuperH (unsupported yet)"
- config EMBTK_ARCH_X86
- bool "x86 (unsupported yet)"
- config EMBTK_ARCH_X86_64
- bool "x86_64 (unsupported yet)"
+# config EMBTK_ARCH_M68k
+# bool "M68k (unsupported yet)"
+# config EMBTK_ARCH_POWERPC
+# bool "PowerPC (unsupported yet)"
+# config EMBTK_ARCH_SUPERH
+# bool "SuperH (unsupported yet)"
+# config EMBTK_ARCH_X86
+# bool "x86 (unsupported yet)"
+# config EMBTK_ARCH_X86_64
+# bool "x86_64 (unsupported yet)"
endchoice
config EMBTK_TARGET_ARCH_64BITS