Browse Source

make kernelconfig invisible when defconfig is choosen

Waldemar Brodkorb 8 years ago
parent
commit
41fde0a56a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Config.in

+ 2 - 2
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