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/mmc | |
| 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/mmc')
| -rw-r--r-- | features/mmc/mmc_n.cfg | 29 | ||||
| -rw-r--r-- | features/mmc/mmc_n.scc | 4 |
2 files changed, 33 insertions, 0 deletions
diff --git a/features/mmc/mmc_n.cfg b/features/mmc/mmc_n.cfg new file mode 100644 index 0000000..552d5f8 --- /dev/null +++ b/features/mmc/mmc_n.cfg | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | CONFIG_MMC=n | ||
| 2 | # | ||
| 3 | # MMC/SD/SDIO Card Drivers | ||
| 4 | # | ||
| 5 | CONFIG_MMC_BLOCK=n | ||
| 6 | CONFIG_MMC_BLOCK_MINORS=8 | ||
| 7 | CONFIG_MMC_BLOCK_BOUNCE=n | ||
| 8 | # CONFIG_SDIO_UART is not set | ||
| 9 | # CONFIG_MMC_TEST is not set | ||
| 10 | |||
| 11 | # | ||
| 12 | # MMC/SD/SDIO Host Controller Drivers | ||
| 13 | # | ||
| 14 | CONFIG_MMC_SDHCI=n | ||
| 15 | CONFIG_MMC_SDHCI_PCI=n | ||
| 16 | CONFIG_MMC_RICOH_MMC=n | ||
| 17 | CONFIG_MMC_SDHCI_ACPI=n | ||
| 18 | CONFIG_MMC_SDHCI_PLTFM=n | ||
| 19 | # CONFIG_MMC_WBSD is not set | ||
| 20 | # CONFIG_MMC_TIFM_SD is not set | ||
| 21 | # CONFIG_MMC_SPI is not set | ||
| 22 | # CONFIG_MMC_CB710 is not set | ||
| 23 | # CONFIG_MMC_VIA_SDMMC is not set | ||
| 24 | # CONFIG_MMC_VUB300 is not set | ||
| 25 | # CONFIG_MMC_USHC is not set | ||
| 26 | # CONFIG_MMC_USDHI6ROL0 is not set | ||
| 27 | # CONFIG_MMC_TOSHIBA_PCI is not set | ||
| 28 | # CONFIG_MMC_MTK is not set | ||
| 29 | # CONFIG_MEMSTICK is not set | ||
diff --git a/features/mmc/mmc_n.scc b/features/mmc/mmc_n.scc new file mode 100644 index 0000000..16442ec --- /dev/null +++ b/features/mmc/mmc_n.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Disable options for mmc/sd-card support" | ||
| 2 | define KFEATURE_COMPATIBILITY all | ||
| 3 | |||
| 4 | kconf non-hardware mmc_n.cfg | ||
