Config.in.kernelversion.choice 1.0 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_RC5
  8. prompt "3.15-rc5"
  9. boolean
  10. config ADK_KERNEL_VERSION_3_14_4
  11. prompt "3.14.4"
  12. depends on !ADK_TARGET_SYSTEM_CUBOX_I
  13. boolean
  14. config ADK_KERNEL_VERSION_3_13_11
  15. prompt "3.13.11"
  16. depends on !ADK_TARGET_SYSTEM_CUBOX_I
  17. boolean
  18. config ADK_KERNEL_VERSION_3_12_20
  19. prompt "3.12.20"
  20. depends on !ADK_TARGET_SYSTEM_CUBOX_I
  21. boolean
  22. config ADK_KERNEL_VERSION_3_10_40
  23. prompt "3.10.40"
  24. depends on !ADK_TARGET_SYSTEM_CUBOX_I
  25. boolean
  26. config ADK_KERNEL_VERSION_3_10_30
  27. prompt "3.10.30"
  28. depends on ADK_TARGET_SYSTEM_CUBOX_I
  29. boolean
  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. endchoice