summaryrefslogtreecommitdiff
path: root/core/kconfig/linux-kernel-build.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/linux-kernel-build.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/linux-kernel-build.kconfig')
-rw-r--r--core/kconfig/linux-kernel-build.kconfig7
1 files changed, 7 insertions, 0 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