summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfig/toolchain.kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/kconfig/toolchain.kconfig b/kconfig/toolchain.kconfig
index 4e1720b..49469d2 100644
--- a/kconfig/toolchain.kconfig
+++ b/kconfig/toolchain.kconfig
@@ -72,6 +72,7 @@ choice
config EMBTK_LLVM_ONLY_TOOLCHAIN
bool "clang/llvm only (experimental)"
+ depends on EMBTK_ARCH_ARM
help
Choose this configuration if you want to use only clang/llvm
cross compiler environment.
@@ -82,6 +83,7 @@ choice
config EMBTK_GCC_AND_LLVM_TOOLCHAIN
bool "clang/llvm and GCC"
+ depends on EMBTK_ARCH_ARM
help
With this configuration you will have full clang/llvm and GGC
built and available to build your userspace packages.