summaryrefslogtreecommitdiff
path: root/target/config/Config.in.kernelversion.choice
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-07 11:11:28 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-07 11:11:28 -0500
commit4460dd0ba7005289d3224442faf870e59e1e2f86 (patch)
tree8103075c03f5220cb972d6d6148d519214e6e643 /target/config/Config.in.kernelversion.choice
parent06395eb31cad00e8007b9b5314e32cc49cca17bb (diff)
add support for h8/300 architecture
Diffstat (limited to 'target/config/Config.in.kernelversion.choice')
-rw-r--r--target/config/Config.in.kernelversion.choice10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelversion.choice b/target/config/Config.in.kernelversion.choice
index 3cb881e53..5332381b0 100644
--- a/target/config/Config.in.kernelversion.choice
+++ b/target/config/Config.in.kernelversion.choice
@@ -6,6 +6,9 @@ prompt "Kernel Version"
depends on ADK_TARGET_KERNEL_CUSTOMISING
default ADK_KERNEL_VERSION_4_0_4
+config ADK_KERNEL_VERSION_GIT
+ bool "linux-git"
+
config ADK_KERNEL_VERSION_4_1_0_RC5
bool "4.1.0rc5"
select ADK_KERNEL_VERSION_4_1
@@ -80,3 +83,10 @@ config ADK_KERNEL_VERSION_2_6_32_65
select ADK_KERNEL_VERSION_2_6_32
endchoice
+
+config ADK_KERNEL_REPO
+ string "git repository"
+ depends on ADK_KERNEL_VERSION_GIT
+ default "git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git"
+ help
+ GIT repository to use.