Config.in.kernelversion.default 624 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_16
  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.16.2" if ADK_KERNEL_VERSION_3_16_2
  16. default "3.14.17" if ADK_KERNEL_VERSION_3_14_17
  17. default "3.12.27" if ADK_KERNEL_VERSION_3_12_27
  18. default "3.10.53" if ADK_KERNEL_VERSION_3_10_53
  19. default "3.4.103" if ADK_KERNEL_VERSION_3_4_103
  20. help