Config.in.kernelversion.choice 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. choice
  4. prompt "Kernel Version"
  5. depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM && ADK_TARGET_KERNEL_CUSTOMISING
  6. default ADK_KERNEL_VERSION_3_14_4
  7. config ADK_KERNEL_VERSION_3_15_RC6
  8. prompt "3.15-rc6"
  9. boolean
  10. select ADK_KERNEL_VERSION_3_15
  11. config ADK_KERNEL_VERSION_3_14_4
  12. prompt "3.14.4"
  13. depends on !ADK_TARGET_SYSTEM_CUBOX_I
  14. boolean
  15. select ADK_KERNEL_VERSION_3_14
  16. config ADK_KERNEL_VERSION_3_12_20
  17. prompt "3.12.20"
  18. depends on !ADK_TARGET_SYSTEM_CUBOX_I
  19. boolean
  20. select ADK_KERNEL_VERSION_3_12
  21. config ADK_KERNEL_VERSION_3_10_40
  22. prompt "3.10.40"
  23. depends on !ADK_TARGET_SYSTEM_CUBOX_I
  24. boolean
  25. select ADK_KERNEL_VERSION_3_10
  26. config ADK_KERNEL_VERSION_3_10_30
  27. prompt "3.10.30"
  28. depends on ADK_TARGET_SYSTEM_CUBOX_I
  29. boolean
  30. select ADK_KERNEL_VERSION_3_10
  31. config ADK_KERNEL_VERSION_3_4_90
  32. prompt "3.4.90"
  33. depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI
  34. depends on !ADK_TARGET_SYSTEM_CUBOX_I
  35. boolean
  36. select ADK_KERNEL_VERSION_3_4
  37. endchoice