diff mbox series

[U-Boot,v1,3/9] ARM: Odroid XU3: Enable driver model support for MMC (DM_MMC)

Message ID 20180725222552.3450-4-lukma@denx.de
State Superseded
Delegated to: Tom Rini
Headers show
Series ARM: Odroid XU3: Enable DM_MMC support which is necessary for CONFIG_BLK | expand

Commit Message

Lukasz Majewski July 25, 2018, 10:25 p.m. UTC
This commit enables support for DW_MMC running with driver model.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
---

 configs/odroid-xu3_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Anand Moon July 27, 2018, 3:07 a.m. UTC | #1
Hi Lukasz

On 26 July 2018 at 03:55, Lukasz Majewski <lukma@denx.de> wrote:
> This commit enables support for DW_MMC running with driver model.
>
> Signed-off-by: Lukasz Majewski <lukma@denx.de>
> ---
>
>  configs/odroid-xu3_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/configs/odroid-xu3_defconfig b/configs/odroid-xu3_defconfig
> index 6398c2cd0d6a..632542d98420 100644
> --- a/configs/odroid-xu3_defconfig
> +++ b/configs/odroid-xu3_defconfig
> @@ -29,6 +29,7 @@ CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
>  CONFIG_ADC=y
>  CONFIG_ADC_EXYNOS=y
>  CONFIG_DFU_MMC=y
> +CONFIG_DM_MMC=y
>  CONFIG_MMC_DW=y
>  CONFIG_NETDEVICES=y
>  CONFIG_SMC911X=y
> --
> 2.11.0
>

Please add my.
Tested-by: Anand Moon <linux.amoon@gmail.com>

Best Regards
-Anand
diff mbox series

Patch

diff --git a/configs/odroid-xu3_defconfig b/configs/odroid-xu3_defconfig
index 6398c2cd0d6a..632542d98420 100644
--- a/configs/odroid-xu3_defconfig
+++ b/configs/odroid-xu3_defconfig
@@ -29,6 +29,7 @@  CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
 CONFIG_ADC=y
 CONFIG_ADC_EXYNOS=y
 CONFIG_DFU_MMC=y
+CONFIG_DM_MMC=y
 CONFIG_MMC_DW=y
 CONFIG_NETDEVICES=y
 CONFIG_SMC911X=y