Config.in.kernelversion.choice 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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_RC7
  8. prompt "3.15-rc7"
  9. boolean
  10. select ADK_KERNEL_VERSION_3_15
  11. config ADK_KERNEL_VERSION_3_14_4
  12. prompt "3.14.4"
  13. boolean
  14. select ADK_KERNEL_VERSION_3_14
  15. config ADK_KERNEL_VERSION_3_12_20
  16. prompt "3.12.20"
  17. depends on !ADK_TARGET_SYSTEM_CUBOX_I
  18. boolean
  19. select ADK_KERNEL_VERSION_3_12
  20. config ADK_KERNEL_VERSION_3_10_40
  21. prompt "3.10.40"
  22. depends on !ADK_TARGET_SYSTEM_CUBOX_I
  23. boolean
  24. select ADK_KERNEL_VERSION_3_10
  25. config ADK_KERNEL_VERSION_3_10_30
  26. prompt "3.10.30"
  27. depends on ADK_TARGET_SYSTEM_CUBOX_I
  28. boolean
  29. select ADK_KERNEL_VERSION_3_10
  30. config ADK_KERNEL_VERSION_3_4_90
  31. prompt "3.4.90"
  32. depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI
  33. depends on !ADK_TARGET_SYSTEM_CUBOX_I
  34. boolean
  35. select ADK_KERNEL_VERSION_3_4
  36. endchoice