summaryrefslogtreecommitdiff
path: root/core/kconfig/linux-custom.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'core/kconfig/linux-custom.kconfig')
-rw-r--r--core/kconfig/linux-custom.kconfig27
1 files changed, 27 insertions, 0 deletions
diff --git a/core/kconfig/linux-custom.kconfig b/core/kconfig/linux-custom.kconfig
index 76e810d..f457b95 100644
--- a/core/kconfig/linux-custom.kconfig
+++ b/core/kconfig/linux-custom.kconfig
@@ -36,6 +36,7 @@ choice
config EMBTK_LINUX_SRC_CUSTOM_GIT
bool "Git repository"
select EMBTK_LINUX_VERSION_GIT
+ select EMBTK_LINUX_HEADERS_VERSION_GIT
help
Use linux kernel source tree from a git repository.
endchoice
@@ -85,3 +86,29 @@ config EMBTK_LINUX_REFSPEC
string
depends on EMBTK_LINUX_VERSION_GIT
default "toolchain"
+
+#
+# linux headers git options
+#
+config EMBTK_LINUX_HEADERS_VERSION_GIT
+ bool
+
+config EMBTK_LINUX_HEADERS_GIT_SITE
+ string
+ depends on EMBTK_LINUX_VERSION_GIT
+ default EMBTK_LINUX_GIT_SITE
+
+config EMBTK_LINUX_HEADERS_GIT_BRANCH
+ string
+ depends on EMBTK_LINUX_VERSION_GIT
+ default EMBTK_LINUX_GIT_BRANCH
+
+config EMBTK_LINUX_HEADERS_GIT_REVISION
+ string
+ depends on EMBTK_LINUX_VERSION_GIT
+ default EMBTK_LINUX_GIT_REVISION
+
+config EMBTK_LINUX_HEADERS_REFSPEC
+ string
+ depends on EMBTK_LINUX_VERSION_GIT
+ default EMBTK_LINUX_REFSPEC