ARM: rmobile: Enable MMC extensions
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Mon, 3 Dec 2018 22:46:11 +0000 (23:46 +0100)
committerMarek Vasut <marex@denx.de>
Tue, 4 Dec 2018 08:21:07 +0000 (09:21 +0100)
Enable extended MMC commands and GPT partition table support.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
V2: Rebase on u-boot/master

arch/arm/mach-rmobile/Kconfig

index d82023a..c6e5f75 100644 (file)
@@ -13,6 +13,11 @@ config RCAR_GEN3
        select ARM64
        select PHY
        select CMD_CACHE
+       imply CMD_FS_UUID
+       imply CMD_GPT
+       imply CMD_UUID
+       imply CMD_MMC_SWRITE if MMC
+       imply SUPPORT_EMMC_RPMB if MMC
 
 endchoice