Config.in.kernelversion 858 B

123456789101112131415161718192021222324252627282930313233
  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. choice
  4. prompt "Kernel version" if !ADK_TARGET_CHOOSE_ARCH
  5. depends on ADK_TARGET_OS_WALDUX
  6. config ADK_TARGET_WALDUX_KERNEL_VERSION_GIT
  7. bool "git"
  8. endchoice
  9. config ADK_TARGET_WALDUX_KERNEL_GIT_REPO
  10. string "git repository"
  11. depends on ADK_TARGET_WALDUX_KERNEL_VERSION_GIT
  12. default "git://openadk.org/git/waldux"
  13. help
  14. GIT repository to use.
  15. config ADK_TARGET_WALDUX_KERNEL_GIT
  16. string "git branch"
  17. depends on ADK_TARGET_WALDUX_KERNEL_VERSION_GIT
  18. default "master"
  19. config ADK_TARGET_WALDUX_KERNEL_GIT_VER
  20. string "kernel version"
  21. depends on ADK_TARGET_WALDUX_KERNEL_VERSION_GIT
  22. default "4.9.107"
  23. config ADK_TARGET_WALDUX_KERNEL_GIT_TYPE
  24. string
  25. depends on ADK_TARGET_WALDUX_KERNEL_VERSION_GIT
  26. default "branch"