diff options
| author | Manuel Traut <manut@linutronix.de> | 2019-01-10 13:40:28 +0100 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2019-01-28 19:57:21 +0106 |
| commit | b2647cbe2fbc104c8240203a11889aabb5928c23 (patch) | |
| tree | e430dac4353602c7f0f3f091ba0684b8c99eaa3c /kernel-devel/dts/Kconfig | |
| parent | 26ab0f47bc9f52687f4790ae2de0ce0ad49716c2 (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/dts/Kconfig')
| -rw-r--r-- | kernel-devel/dts/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
