From 056b5702d236c05965daebb24652a4a9a4542302 Mon Sep 17 00:00:00 2001 From: Vasudevan Murugesan Date: Fri, 1 Apr 2016 14:10:41 +0530 Subject: [PATCH] ipq807x: Added MMC Kconfig options Change-Id: Ia487c6e887137db937eef29d8947501fcd071090 Signed-off-by: Vasudevan Murugesan --- common/Kconfig | 10 ++++++++++ drivers/mmc/Kconfig | 9 +++++++++ 2 files changed, 19 insertions(+) diff --git a/common/Kconfig b/common/Kconfig index ccf5475bac..f04e79b836 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -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 diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index ceae7bcaec..b73b47f2ed 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -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