diff options
Diffstat (limited to 'features/mmc')
| -rw-r--r-- | features/mmc/mmc_n.cfg | 29 | ||||
| -rw-r--r-- | features/mmc/mmc_n.scc | 4 | ||||
| -rw-r--r-- | features/mmc/mmc_sd_m.cfg | 136 | ||||
| -rw-r--r-- | features/mmc/mmc_sd_m.scc | 4 | ||||
| -rw-r--r-- | features/mmc/mmc_sd_y.cfg | 136 | ||||
| -rw-r--r-- | features/mmc/mmc_sd_y.scc | 4 |
6 files changed, 313 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 | ||
diff --git a/features/mmc/mmc_sd_m.cfg b/features/mmc/mmc_sd_m.cfg new file mode 100644 index 0000000..706c2ad --- /dev/null +++ b/features/mmc/mmc_sd_m.cfg | |||
| @@ -0,0 +1,136 @@ | |||
| 1 | CONFIG_MTD=m | ||
| 2 | # CONFIG_MTD_TESTS is not set | ||
| 3 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
| 4 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
| 5 | # CONFIG_MTD_AR7_PARTS is not set | ||
| 6 | |||
| 7 | # | ||
| 8 | # User Modules And Translation Layers | ||
| 9 | # | ||
| 10 | # CONFIG_MTD_BLOCK is not set | ||
| 11 | # CONFIG_MTD_BLOCK_RO is not set | ||
| 12 | # CONFIG_FTL is not set | ||
| 13 | # CONFIG_NFTL is not set | ||
| 14 | # CONFIG_INFTL is not set | ||
| 15 | # CONFIG_RFD_FTL is not set | ||
| 16 | # CONFIG_SSFDC is not set | ||
| 17 | # CONFIG_SM_FTL is not set | ||
| 18 | # CONFIG_MTD_OOPS is not set | ||
| 19 | # CONFIG_MTD_SWAP is not set | ||
| 20 | # CONFIG_MTD_PARTITIONED_MASTER is not set | ||
| 21 | |||
| 22 | # | ||
| 23 | # RAM/ROM/Flash chip drivers | ||
| 24 | # | ||
| 25 | # CONFIG_MTD_CFI is not set | ||
| 26 | # CONFIG_MTD_JEDECPROBE is not set | ||
| 27 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
| 28 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
| 29 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
| 30 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
| 31 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
| 32 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
| 33 | CONFIG_MTD_CFI_I1=y | ||
| 34 | CONFIG_MTD_CFI_I2=y | ||
| 35 | # CONFIG_MTD_CFI_I4 is not set | ||
| 36 | # CONFIG_MTD_CFI_I8 is not set | ||
| 37 | # CONFIG_MTD_RAM is not set | ||
| 38 | # CONFIG_MTD_ROM is not set | ||
| 39 | # CONFIG_MTD_ABSENT is not set | ||
| 40 | |||
| 41 | # | ||
| 42 | # Mapping drivers for chip access | ||
| 43 | # | ||
| 44 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
| 45 | # CONFIG_MTD_INTEL_VR_NOR is not set | ||
| 46 | # CONFIG_MTD_PLATRAM is not set | ||
| 47 | |||
| 48 | # | ||
| 49 | # Self-contained MTD device drivers | ||
| 50 | # | ||
| 51 | # CONFIG_MTD_PMC551 is not set | ||
| 52 | # CONFIG_MTD_DATAFLASH is not set | ||
| 53 | # CONFIG_MTD_SST25L is not set | ||
| 54 | # CONFIG_MTD_SLRAM is not set | ||
| 55 | # CONFIG_MTD_PHRAM is not set | ||
| 56 | # CONFIG_MTD_MTDRAM is not set | ||
| 57 | # CONFIG_MTD_BLOCK2MTD is not set | ||
| 58 | |||
| 59 | # | ||
| 60 | # Disk-On-Chip Device Drivers | ||
| 61 | # | ||
| 62 | # CONFIG_MTD_DOCG3 is not set | ||
| 63 | # CONFIG_MTD_NAND is not set | ||
| 64 | # CONFIG_MTD_ONENAND is not set | ||
| 65 | |||
| 66 | # | ||
| 67 | # LPDDR & LPDDR2 PCM memory drivers | ||
| 68 | # | ||
| 69 | # CONFIG_MTD_LPDDR is not set | ||
| 70 | # CONFIG_MTD_SPI_NOR is not set | ||
| 71 | # CONFIG_MTD_UBI is not set | ||
| 72 | CONFIG_TIFM_CORE=m | ||
| 73 | CONFIG_TIFM_7XX1=m | ||
| 74 | CONFIG_CB710_CORE=m | ||
| 75 | # CONFIG_CB710_DEBUG is not set | ||
| 76 | CONFIG_CB710_DEBUG_ASSUMPTIONS=y | ||
| 77 | # CONFIG_INTEL_MEI_SPD is not set | ||
| 78 | CONFIG_RPMB=m | ||
| 79 | # CONFIG_RPMB_INTF_DEV is not set | ||
| 80 | CONFIG_MMC=m | ||
| 81 | # CONFIG_MMC_DEBUG is not set | ||
| 82 | |||
| 83 | # | ||
| 84 | # MMC/SD/SDIO Card Drivers | ||
| 85 | # | ||
| 86 | CONFIG_MMC_BLOCK=m | ||
| 87 | CONFIG_MMC_BLOCK_MINORS=8 | ||
| 88 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
| 89 | CONFIG_SDIO_UART=m | ||
| 90 | # CONFIG_MMC_TEST is not set | ||
| 91 | |||
| 92 | # | ||
| 93 | # MMC/SD/SDIO Host Controller Drivers | ||
| 94 | # | ||
| 95 | CONFIG_MMC_SDHCI=m | ||
| 96 | CONFIG_MMC_SDHCI_PCI=m | ||
| 97 | # CONFIG_MMC_RICOH_MMC is not set | ||
| 98 | CONFIG_MMC_SDHCI_ACPI=m | ||
| 99 | CONFIG_MMC_SDHCI_PLTFM=m | ||
| 100 | CONFIG_MMC_WBSD=m | ||
| 101 | CONFIG_MMC_TIFM_SD=m | ||
| 102 | CONFIG_MMC_SPI=m | ||
| 103 | CONFIG_MMC_CB710=m | ||
| 104 | CONFIG_MMC_VIA_SDMMC=m | ||
| 105 | CONFIG_MMC_VUB300=m | ||
| 106 | CONFIG_MMC_USHC=m | ||
| 107 | CONFIG_MMC_USDHI6ROL0=m | ||
| 108 | CONFIG_MMC_TOSHIBA_PCI=m | ||
| 109 | CONFIG_MMC_MTK=m | ||
| 110 | CONFIG_MEMSTICK=m | ||
| 111 | # CONFIG_MEMSTICK_DEBUG is not set | ||
| 112 | |||
| 113 | # | ||
| 114 | # MemoryStick drivers | ||
| 115 | # | ||
| 116 | # CONFIG_MEMSTICK_UNSAFE_RESUME is not set | ||
| 117 | CONFIG_MSPRO_BLOCK=m | ||
| 118 | CONFIG_MS_BLOCK=m | ||
| 119 | |||
| 120 | # | ||
| 121 | # MemoryStick Host Controller Drivers | ||
| 122 | # | ||
| 123 | CONFIG_MEMSTICK_TIFM_MS=m | ||
| 124 | CONFIG_MEMSTICK_JMICRON_38X=m | ||
| 125 | CONFIG_MEMSTICK_R592=m | ||
| 126 | # CONFIG_LEDS_TRIGGER_MTD is not set | ||
| 127 | CONFIG_LIBNVDIMM=m | ||
| 128 | CONFIG_BLK_DEV_PMEM=m | ||
| 129 | CONFIG_ND_BLK=m | ||
| 130 | CONFIG_ND_CLAIM=y | ||
| 131 | CONFIG_ND_BTT=m | ||
| 132 | CONFIG_BTT=y | ||
| 133 | # CONFIG_JFFS2_FS is not set | ||
| 134 | # CONFIG_ROMFS_BACKED_BY_MTD is not set | ||
| 135 | # CONFIG_ROMFS_BACKED_BY_BOTH is not set | ||
| 136 | CONFIG_CRC7=m | ||
diff --git a/features/mmc/mmc_sd_m.scc b/features/mmc/mmc_sd_m.scc new file mode 100644 index 0000000..95d54a7 --- /dev/null +++ b/features/mmc/mmc_sd_m.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Enable MMC/SD support as modules" | ||
| 2 | define KFEATURE_COMPATIBILITY board | ||
| 3 | |||
| 4 | kconf non-hardware mmc_sd_m.cfg | ||
diff --git a/features/mmc/mmc_sd_y.cfg b/features/mmc/mmc_sd_y.cfg new file mode 100644 index 0000000..79bb712 --- /dev/null +++ b/features/mmc/mmc_sd_y.cfg | |||
| @@ -0,0 +1,136 @@ | |||
| 1 | CONFIG_MTD=y | ||
| 2 | # CONFIG_MTD_TESTS is not set | ||
| 3 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
| 4 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
| 5 | # CONFIG_MTD_AR7_PARTS is not set | ||
| 6 | |||
| 7 | # | ||
| 8 | # User Modules And Translation Layers | ||
| 9 | # | ||
| 10 | # CONFIG_MTD_BLOCK is not set | ||
| 11 | # CONFIG_MTD_BLOCK_RO is not set | ||
| 12 | # CONFIG_FTL is not set | ||
| 13 | # CONFIG_NFTL is not set | ||
| 14 | # CONFIG_INFTL is not set | ||
| 15 | # CONFIG_RFD_FTL is not set | ||
| 16 | # CONFIG_SSFDC is not set | ||
| 17 | # CONFIG_SM_FTL is not set | ||
| 18 | # CONFIG_MTD_OOPS is not set | ||
| 19 | # CONFIG_MTD_SWAP is not set | ||
| 20 | # CONFIG_MTD_PARTITIONED_MASTER is not set | ||
| 21 | |||
| 22 | # | ||
| 23 | # RAM/ROM/Flash chip drivers | ||
| 24 | # | ||
| 25 | # CONFIG_MTD_CFI is not set | ||
| 26 | # CONFIG_MTD_JEDECPROBE is not set | ||
| 27 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
| 28 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
| 29 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
| 30 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
| 31 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
| 32 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
| 33 | CONFIG_MTD_CFI_I1=y | ||
| 34 | CONFIG_MTD_CFI_I2=y | ||
| 35 | # CONFIG_MTD_CFI_I4 is not set | ||
| 36 | # CONFIG_MTD_CFI_I8 is not set | ||
| 37 | # CONFIG_MTD_RAM is not set | ||
| 38 | # CONFIG_MTD_ROM is not set | ||
| 39 | # CONFIG_MTD_ABSENT is not set | ||
| 40 | |||
| 41 | # | ||
| 42 | # Mapping drivers for chip access | ||
| 43 | # | ||
| 44 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
| 45 | # CONFIG_MTD_INTEL_VR_NOR is not set | ||
| 46 | # CONFIG_MTD_PLATRAM is not set | ||
| 47 | |||
| 48 | # | ||
| 49 | # Self-contained MTD device drivers | ||
| 50 | # | ||
| 51 | # CONFIG_MTD_PMC551 is not set | ||
| 52 | # CONFIG_MTD_DATAFLASH is not set | ||
| 53 | # CONFIG_MTD_SST25L is not set | ||
| 54 | # CONFIG_MTD_SLRAM is not set | ||
| 55 | # CONFIG_MTD_PHRAM is not set | ||
| 56 | # CONFIG_MTD_MTDRAM is not set | ||
| 57 | # CONFIG_MTD_BLOCK2MTD is not set | ||
| 58 | |||
| 59 | # | ||
| 60 | # Disk-On-Chip Device Drivers | ||
| 61 | # | ||
| 62 | # CONFIG_MTD_DOCG3 is not set | ||
| 63 | # CONFIG_MTD_NAND is not set | ||
| 64 | # CONFIG_MTD_ONENAND is not set | ||
| 65 | |||
| 66 | # | ||
| 67 | # LPDDR & LPDDR2 PCM memory drivers | ||
| 68 | # | ||
| 69 | # CONFIG_MTD_LPDDR is not set | ||
| 70 | # CONFIG_MTD_SPI_NOR is not set | ||
| 71 | # CONFIG_MTD_UBI is not set | ||
| 72 | CONFIG_TIFM_CORE=y | ||
| 73 | CONFIG_TIFM_7XX1=y | ||
| 74 | CONFIG_CB710_CORE=y | ||
| 75 | # CONFIG_CB710_DEBUG is not set | ||
| 76 | CONFIG_CB710_DEBUG_ASSUMPTIONS=y | ||
| 77 | # CONFIG_INTEL_MEI_SPD is not set | ||
| 78 | CONFIG_RPMB=y | ||
| 79 | # CONFIG_RPMB_INTF_DEV is not set | ||
| 80 | CONFIG_MMC=y | ||
| 81 | # CONFIG_MMC_DEBUG is not set | ||
| 82 | |||
| 83 | # | ||
| 84 | # MMC/SD/SDIO Card Drivers | ||
| 85 | # | ||
| 86 | CONFIG_MMC_BLOCK=y | ||
| 87 | CONFIG_MMC_BLOCK_MINORS=8 | ||
| 88 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
| 89 | CONFIG_SDIO_UART=y | ||
| 90 | # CONFIG_MMC_TEST is not set | ||
| 91 | |||
| 92 | # | ||
| 93 | # MMC/SD/SDIO Host Controller Drivers | ||
| 94 | # | ||
| 95 | CONFIG_MMC_SDHCI=y | ||
| 96 | CONFIG_MMC_SDHCI_PCI=y | ||
| 97 | # CONFIG_MMC_RICOH_MMC is not set | ||
| 98 | CONFIG_MMC_SDHCI_ACPI=y | ||
| 99 | CONFIG_MMC_SDHCI_PLTFM=y | ||
| 100 | CONFIG_MMC_WBSD=y | ||
| 101 | CONFIG_MMC_TIFM_SD=y | ||
| 102 | CONFIG_MMC_SPI=y | ||
| 103 | CONFIG_MMC_CB710=y | ||
| 104 | CONFIG_MMC_VIA_SDMMC=y | ||
| 105 | CONFIG_MMC_VUB300=y | ||
| 106 | CONFIG_MMC_USHC=y | ||
| 107 | CONFIG_MMC_USDHI6ROL0=y | ||
| 108 | CONFIG_MMC_TOSHIBA_PCI=y | ||
| 109 | CONFIG_MMC_MTK=y | ||
| 110 | CONFIG_MEMSTICK=y | ||
| 111 | # CONFIG_MEMSTICK_DEBUG is not set | ||
| 112 | |||
| 113 | # | ||
| 114 | # MemoryStick drivers | ||
| 115 | # | ||
| 116 | # CONFIG_MEMSTICK_UNSAFE_RESUME is not set | ||
| 117 | CONFIG_MSPRO_BLOCK=y | ||
| 118 | CONFIG_MS_BLOCK=y | ||
| 119 | |||
| 120 | # | ||
| 121 | # MemoryStick Host Controller Drivers | ||
| 122 | # | ||
| 123 | CONFIG_MEMSTICK_TIFM_MS=y | ||
| 124 | CONFIG_MEMSTICK_JMICRON_38X=y | ||
| 125 | CONFIG_MEMSTICK_R592=y | ||
| 126 | # CONFIG_LEDS_TRIGGER_MTD is not set | ||
| 127 | CONFIG_LIBNVDIMM=y | ||
| 128 | CONFIG_BLK_DEV_PMEM=y | ||
| 129 | CONFIG_ND_BLK=y | ||
| 130 | CONFIG_ND_CLAIM=y | ||
| 131 | CONFIG_ND_BTT=y | ||
| 132 | CONFIG_BTT=y | ||
| 133 | # CONFIG_JFFS2_FS is not set | ||
| 134 | # CONFIG_ROMFS_BACKED_BY_MTD is not set | ||
| 135 | # CONFIG_ROMFS_BACKED_BY_BOTH is not set | ||
| 136 | CONFIG_CRC7=y | ||
diff --git a/features/mmc/mmc_sd_y.scc b/features/mmc/mmc_sd_y.scc new file mode 100644 index 0000000..bf345d4 --- /dev/null +++ b/features/mmc/mmc_sd_y.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Enable MMC/SD support in kernel" | ||
| 2 | define KFEATURE_COMPATIBILITY board | ||
| 3 | |||
| 4 | kconf non-hardware mmc_sd_y.cfg | ||
