Add MIT license kconfig symbol

This commit is contained in:
Peter van der Perk
2022-08-01 15:05:06 +02:00
committed by Petro Karashchenko
parent 1e6054afba
commit 1cc7f6e63a
+10
View File
@@ -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