From b2647cbe2fbc104c8240203a11889aabb5928c23 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Thu, 10 Jan 2019 13:40:28 +0100 Subject: Device Tree: initial version This is the initial version of a Device Tree Presentation. The Presentation includes Background, Scope and Advantages of Device Tree usage as well as a short explanation of the Syntax and Usage. It ends with information about current developments and references to further information. Also an excercise for the attendees is defined. Signed-off-by: Manuel Traut --- kernel-devel/dts/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 kernel-devel/dts/Kconfig (limited to 'kernel-devel/dts/Kconfig') diff --git a/kernel-devel/dts/Kconfig b/kernel-devel/dts/Kconfig new file mode 100644 index 0000000..ea068aa --- /dev/null +++ b/kernel-devel/dts/Kconfig @@ -0,0 +1,5 @@ +config KERNEL_DTS + bool "Kernel Devicetree papers" + default y + help + Papers about kernel DTS -- cgit v1.2.3