Config.in.kernelversion.default 673 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-rc7" if ADK_KERNEL_VERSION_3_15_RC7
  16. default "3.14.5" if ADK_KERNEL_VERSION_3_14_5
  17. default "3.12.20" if ADK_KERNEL_VERSION_3_12_20
  18. default "3.10.40" if ADK_KERNEL_VERSION_3_10_40
  19. default "3.10.30" if ADK_KERNEL_VERSION_3_10_30
  20. default "3.4.90" if ADK_KERNEL_VERSION_3_4_90
  21. help