Config.in.kernelversion.default 972 B

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. config ADK_KERNEL_VERSION_4_0
  4. bool
  5. config ADK_KERNEL_VERSION_3_19
  6. bool
  7. config ADK_KERNEL_VERSION_3_18
  8. bool
  9. config ADK_KERNEL_VERSION_3_14
  10. bool
  11. config ADK_KERNEL_VERSION_3_12
  12. bool
  13. config ADK_KERNEL_VERSION_3_10
  14. bool
  15. config ADK_KERNEL_VERSION_3_4
  16. bool
  17. config ADK_KERNEL_VERSION_3_2
  18. bool
  19. config ADK_KERNEL_VERSION_2_6_32
  20. bool
  21. config ADK_KERNEL_VERSION
  22. string
  23. default "4.0.1" if ADK_KERNEL_VERSION_4_0
  24. default "3.19.5" if ADK_KERNEL_VERSION_3_19_5
  25. default "3.18.12" if ADK_KERNEL_VERSION_3_18_12
  26. default "3.14.40" if ADK_KERNEL_VERSION_3_14_40
  27. default "3.12.40" if ADK_KERNEL_VERSION_3_12_40
  28. default "3.10.75" if ADK_KERNEL_VERSION_3_10_75
  29. default "3.4.107" if ADK_KERNEL_VERSION_3_4_107
  30. default "3.2.68" if ADK_KERNEL_VERSION_3_2_68
  31. default "2.6.32.65" if ADK_KERNEL_VERSION_2_6_32_65
  32. help
  33. Kernel Version.