Config.in.kernelversion.default 1020 B

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. config ADK_KERNEL_VERSION_4_1
  4. bool
  5. config ADK_KERNEL_VERSION_4_0
  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.1.2" if ADK_KERNEL_VERSION_4_1_2
  24. default "4.0.6" if ADK_KERNEL_VERSION_4_0_6
  25. default "3.18.16" if ADK_KERNEL_VERSION_3_18_16
  26. default "3.14.45" if ADK_KERNEL_VERSION_3_14_45
  27. default "3.14.36" if ADK_KERNEL_VERSION_3_14_36
  28. default "3.12.44" if ADK_KERNEL_VERSION_3_12_44
  29. default "3.10.81" if ADK_KERNEL_VERSION_3_10_81
  30. default "3.4.108" if ADK_KERNEL_VERSION_3_4_108
  31. default "3.2.69" if ADK_KERNEL_VERSION_3_2_69
  32. default "2.6.32.67" if ADK_KERNEL_VERSION_2_6_32_67
  33. help
  34. Kernel Version.