aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/libpayload/Config.in')
-rw-r--r--payloads/libpayload/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/payloads/libpayload/Config.in b/payloads/libpayload/Config.in
index dc18faf44e..6dce181782 100644
--- a/payloads/libpayload/Config.in
+++ b/payloads/libpayload/Config.in
@@ -32,6 +32,15 @@ mainmenu "Libpayload Configuration"
menu "Generic Options"
+config GPL
+ bool "GPLv2-licensed Options"
+ default n
+ help
+ Prompt for options that will build code licensed under the GNU General
+ Public License (version 2). This will subject the whole payload to the
+ terms of this license (including its provision to release all sources,
+ please see the LICENSE_GPL file for details).
+
config EXPERIMENTAL
bool "Experimental Options"
default n