waldux: sync with linux 4.9.x
[openadk.git] / target / waldux / Config.in.kernelversion
blob391addac3789e801d82b95f0fad2f91450421ee1
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 choice
5 prompt "Kernel version" if !ADK_TARGET_CHOOSE_ARCH
6 depends on ADK_TARGET_OS_WALDUX
8 config ADK_TARGET_WALDUX_KERNEL_VERSION_GIT
9         bool "git"
11 endchoice
13 config ADK_TARGET_WALDUX_KERNEL_GIT_REPO
14         string "git repository"
15         depends on ADK_TARGET_WALDUX_KERNEL_VERSION_GIT
16         default "git://openadk.org/git/waldux"
17         help
18           GIT repository to use.
20 config ADK_TARGET_WALDUX_KERNEL_GIT
21         string "git branch"
22         depends on ADK_TARGET_WALDUX_KERNEL_VERSION_GIT
23         default "master"
25 config ADK_TARGET_WALDUX_KERNEL_GIT_VER
26         string "kernel version"
27         depends on ADK_TARGET_WALDUX_KERNEL_VERSION_GIT
28         default "4.9.93"
30 config ADK_TARGET_WALDUX_KERNEL_GIT_TYPE
31         string
32         depends on ADK_TARGET_WALDUX_KERNEL_VERSION_GIT
33         default "branch"