mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Add MIT license kconfig symbol
This commit is contained in:
committed by
Petro Karashchenko
parent
1e6054afba
commit
1cc7f6e63a
@@ -40,6 +40,16 @@ config ALLOW_GPL_COMPONENTS
|
|||||||
NOTE: Please check that the license for each enabled
|
NOTE: Please check that the license for each enabled
|
||||||
component matches your project license.
|
component matches your project license.
|
||||||
|
|
||||||
|
config ALLOW_MIT_COMPONENTS
|
||||||
|
bool "Use components that have MIT licenses"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
When this option is enabled the project will allow the use
|
||||||
|
of components that have MIT licenses.
|
||||||
|
|
||||||
|
NOTE: Please check that the license for each enabled
|
||||||
|
component matches your project license.
|
||||||
|
|
||||||
config ALLOW_BSDNORDIC_COMPONENTS
|
config ALLOW_BSDNORDIC_COMPONENTS
|
||||||
bool "Use components that have 5-Clause Nordic licenses"
|
bool "Use components that have 5-Clause Nordic licenses"
|
||||||
depends on ARCH_CHIP_NRF52
|
depends on ARCH_CHIP_NRF52
|
||||||
|
|||||||
Reference in New Issue
Block a user