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