Forráskód Böngészése

hide kernel configuration if no arch is choosen

Waldemar Brodkorb 8 éve
szülő
commit
061e239cbf
1 módosított fájl, 1 hozzáadás és 1 törlés
  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"