summaryrefslogtreecommitdiff
path: root/management/Kconfig
diff options
context:
space:
mode:
authorJan Altenberg <jan@linutronix.de>2019-03-12 22:13:42 +0100
committerJohn Ogness <john.ogness@linutronix.de>2019-03-26 10:57:00 +0106
commit335151d1029663b64d5836375ff5b2fc4db06442 (patch)
tree996aca7d88b3ed05e6c0db9e9428da69d799265e /management/Kconfig
parent4a9442bd2c70f2ef1b4bee6328499113efcde4a1 (diff)
Adding a new chapter for management related topics. Currently the following
topics are covered: - History of Free Software an Open-Source - Commercial benefits of Open-Source - How to use Open-Source in a company - Ideas about setting up an Open-Source program - License compliance Signed-off-by: Jan Altenberg <jan.altenberg@linutronix.de
Diffstat (limited to 'management/Kconfig')
-rw-r--r--management/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/management/Kconfig b/management/Kconfig
new file mode 100644
index 0000000..c571129
--- /dev/null
+++ b/management/Kconfig
@@ -0,0 +1,19 @@
+menuconfig MANAGEMENT
+ bool "Management related topics"
+
+if MANAGEMENT
+config FOSS_BASICS
+ bool "History and basics about FOSS"
+ default y
+ help
+ Basic introduction to Free Software and Open-Source.
+ Including history and commercial aspects.
+
+config LICENSE_COMPLIANCE
+ bool "License compliance, Copyright, Compliance process"
+ default y
+ help
+ Introduction to Copyright, License Compliance and related
+ tools and processes
+endif
+