summaryrefslogtreecommitdiff
path: root/kernel-devel/Kconfig
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2019-01-10 13:40:28 +0100
committerJohn Ogness <john.ogness@linutronix.de>2019-01-28 19:57:21 +0106
commitb2647cbe2fbc104c8240203a11889aabb5928c23 (patch)
treee430dac4353602c7f0f3f091ba0684b8c99eaa3c /kernel-devel/Kconfig
parent26ab0f47bc9f52687f4790ae2de0ce0ad49716c2 (diff)
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 <manut@linutronix.de>
Diffstat (limited to 'kernel-devel/Kconfig')
-rw-r--r--kernel-devel/Kconfig1
1 files changed, 1 insertions, 0 deletions
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