blob: f3917da02193ba4618164bfe5c2f5e414d88e0de (
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
config MISC_XML
bool "XML papers"
default y
help
Papers about XML
config MISC_ZYNQ
bool "Zynq architecture"
default n
help
Presenation about the Zynq architecture.
config MISC_MINICOREDUMPER
bool "minicoredumper: Tracing Summit"
default n
help
Presenation from the 2016 Tracing Summit on the
minicoredumper.
config MISC_PRINTK
bool "printk: Real-Time Summit"
default n
help
Presenation from the 2018 Real-Time Summit on the
printk rework.
config MISC_BEST
bool "Best Practices"
default n
help
Presenation about development best practices.
config MISC_IPC
bool "IPC"
default n
help
Presenation about available IPC mechanisms.
config MISC_UPDATE
bool "Update"
default n
help
Presenation about embedded Update concepts
config MISC_JAILHOUSE
bool "Jailhouse"
default n
help
Presenation about Jailhouse
config MISC_FASTBOOT
bool "Fastboot"
default n
help
Presenation about Fastboot
config MISC_DSA
bool "DSA (Distributed Switch Architecture)"
default n
help
Presenation about DSA
|