summaryrefslogtreecommitdiff
path: root/kconfig/linux.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/linux.kconfig')
-rw-r--r--kconfig/linux.kconfig20
1 files changed, 18 insertions, 2 deletions
diff --git a/kconfig/linux.kconfig b/kconfig/linux.kconfig
index 012be2b..d5fedf7 100644
--- a/kconfig/linux.kconfig
+++ b/kconfig/linux.kconfig
@@ -31,42 +31,52 @@ choice
config EMBTK_LINUX_VERSION_2_6_36_X
bool "linux-2.6.36.x"
+ select EMBTK_LINUX_PKG_IS_TARBZ2
help
Use a linux-2.6.36.x version.
config EMBTK_LINUX_VERSION_2_6_35_X
bool "linux-2.6.35.x"
+ select EMBTK_LINUX_PKG_IS_TARBZ2
help
Use a linux-2.6.35.x version.
config EMBTK_LINUX_VERSION_2_6_34_X
bool "linux-2.6.34.x"
+ select EMBTK_LINUX_PKG_IS_TARBZ2
help
Use a linux-2.6.34.x version.
config EMBTK_LINUX_VERSION_2_6_33_X
bool "linux-2.6.33.x"
+ select EMBTK_LINUX_PKG_IS_TARBZ2
help
Use a linux-2.6.33.x version.
config EMBTK_LINUX_VERSION_2_6_32_X
bool "linux-2.6.32.x"
+ select EMBTK_LINUX_PKG_IS_TARBZ2
help
Use a linux-2.6.32.x version.
config EMBTK_LINUX_VERSION_2_6_31_X
bool "linux-2.6.31.x"
+ select EMBTK_LINUX_PKG_IS_TARBZ2
help
Use a linux-2.6.31.x version.
config EMBTK_LINUX_VERSION_2_6_30_X
bool "linux-2.6.30.x"
+ select EMBTK_LINUX_PKG_IS_TARBZ2
help
Use a linux-2.6.30.x version.
config EMBTK_LINUX_VERSION_2_6_29_X
bool "linux-2.6.29.x"
+ select EMBTK_LINUX_PKG_IS_TARBZ2
help
Use a linux-2.6.29.x version.
config EMBTK_LINUX_VERSION_2_6_28_X
bool "linux-2.6.28.x"
+ select EMBTK_LINUX_PKG_IS_TARBZ2
help
Use a linux-2.6.28.x version.
config EMBTK_LINUX_VERSION_2_6_27_X
bool "linux-2.6.27.x"
+ select EMBTK_LINUX_PKG_IS_TARBZ2
help
Use a linux-2.6.27.x version.
endchoice
@@ -114,11 +124,17 @@ endif
config EMBTK_LINUX_HAVE_MIRROR
bool "Use a linux mirror"
help
- specify an alternate location where to download linux sources
+ specify an alternate location where to download linux sources.
config EMBTK_LINUX_HAVE_MIRROR_SITE
depends on EMBTK_LINUX_HAVE_MIRROR
string "Mirror site"
default "ftp://ftp.free.fr/pub/linux/kernel/v2.6"
help
- specify an alternate location where to download linux sources
+ specify an alternate location where to download linux sources
+config EMBTK_LINUX_NEED_PATCH
+ bool
+config EMBTK_LINUX_PKG_IS_TARGZ
+ bool
+config EMBTK_LINUX_PKG_IS_TARBZ2
+ bool