summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-05-01 14:19:15 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-05-01 14:19:15 +0200
commit3c85cd7e7af49e6d674fd3b7c5171425ee227965 (patch)
treee962a344c021b384dc8e53c714cb211420ae527a /Kconfig
parent69f49e3831aabfa6a15b675f4682293c746ab7dc (diff)
downloadembtoolkit-3c85cd7e7af49e6d674fd3b7c5171425ee227965.tar.gz
embtoolkit-3c85cd7e7af49e6d674fd3b7c5171425ee227965.tar.bz2
embtoolkit-3c85cd7e7af49e6d674fd3b7c5171425ee227965.tar.xz
Build system: Initial support of linux kernel image build
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig12
1 files changed, 11 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 911b639..890a1bc 100644
--- a/Kconfig
+++ b/Kconfig
@@ -1,6 +1,6 @@
################################################################################
# Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
-# Copyright(C) 2009-2012 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2009-2013 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -74,6 +74,16 @@ menu "Embtoolkit build options and host tools"
source kconfig/hosttools-buildopts.kconfig
endmenu
+if EMBTK_OS_LINUX
+config EMBTK_BUILD_LINUX_KERNEL
+ bool "Build linux kernel image"
+
+if EMBTK_BUILD_LINUX_KERNEL
+source kconfig/linux-kernel-build.kconfig
+endif
+
+endif
+
config EMBTK_HAVE_ROOTFS
bool "Build root filesystem"
help