mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 05:08:41 +08:00
Kconfig: add NuttX License setup for BSD components
This commit will add a build option to enable BSD code in License setup. NOTE: When this option is enabled components with BSD licenses can be added to the build. Please make sure that the licenses match your project. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
parent
c7a2da8acf
commit
bed0f50182
1 changed files with 10 additions and 0 deletions
10
Kconfig
10
Kconfig
|
@ -10,6 +10,16 @@ config APPSDIR
|
|||
option env="APPSDIR"
|
||||
|
||||
menu "License Setup"
|
||||
config ALLOW_BSD_COMPONENTS
|
||||
bool "Use components that have BSD licenses"
|
||||
default n
|
||||
---help---
|
||||
When this option is enabled the project will allow the use
|
||||
of components that have BSD licenses.
|
||||
|
||||
NOTE: Please check that the license for each enabled
|
||||
component matches your project license.
|
||||
|
||||
config ALLOW_GPL_COMPONENTS
|
||||
bool "Use components that have GPL/LGPL licenses"
|
||||
default n
|
||||
|
|
Loading…
Reference in a new issue