summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
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