summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/gigapages/cma_y.cfg2
-rw-r--r--features/gigapages/cma_y.scc4
-rw-r--r--features/openvswitch/ingress_policy.cfg4
-rw-r--r--features/openvswitch/openvswitch_support.scc6
4 files changed, 12 insertions, 4 deletions
diff --git a/features/gigapages/cma_y.cfg b/features/gigapages/cma_y.cfg
new file mode 100644
index 0000000..7d921ec
--- /dev/null
+++ b/features/gigapages/cma_y.cfg
@@ -0,0 +1,2 @@
1CONFIG_CMA=y
2# CONFIG_CMA_DEBUG is not set
diff --git a/features/gigapages/cma_y.scc b/features/gigapages/cma_y.scc
new file mode 100644
index 0000000..964ee59
--- /dev/null
+++ b/features/gigapages/cma_y.scc
@@ -0,0 +1,4 @@
1define KFEATURE_DESCRIPTION "Enable the Contiguous Memory Allocator which allows other subsystems to allocate big physically-contiguous blocks of memory"
2define KFEATURE_COMPATIBILITY all
3
4kconf hardware cma_y.cfg
diff --git a/features/openvswitch/ingress_policy.cfg b/features/openvswitch/ingress_policy.cfg
index e0e09a5..c9ef79f 100644
--- a/features/openvswitch/ingress_policy.cfg
+++ b/features/openvswitch/ingress_policy.cfg
@@ -1,3 +1,3 @@
1NET_CLS_BASIC=m 1CONFIG_NET_CLS_BASIC=m
2NET_ACT_POLICE=m 2CONFIG_NET_ACT_POLICE=m
3CONFIG_NET_SCH_INGRESS=m 3CONFIG_NET_SCH_INGRESS=m
diff --git a/features/openvswitch/openvswitch_support.scc b/features/openvswitch/openvswitch_support.scc
index 59d5f36..a700e1c 100644
--- a/features/openvswitch/openvswitch_support.scc
+++ b/features/openvswitch/openvswitch_support.scc
@@ -1,5 +1,7 @@
1define KFEATURE_DESCRIPTION "Enable OpenvSwitch support dependencies in kernel" 1define KFEATURE_DESCRIPTION "Enable OpenvSwitch support dependencies in kernel"
2define KFEATURE_COMPATIBILITY board 2define KFEATURE_COMPATIBILITY board
3 3
4kconf non-hardware ingress_policy.cfg 4include features/gigapages/cma_y.scc
5kconf non-hardware tun.cfg 5
6kconf non-hardware ingress_policy.cfg
7kconf non-hardware tun.cfg \ No newline at end of file