1
0
Преглед на файлове

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.
 # material, please see the LICENCE file in the top-level directory.
 
 
 choice 
 choice 
-prompt "Kernel configuration"
+prompt "Kernel configuration" if !ADK_TARGET_CHOOSE_ARCH
 
 
 config ADK_TARGET_KERNEL_USE_MINICONFIG
 config ADK_TARGET_KERNEL_USE_MINICONFIG
 	bool "Use mini.config from OpenADK"
 	bool "Use mini.config from OpenADK"