diff options
| author | Christian Eppler <c.eppler@linutonix.de> | 2013-05-15 11:25:41 +0200 |
|---|---|---|
| committer | Christian Eppler <c.eppler@linutonix.de> | 2013-05-15 11:25:41 +0200 |
| commit | c358412dbf0c779910057d4547f673e85b7b12dd (patch) | |
| tree | bab073fcc77246353e5dcd79baf55604f2c33cce /Kconfig | |
| parent | 9e05689406c83ae3020ca32a6ec6387466209138 (diff) | |
Test with master
Signed-off-by: Christian Eppler <c.eppler@linutonix.de>
Diffstat (limited to 'Kconfig')
| -rw-r--r-- | Kconfig | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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" |
