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/agp | |
| 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/agp')
| -rw-r--r-- | features/agp/agp_n.cfg | 6 | ||||
| -rw-r--r-- | features/agp/agp_n.scc | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/features/agp/agp_n.cfg b/features/agp/agp_n.cfg new file mode 100644 index 0000000..4d17963 --- /dev/null +++ b/features/agp/agp_n.cfg | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | CONFIG_AGP=n | ||
| 2 | # CONFIG_AGP_AMD64 is not set | ||
| 3 | CONFIG_AGP_INTEL=n | ||
| 4 | # CONFIG_AGP_SIS is not set | ||
| 5 | # CONFIG_AGP_VIA is not set | ||
| 6 | CONFIG_INTEL_GTT=n | ||
diff --git a/features/agp/agp_n.scc b/features/agp/agp_n.scc new file mode 100644 index 0000000..104f4a2 --- /dev/null +++ b/features/agp/agp_n.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Disable options for AGP (Accelerated Graphics Port) support" | ||
| 2 | define KFEATURE_COMPATIBILITY all | ||
| 3 | |||
| 4 | kconf hardware agp_n.cfg | ||
