diff options
| author | Dragos Motrea <Dragos.Motrea@enea.com> | 2017-05-31 14:07:30 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-06-05 09:29:09 +0200 |
| commit | 6c9f970096f3dff240b0ab366d94a72f4fbd557c (patch) | |
| tree | 931de073b7006d236a4bdc1d509abc4b6117e943 /features/acp | |
| parent | 49700962b5d566f0c8e726409063193dee069828 (diff) | |
| download | enea-kernel-cache-6c9f970096f3dff240b0ab366d94a72f4fbd557c.tar.gz | |
Optimized the kernel foot print of the Host Image
In order to decrease the size of the kernel I removed unnecessary modules
(drivers, debug capabilities)
Signed-off-by: Dragos Motrea <Dragos.Motrea@enea.com>
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'features/acp')
| -rw-r--r-- | features/acp/acp_n.cfg | 21 | ||||
| -rw-r--r-- | features/acp/acp_n.scc | 4 |
2 files changed, 25 insertions, 0 deletions
diff --git a/features/acp/acp_n.cfg b/features/acp/acp_n.cfg new file mode 100644 index 0000000..2310724 --- /dev/null +++ b/features/acp/acp_n.cfg | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | # | ||
| 2 | # ACP (Audio CoProcessor) Configuration | ||
| 3 | # | ||
| 4 | # CONFIG_DRM_NOUVEAU is not set | ||
| 5 | CONFIG_DRM_I915=n | ||
| 6 | # CONFIG_DRM_I915_ALPHA_SUPPORT is not set | ||
| 7 | CONFIG_DRM_I915_CAPTURE_ERROR=n | ||
| 8 | CONFIG_DRM_I915_COMPRESS_ERROR=n | ||
| 9 | CONFIG_DRM_I915_USERPTR=n | ||
| 10 | # CONFIG_DRM_I915_GVT is not set | ||
| 11 | # CONFIG_DRM_VGEM is not set | ||
| 12 | # CONFIG_DRM_VMWGFX is not set | ||
| 13 | # CONFIG_DRM_GMA500 is not set | ||
| 14 | # CONFIG_DRM_UDL is not set | ||
| 15 | # CONFIG_DRM_AST is not set | ||
| 16 | # CONFIG_DRM_MGAG200 is not set | ||
| 17 | CONFIG_DRM_CIRRUS_QEMU=n | ||
| 18 | # CONFIG_DRM_QXL is not set | ||
| 19 | # CONFIG_DRM_BOCHS is not set | ||
| 20 | # CONFIG_DRM_VIRTIO_GPU is not set | ||
| 21 | CONFIG_DRM_PANEL=n | ||
diff --git a/features/acp/acp_n.scc b/features/acp/acp_n.scc new file mode 100644 index 0000000..054be43 --- /dev/null +++ b/features/acp/acp_n.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Disable options for Audio CoProcessor support" | ||
| 2 | define KFEATURE_COMPATIBILITY all | ||
| 3 | |||
| 4 | kconf hardware acp_n.cfg | ||
