Config.in.kernelversion.default 708 B

12345678910111213141516171819202122232425262728293031
  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_16
  4. boolean
  5. config ADK_KERNEL_VERSION_3_15
  6. boolean
  7. config ADK_KERNEL_VERSION_3_14
  8. boolean
  9. config ADK_KERNEL_VERSION_3_12
  10. boolean
  11. config ADK_KERNEL_VERSION_3_10
  12. boolean
  13. config ADK_KERNEL_VERSION_3_4
  14. boolean
  15. config ADK_KERNEL_VERSION
  16. string
  17. default "3.16" if ADK_KERNEL_VERSION_3_16
  18. default "3.15.8" if ADK_KERNEL_VERSION_3_15_8
  19. default "3.14.15" if ADK_KERNEL_VERSION_3_14_15
  20. default "3.12.26" if ADK_KERNEL_VERSION_3_12_26
  21. default "3.10.51" if ADK_KERNEL_VERSION_3_10_51
  22. default "3.4.101" if ADK_KERNEL_VERSION_3_4_101
  23. help