summaryrefslogtreecommitdiff
path: root/misc/Kconfig
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2017-12-19 10:46:32 +0100
committerJohn Ogness <john.ogness@linutronix.de>2017-12-19 10:46:32 +0100
commit0f172d0b022f1a2ec3d7465eb7272828ee083f6e (patch)
tree7e7aded1388eaa61097f9e1c2c2b22cc2f60d0ef /misc/Kconfig
parentc30d3680a48c7966f860262ac4ec2398bd52ae8d (diff)
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 <john.ogness@linutronix.de>
Diffstat (limited to 'misc/Kconfig')
-rw-r--r--misc/Kconfig25
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.