summaryrefslogtreecommitdiff
path: root/management/Kconfig
blob: 093752965facb0390a0850d719a515179d6c9ccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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

config LIFECYCLE_MANAGEMENT
	bool "Lifecycle Management for Open-Source components"
	default y
	help
	  How to select the correct versions, the correct build system and
	  the correct distribution. How to handle these components over
	  their product lifecycle.
endif