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/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'kernel-devel/Kconfig') diff --git a/kernel-devel/Kconfig b/kernel-devel/Kconfig index bad3308..62d0fe9 100644 --- a/kernel-devel/Kconfig +++ b/kernel-devel/Kconfig @@ -14,4 +14,5 @@ if KERNEL source "kernel-devel/module-basics/Kconfig" source "kernel-devel/uio-driver/Kconfig" source "kernel-devel/kernel-perf/Kconfig" + source "kernel-devel/dts/Kconfig" endif -- cgit v1.2.3