summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorChristian Eppler <c.eppler@linutonix.de>2013-05-15 11:25:41 +0200
committerChristian Eppler <c.eppler@linutonix.de>2013-05-15 11:25:41 +0200
commitc358412dbf0c779910057d4547f673e85b7b12dd (patch)
treebab073fcc77246353e5dcd79baf55604f2c33cce /Kconfig
parent9e05689406c83ae3020ca32a6ec6387466209138 (diff)
Test with master
Signed-off-by: Christian Eppler <c.eppler@linutonix.de>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig13
1 files changed, 12 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 2c15262..b7a6bc7 100644
--- a/Kconfig
+++ b/Kconfig
@@ -5,12 +5,23 @@ config BUILD_HANDOUTS
help
Build papers with or without handouts
+config BUILD_MASTER_HANDOUT
+ bool "Build master handout"
+ depends on BUILD_HANDOUTS
+ help
+ Build one big master handout with all selected topics
+
+config BUILD_MASTER_PRES
+ bool "Build master presentation"
+ help
+ Build on big master presentation with all selected topics
+
source "security/vpn/Kconfig"
source "basics/cpu-arch/Kconfig"
source "application-devel/Kconfig"
source "distribution/Kconfig"
source "flash-memory/Kconfig"
-source "forms/Kconfig"
+source "forms/eval/Kconfig"
source "frameworks/middleware/Kconfig"
source "kernel-devel/Kconfig"
source "linux-basics/Kconfig"