diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-05-18 18:31:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-05-18 18:31:48 +0200 |
commit | 061e239cbfa796c884c6689407800945f79a0fa0 (patch) | |
tree | d8034600dceba6c356793866119ddf130ed34bb6 | |
parent | 3a4da84f90b1357ab2b6db78d0ca514944089645 (diff) |
hide kernel configuration if no arch is choosen
-rw-r--r-- | target/config/Config.in.kernelcfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.kernelcfg b/target/config/Config.in.kernelcfg index fbbae555d..c1e562f7b 100644 --- a/target/config/Config.in.kernelcfg +++ b/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" |