소스 검색

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"