From 0f172d0b022f1a2ec3d7465eb7272828ee083f6e Mon Sep 17 00:00:00 2001 From: John Ogness Date: Tue, 19 Dec 2017 10:46:32 +0100 Subject: import presentations from devel/jogness Several presentations are available only in devel/jogness. Add them to master to allow easy access to any trainer. misc/pres_best_en: best practice guidelines misc/pres_ipc_en: overview of linux ipc mechanisms misc/pres_minicoredumper_en: minicoredumper features misc/pres_zynq_en: describe the zynq architecture Signed-off-by: John Ogness --- misc/Kconfig | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'misc/Kconfig') 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. -- cgit v1.2.3