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.kconfig57
1 files changed, 0 insertions, 57 deletions
diff --git a/core/kconfig/linux-custom.kconfig b/core/kconfig/linux-custom.kconfig
index 5182c73..61222c6 100644
--- a/core/kconfig/linux-custom.kconfig
+++ b/core/kconfig/linux-custom.kconfig
@@ -82,60 +82,3 @@ config EMBTK_LINUX_GIT_REVISION
depends on EMBTK_LINUX_VERSION_GIT
help
Chechout a specific revision instead of the latest.
-
-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
-
-#
-# 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