Kconfig (d36a27adbbee6f80135642a046901cc6f8c703de) | Kconfig (35f9e196f9573af4091076c19aaa6d5afeb91338) |
---|---|
1menu "MMC Host controller Support" 2 3config MMC 4 bool "MMC/SD/SDIO card support" 5 default ARM || PPC || SANDBOX 6 help 7 This selects MultiMediaCard, Secure Digital and Secure 8 Digital I/O support. --- 28 unchanged lines hidden (view full) --- 37 bool "ARM AMBA Multimedia Card Interface and compatible support" 38 depends on DM_MMC && OF_CONTROL 39 help 40 This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card 41 Interface (PL180, PL181 and compatible) support. 42 If you have an ARM(R) platform with a Multimedia Card slot, 43 say Y or M here. 44 | 1menu "MMC Host controller Support" 2 3config MMC 4 bool "MMC/SD/SDIO card support" 5 default ARM || PPC || SANDBOX 6 help 7 This selects MultiMediaCard, Secure Digital and Secure 8 Digital I/O support. --- 28 unchanged lines hidden (view full) --- 37 bool "ARM AMBA Multimedia Card Interface and compatible support" 38 depends on DM_MMC && OF_CONTROL 39 help 40 This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card 41 Interface (PL180, PL181 and compatible) support. 42 If you have an ARM(R) platform with a Multimedia Card slot, 43 say Y or M here. 44 |
45config MMC_VERBOSE 46 bool "Output more information about the MMC" 47 default y 48 help 49 Enable the output of more information about the card such as the 50 operating mode. 51 52config SPL_MMC_VERBOSE 53 bool "Output more information about the MMC in SPL" 54 default n 55 help 56 Enable the output of more information about the card such as the 57 operating mode. 58 |
|
45config SPL_MMC_TINY 46 bool "Tiny MMC framework in SPL" 47 help 48 Enable MMC framework tinification support. This option is useful if 49 if your SPL is extremely size constrained. Heed the warning, enable 50 this option if and only if you know exactly what you are doing, if 51 you are reading this help text, you most likely have no idea :-) 52 --- 389 unchanged lines hidden --- | 59config SPL_MMC_TINY 60 bool "Tiny MMC framework in SPL" 61 help 62 Enable MMC framework tinification support. This option is useful if 63 if your SPL is extremely size constrained. Heed the warning, enable 64 this option if and only if you know exactly what you are doing, if 65 you are reading this help text, you most likely have no idea :-) 66 --- 389 unchanged lines hidden --- |