瀏覽代碼

hide kernel configuration if no arch is choosen

Waldemar Brodkorb 8 年之前
父節點
當前提交
061e239cbf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target/config/Config.in.kernelcfg

+ 1 - 1
target/config/Config.in.kernelcfg

@@ -2,7 +2,7 @@
 # material, please see the LICENCE file in the top-level directory.
 
 choice 
-prompt "Kernel configuration"
+prompt "Kernel configuration" if !ADK_TARGET_CHOOSE_ARCH
 
 config ADK_TARGET_KERNEL_USE_MINICONFIG
 	bool "Use mini.config from OpenADK"