diff options
| -rw-r--r-- | features/gigapages/cma_y.cfg | 2 | ||||
| -rw-r--r-- | features/gigapages/cma_y.scc | 4 | ||||
| -rw-r--r-- | features/openvswitch/ingress_policy.cfg | 4 | ||||
| -rw-r--r-- | features/openvswitch/openvswitch_support.scc | 6 |
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 @@ | |||
| 1 | CONFIG_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 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Enable the Contiguous Memory Allocator which allows other subsystems to allocate big physically-contiguous blocks of memory" | ||
| 2 | define KFEATURE_COMPATIBILITY all | ||
| 3 | |||
| 4 | kconf 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 @@ | |||
| 1 | NET_CLS_BASIC=m | 1 | CONFIG_NET_CLS_BASIC=m |
| 2 | NET_ACT_POLICE=m | 2 | CONFIG_NET_ACT_POLICE=m |
| 3 | CONFIG_NET_SCH_INGRESS=m | 3 | CONFIG_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 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Enable OpenvSwitch support dependencies in kernel" | 1 | define KFEATURE_DESCRIPTION "Enable OpenvSwitch support dependencies in kernel" |
| 2 | define KFEATURE_COMPATIBILITY board | 2 | define KFEATURE_COMPATIBILITY board |
| 3 | 3 | ||
| 4 | kconf non-hardware ingress_policy.cfg | 4 | include features/gigapages/cma_y.scc |
| 5 | kconf non-hardware tun.cfg | 5 | |
| 6 | kconf non-hardware ingress_policy.cfg | ||
| 7 | kconf non-hardware tun.cfg \ No newline at end of file | ||
