summaryrefslogtreecommitdiff
path: root/core/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-11-21 21:47:47 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-11-21 21:47:47 +0100
commit1044934709afbd9c3a87f64f6add749a0290cfec (patch)
tree389c8bb80e4f8e87d14c51ce4778abb83ed020a3 /core/kconfig
parentb191ba86455cd256af6843c9a6c85c834ea8b471 (diff)
downloadembtoolkit-1044934709afbd9c3a87f64f6add749a0290cfec.tar.gz
embtoolkit-1044934709afbd9c3a87f64f6add749a0290cfec.tar.bz2
embtoolkit-1044934709afbd9c3a87f64f6add749a0290cfec.tar.xz
Linux image build: give ability to add extra command line options
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/kconfig')
-rw-r--r--core/kconfig/linux-kernel-build.kconfig7
-rw-r--r--core/kconfig/linux.kconfig4
2 files changed, 9 insertions, 2 deletions
diff --git a/core/kconfig/linux-kernel-build.kconfig b/core/kconfig/linux-kernel-build.kconfig
index 6d30536..596fbdd 100644
--- a/core/kconfig/linux-kernel-build.kconfig
+++ b/core/kconfig/linux-kernel-build.kconfig
@@ -48,10 +48,17 @@ choice
Select this option to use an external linux source tree.
endchoice
+comment "Linux kernel image/modules build options"
+
config EMBTK_LINUX_BUILD_EXTSRC
string "External linux source tree path"
depends on EMBTK_LINUX_BUILD_USE_EXTSRC
help
Please specify your external linux source tree path.
+config EMBTK_LINUX_BUILD_EXTRACMD
+ string "Additional command line options"
+ help
+ Here you can add additional command line options to pass to the linux
+ build system while generating the kernel image.
endmenu
diff --git a/core/kconfig/linux.kconfig b/core/kconfig/linux.kconfig
index 38436b0..abefb70 100644
--- a/core/kconfig/linux.kconfig
+++ b/core/kconfig/linux.kconfig
@@ -233,13 +233,13 @@ 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.embtoolkit.org/embtoolkit.org/packages-mirror"
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