aboutsummaryrefslogtreecommitdiffstats
path: root/cgl/features
diff options
context:
space:
mode:
Diffstat (limited to 'cgl/features')
-rw-r--r--cgl/features/aoe/aoe.cfg1
-rw-r--r--cgl/features/aoe/aoe.scc1
-rw-r--r--cgl/features/audit/audit.cfg1
-rw-r--r--cgl/features/audit/audit.scc1
-rw-r--r--cgl/features/mip6/mip6.cfg1
-rw-r--r--cgl/features/mip6/mip6.scc1
-rw-r--r--cgl/features/pstore/pstore.cfg1
-rw-r--r--cgl/features/pstore/pstore.scc1
-rw-r--r--cgl/features/qdisc/qdisc_stats.cfg1
-rw-r--r--cgl/features/qdisc/qdisc_stats.scc1
-rw-r--r--cgl/features/quota/quota.cfg1
-rw-r--r--cgl/features/quota/quota.scc1
-rw-r--r--cgl/features/selinux/selinux-dev.cfg1
-rw-r--r--cgl/features/selinux/selinux-dev.scc1
-rw-r--r--cgl/features/selinux/selinux.cfg1
-rw-r--r--cgl/features/selinux/selinux.scc1
-rw-r--r--cgl/features/udp/udp_stats.cfg1
-rw-r--r--cgl/features/udp/udp_stats.scc1
18 files changed, 18 insertions, 0 deletions
diff --git a/cgl/features/aoe/aoe.cfg b/cgl/features/aoe/aoe.cfg
index f9a30b59..8fba63b4 100644
--- a/cgl/features/aoe/aoe.cfg
+++ b/cgl/features/aoe/aoe.cfg
@@ -1 +1,2 @@
+# SPDX-License-Identifier: MIT
CONFIG_ATA_OVER_ETH=m
diff --git a/cgl/features/aoe/aoe.scc b/cgl/features/aoe/aoe.scc
index 7683712c..baf11fa5 100644
--- a/cgl/features/aoe/aoe.scc
+++ b/cgl/features/aoe/aoe.scc
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable ATA Over Ethernet (AOE)"
define KFEATURE_COMPATIBILITY arch
diff --git a/cgl/features/audit/audit.cfg b/cgl/features/audit/audit.cfg
index e0c6e19e..e9db3a50 100644
--- a/cgl/features/audit/audit.cfg
+++ b/cgl/features/audit/audit.cfg
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
CONFIG_AUDIT=y
CONFIG_AUDITSYSCALL=y
# CONFIG_NETFILTER_XT_TARGET_AUDIT is not set
diff --git a/cgl/features/audit/audit.scc b/cgl/features/audit/audit.scc
index cb090480..5e85c46f 100644
--- a/cgl/features/audit/audit.scc
+++ b/cgl/features/audit/audit.scc
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable auditing infrastructure"
define KFEATURE_COMPATIBILITY all
diff --git a/cgl/features/mip6/mip6.cfg b/cgl/features/mip6/mip6.cfg
index 89878032..09a11b8d 100644
--- a/cgl/features/mip6/mip6.cfg
+++ b/cgl/features/mip6/mip6.cfg
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
CONFIG_SYSVIPC=y
CONFIG_XFRM_MIGRATE=y
CONFIG_NET_KEY=m
diff --git a/cgl/features/mip6/mip6.scc b/cgl/features/mip6/mip6.scc
index c10fe135..e6ed4b80 100644
--- a/cgl/features/mip6/mip6.scc
+++ b/cgl/features/mip6/mip6.scc
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "IPv6 Mobility in RFC 3775 Support"
define KFEATURE_COMPATIBILITY all
diff --git a/cgl/features/pstore/pstore.cfg b/cgl/features/pstore/pstore.cfg
index c2ca3a02..5a568c53 100644
--- a/cgl/features/pstore/pstore.cfg
+++ b/cgl/features/pstore/pstore.cfg
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
CONFIG_PSTORE=y
CONFIG_PSTORE_CONSOLE=y
CONFIG_PSTORE_RAM=y
diff --git a/cgl/features/pstore/pstore.scc b/cgl/features/pstore/pstore.scc
index ce7ca0c3..337a99fd 100644
--- a/cgl/features/pstore/pstore.scc
+++ b/cgl/features/pstore/pstore.scc
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable Persistent store support"
define KFEATURE_COMPATIBILITY all
diff --git a/cgl/features/qdisc/qdisc_stats.cfg b/cgl/features/qdisc/qdisc_stats.cfg
index 6f2ca343..5a0345c4 100644
--- a/cgl/features/qdisc/qdisc_stats.cfg
+++ b/cgl/features/qdisc/qdisc_stats.cfg
@@ -1 +1,2 @@
+# SPDX-License-Identifier: MIT
CONFIG_QDISC_STATS=y
diff --git a/cgl/features/qdisc/qdisc_stats.scc b/cgl/features/qdisc/qdisc_stats.scc
index 9b6841b4..caab41da 100644
--- a/cgl/features/qdisc/qdisc_stats.scc
+++ b/cgl/features/qdisc/qdisc_stats.scc
@@ -1 +1,2 @@
+# SPDX-License-Identifier: MIT
kconf non-hardware qdisc_stats.cfg
diff --git a/cgl/features/quota/quota.cfg b/cgl/features/quota/quota.cfg
index 3e202c09..85e9eb4e 100644
--- a/cgl/features/quota/quota.cfg
+++ b/cgl/features/quota/quota.cfg
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
CONFIG_QUOTA=y
CONFIG_PRINT_QUOTA_WARNING=y
CONFIG_QUOTA_TREE=m
diff --git a/cgl/features/quota/quota.scc b/cgl/features/quota/quota.scc
index 10e7dc94..0615c7df 100644
--- a/cgl/features/quota/quota.scc
+++ b/cgl/features/quota/quota.scc
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable quota support"
define KFEATURE_COMPATIBILITY all
diff --git a/cgl/features/selinux/selinux-dev.cfg b/cgl/features/selinux/selinux-dev.cfg
index de975d3f..913e5e13 100644
--- a/cgl/features/selinux/selinux-dev.cfg
+++ b/cgl/features/selinux/selinux-dev.cfg
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=1
CONFIG_SECURITY_SELINUX_DEVELOP=y
diff --git a/cgl/features/selinux/selinux-dev.scc b/cgl/features/selinux/selinux-dev.scc
index 33f8784d..dbb36f99 100644
--- a/cgl/features/selinux/selinux-dev.scc
+++ b/cgl/features/selinux/selinux-dev.scc
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable SELinux development support"
define KFEATURE_COMPATIBILITY all
kconf non-hardware selinux-dev.cfg
diff --git a/cgl/features/selinux/selinux.cfg b/cgl/features/selinux/selinux.cfg
index b759da4e..91efe977 100644
--- a/cgl/features/selinux/selinux.cfg
+++ b/cgl/features/selinux/selinux.cfg
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
CONFIG_NETWORK_SECMARK=y
CONFIG_EXT2_FS_SECURITY=y
CONFIG_EXT3_FS_SECURITY=y
diff --git a/cgl/features/selinux/selinux.scc b/cgl/features/selinux/selinux.scc
index 04c8d93a..c2ba67e8 100644
--- a/cgl/features/selinux/selinux.scc
+++ b/cgl/features/selinux/selinux.scc
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable SELinux support"
define KFEATURE_COMPATIBILITY all
include cgl/features/audit/audit.scc
diff --git a/cgl/features/udp/udp_stats.cfg b/cgl/features/udp/udp_stats.cfg
index 3081c501..f7ba0006 100644
--- a/cgl/features/udp/udp_stats.cfg
+++ b/cgl/features/udp/udp_stats.cfg
@@ -1 +1,2 @@
+# SPDX-License-Identifier: MIT
CONFIG_DGRAM_SOCKSTATS=y
diff --git a/cgl/features/udp/udp_stats.scc b/cgl/features/udp/udp_stats.scc
index 429ba47b..fea81562 100644
--- a/cgl/features/udp/udp_stats.scc
+++ b/cgl/features/udp/udp_stats.scc
@@ -1 +1,2 @@
+# SPDX-License-Identifier: MIT
kconf non-hardware udp_stats.cfg