mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
ipq807x: Added MMC Kconfig options
Change-Id: Ia487c6e887137db937eef29d8947501fcd071090 Signed-off-by: Vasudevan Murugesan <vmuruges@codeaurora.org>
This commit is contained in:
parent
3a689211b6
commit
056b5702d2
2 changed files with 19 additions and 0 deletions
|
|
@ -361,6 +361,10 @@ config CMD_GPIO
|
|||
help
|
||||
GPIO support.
|
||||
|
||||
config CMD_MMC
|
||||
bool "mmc"
|
||||
help
|
||||
MMC support.
|
||||
endmenu
|
||||
|
||||
|
||||
|
|
@ -487,6 +491,12 @@ config CMD_MISC
|
|||
help
|
||||
Delay execution for some time
|
||||
|
||||
config CMD_PART
|
||||
bool "part"
|
||||
|
||||
config PARTITION_UUIDS
|
||||
bool "partition_uuids"
|
||||
|
||||
config CMD_TIMER
|
||||
bool "timer"
|
||||
help
|
||||
|
|
|
|||
|
|
@ -16,6 +16,15 @@ config DM_MMC
|
|||
appear as block devices in U-Boot and can support filesystems such
|
||||
as EXT4 and FAT.
|
||||
|
||||
config GENERIC_MMC
|
||||
bool "Enable Generic MMC controllers"
|
||||
help
|
||||
This enables the MultiMediaCard (MMC) uclass which suports MMC and
|
||||
Secure Digital I/O (SDIO) cards. Both removable (SD, micro-SD, etc.)
|
||||
and non-removable (e.g. eMMC chip) devices are supported. These
|
||||
appear as block devices in U-Boot and can support filesystems such
|
||||
as EXT4 and FAT.
|
||||
|
||||
config ROCKCHIP_DWMMC
|
||||
bool "Rockchip SD/MMC controller support"
|
||||
depends on DM_MMC && OF_CONTROL
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue