summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-05-18 18:21:30 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-05-18 18:21:30 +0200
commit41fde0a56ac92a1fa6fe7f0587fed87e3bc218ac (patch)
tree7dbcd6bb94de07d322a8678a210e2931e9cf18bd
parent0950409b45f581d6bedd354d0bf4d9957e446709 (diff)
make kernelconfig invisible when defconfig is choosen
-rw-r--r--Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index 9e99e5c21..a91e5e7c6 100644
--- a/Config.in
+++ b/Config.in
@@ -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