diff options
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" |
