Config.in.kernelversion.default 665 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_15
  4. boolean
  5. config ADK_KERNEL_VERSION_3_14
  6. boolean
  7. config ADK_KERNEL_VERSION_3_12
  8. boolean
  9. config ADK_KERNEL_VERSION_3_10
  10. boolean
  11. config ADK_KERNEL_VERSION_3_4
  12. boolean
  13. config ADK_KERNEL_VERSION
  14. string
  15. default "3.15" if ADK_KERNEL_VERSION_3_15
  16. default "3.14.7" if ADK_KERNEL_VERSION_3_14_7
  17. default "3.12.22" if ADK_KERNEL_VERSION_3_12_22
  18. default "3.10.43" if ADK_KERNEL_VERSION_3_10_43
  19. default "3.10.30" if ADK_KERNEL_VERSION_3_10_30
  20. default "3.4.93" if ADK_KERNEL_VERSION_3_4_93
  21. help