Config.in.kernelversion.default 622 B

123456789101112131415161718192021222324252627
  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.6" if ADK_KERNEL_VERSION_3_15_6
  16. default "3.14.13" if ADK_KERNEL_VERSION_3_14_13
  17. default "3.12.24" if ADK_KERNEL_VERSION_3_12_24
  18. default "3.10.49" if ADK_KERNEL_VERSION_3_10_49
  19. default "3.4.99" if ADK_KERNEL_VERSION_3_4_99
  20. help