From 5c74a50963204e232f8ac3ed1d8fc05b03dfd417 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Tue, 25 Jul 2023 14:20:58 +0200 Subject: [PATCH] add EPL licence option --- Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Kconfig b/Kconfig index 5400b2d080..a35c897b4b 100644 --- a/Kconfig +++ b/Kconfig @@ -77,6 +77,16 @@ config ALLOW_BSDNORDIC_COMPONENTS NOTE: Please check that the license for each enabled component matches your project license. +config ALLOW_ECLIPSE_COMPONENTS + bool "Use components that have Eclipse Public Licenses" + default n + ---help--- + When this option is enabled the project will allow the use + of components that have EPL licenses. + + NOTE: Please check that the license for each enabled + component matches your project license. + endmenu # License Setup menu "Build Setup"