1
0

Config.in.kernelversion.default 1008 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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_TARGET_KERNEL_VERSION_4_1
  4. bool
  5. config ADK_TARGET_KERNEL_VERSION_3_18
  6. bool
  7. config ADK_TARGET_KERNEL_VERSION_3_14
  8. bool
  9. config ADK_TARGET_KERNEL_VERSION_3_12
  10. bool
  11. config ADK_TARGET_KERNEL_VERSION_3_10
  12. bool
  13. config ADK_TARGET_KERNEL_VERSION_3_4
  14. bool
  15. config ADK_TARGET_KERNEL_VERSION_3_2
  16. bool
  17. config ADK_TARGET_KERNEL_VERSION_2_6_32
  18. bool
  19. config ADK_TARGET_KERNEL_VERSION
  20. string
  21. default "4.1.6" if ADK_TARGET_KERNEL_VERSION_4_1_6
  22. default "3.18.16" if ADK_TARGET_KERNEL_VERSION_3_18_16
  23. default "3.14.45" if ADK_TARGET_KERNEL_VERSION_3_14_45
  24. default "3.12.44" if ADK_TARGET_KERNEL_VERSION_3_12_44
  25. default "3.10.81" if ADK_TARGET_KERNEL_VERSION_3_10_81
  26. default "3.4.108" if ADK_TARGET_KERNEL_VERSION_3_4_108
  27. default "3.2.69" if ADK_TARGET_KERNEL_VERSION_3_2_69
  28. default "2.6.32.67" if ADK_TARGET_KERNEL_VERSION_2_6_32_67
  29. help
  30. Kernel Version.