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 f457b95..5182c73 100644
--- a/core/kconfig/linux-custom.kconfig
+++ b/core/kconfig/linux-custom.kconfig
@@ -37,6 +37,7 @@ choice
bool "Git repository"
select EMBTK_LINUX_VERSION_GIT
select EMBTK_LINUX_HEADERS_VERSION_GIT
+ select EMBTK_LINUX_MODULES_VERSION_GIT
help
Use linux kernel source tree from a git repository.
endchoice
@@ -112,3 +113,29 @@ config EMBTK_LINUX_HEADERS_REFSPEC
string
depends on EMBTK_LINUX_VERSION_GIT
default EMBTK_LINUX_REFSPEC
+
+#
+# linux modules git options
+#
+config EMBTK_LINUX_MODULES_VERSION_GIT
+ bool
+
+config EMBTK_LINUX_MODULES_GIT_SITE
+ string
+ depends on EMBTK_LINUX_VERSION_GIT
+ default EMBTK_LINUX_GIT_SITE
+
+config EMBTK_LINUX_MODULES_GIT_BRANCH
+ string
+ depends on EMBTK_LINUX_VERSION_GIT
+ default EMBTK_LINUX_GIT_BRANCH
+
+config EMBTK_LINUX_MODULES_GIT_REVISION
+ string
+ depends on EMBTK_LINUX_VERSION_GIT
+ default EMBTK_LINUX_GIT_REVISION
+
+config EMBTK_LINUX_MODULES_REFSPEC
+ string
+ depends on EMBTK_LINUX_VERSION_GIT
+ default EMBTK_LINUX_REFSPEC