Config.in.kernelversion.default 628 B

12345678910111213141516171819202122232425262728
  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_18
  4. bool
  5. config ADK_KERNEL_VERSION_3_14
  6. bool
  7. config ADK_KERNEL_VERSION_3_12
  8. bool
  9. config ADK_KERNEL_VERSION_3_10
  10. bool
  11. config ADK_KERNEL_VERSION_3_4
  12. bool
  13. config ADK_KERNEL_VERSION
  14. string
  15. default "3.18.5" if ADK_KERNEL_VERSION_3_18_5
  16. default "3.14.28" if ADK_KERNEL_VERSION_3_14_28
  17. default "3.12.37" if ADK_KERNEL_VERSION_3_12_37
  18. default "3.10.53" if ADK_KERNEL_VERSION_3_10_53
  19. default "3.4.103" if ADK_KERNEL_VERSION_3_4_103
  20. help
  21. Kernel Version.