ipq807x: Added MMC Kconfig options

Change-Id: Ia487c6e887137db937eef29d8947501fcd071090
Signed-off-by: Vasudevan Murugesan <vmuruges@codeaurora.org>
This commit is contained in:
Vasudevan Murugesan 2016-04-01 14:10:41 +05:30 committed by Gerrit - the friendly Code Review server
parent 3a689211b6
commit 056b5702d2
2 changed files with 19 additions and 0 deletions

View file

@ -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

View file

@ -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