diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-05-18 18:21:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-05-18 18:21:30 +0200 |
commit | 41fde0a56ac92a1fa6fe7f0587fed87e3bc218ac (patch) | |
tree | 7dbcd6bb94de07d322a8678a210e2931e9cf18bd | |
parent | 0950409b45f581d6bedd354d0bf4d9957e446709 (diff) |
make kernelconfig invisible when defconfig is choosen
-rw-r--r-- | Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,10 +47,10 @@ source "target/config/Config.in.runtime" endmenu source "target/config/Config.in.kernelversion" +source "target/config/Config.in.kernelcfg" menu "Kernel configuration" - visible if ADK_TARGET_OS_LINUX && ADK_TARGET_KERNEL_CUSTOMISING && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH -source "target/config/Config.in.kernelcfg" + visible if ADK_TARGET_OS_LINUX && ADK_TARGET_KERNEL_CUSTOMISING && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH && !ADK_TARGET_KERNEL_USE_DEFCONFIG source "target/linux/Config.in" endmenu |