blob: 18510a45b94799d080375e46f6f38bc2d0a136cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
mainmenu "Build training documents"
config BUILD_FAST_BUILD
bool "FAST-Build"
help
Build pdf's only one time (Without index)
config BUILD_HANDOUTS
bool "Build with 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/Kconfig"
source "basics/cpu-arch/Kconfig"
source "basics/lx-trainer/Kconfig"
source "application-devel/Kconfig"
source "distribution/Kconfig"
source "flash-memory/Kconfig"
source "forms/eval/Kconfig"
source "frameworks/middleware/Kconfig"
source "kernel-devel/Kconfig"
source "linux-basics/Kconfig"
source "misc/Kconfig"
source "protocols/socketcan/Kconfig"
source "realtime/Kconfig"
|