Browse Source

Config.in: show kernel configuration menu only if ADK_TARGET_KERNEL_CUSTOMISING is set

Phil Sutter 9 năm trước cách đây
mục cha
commit
f2179916b5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Config.in

+ 1 - 1
Config.in

@@ -102,7 +102,7 @@ source "target/config/Config.in.runtime"
 endmenu
 
 menu "Kernel configuration"
-	visible if !ADK_CHOOSE_APPLIANCE
+	visible if !ADK_CHOOSE_APPLIANCE && ADK_TARGET_KERNEL_CUSTOMISING
 source "target/linux/Config.in"
 endmenu