blob: bd6219315893c052d5160ab442f8fdc0eac4f653 (
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
|
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_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.
|