diff options
Diffstat (limited to 'misc/Kconfig')
| -rw-r--r-- | misc/Kconfig | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/Kconfig b/misc/Kconfig index 792ba6a..bd62193 100644 --- a/misc/Kconfig +++ b/misc/Kconfig @@ -3,3 +3,28 @@ config MISC_XML 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. |
