Browse Source

add choice of kernel version under Target configuration

Waldemar Brodkorb 9 years ago
parent
commit
6a5d105827
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Config.in

+ 1 - 1
Config.in

@@ -23,10 +23,10 @@ source "target/config/Config.in.arm"
 source "target/config/Config.in.x86"
 source "target/config/Config.in.qemu"
 source "target/config/Config.in.qemuopts"
-source "target/config/Config.in.kernelversion"
 
 menu "Target configuration"
 depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM
+source "target/config/Config.in.kernelversion"
 source "target/config/Config.in.libc"
 source "target/config/Config.in.target"
 endmenu