Config.in.kernelversion.default 669 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.1" if ADK_KERNEL_VERSION_3_15_1
  16. default "3.14.8" if ADK_KERNEL_VERSION_3_14_8
  17. default "3.12.22" if ADK_KERNEL_VERSION_3_12_22
  18. default "3.10.44" if ADK_KERNEL_VERSION_3_10_44
  19. default "3.10.30" if ADK_KERNEL_VERSION_3_10_30
  20. default "3.4.94" if ADK_KERNEL_VERSION_3_4_94
  21. help