Config.in.kernelversion.default 795 B

123456789101112131415161718192021222324252627282930313233343536
  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_3_19
  4. bool
  5. config ADK_KERNEL_VERSION_3_18
  6. bool
  7. config ADK_KERNEL_VERSION_3_14
  8. bool
  9. config ADK_KERNEL_VERSION_3_12
  10. bool
  11. config ADK_KERNEL_VERSION_3_10
  12. bool
  13. config ADK_KERNEL_VERSION_3_4
  14. bool
  15. config ADK_KERNEL_VERSION_3_2
  16. bool
  17. config ADK_KERNEL_VERSION
  18. string
  19. default "3.19" if ADK_KERNEL_VERSION_3_19_0
  20. default "3.18.6" if ADK_KERNEL_VERSION_3_18_6
  21. default "3.14.28" if ADK_KERNEL_VERSION_3_14_28
  22. default "3.12.37" if ADK_KERNEL_VERSION_3_12_37
  23. default "3.10.53" if ADK_KERNEL_VERSION_3_10_53
  24. default "3.4.103" if ADK_KERNEL_VERSION_3_4_103
  25. default "3.2.66" if ADK_KERNEL_VERSION_3_2_66
  26. help
  27. Kernel Version.