From efc260a9af922c0e8860109b1e9e9634f3a7965d Mon Sep 17 00:00:00 2001 From: Ian Ray Date: Thu, 31 Jan 2019 16:21:12 +0200 Subject: board: ge: bx50v3: Enable CONFIG_DM_MMC Use MMC device model, and remove USDHC pin configuration code since the pinctrl driver is used. Signed-off-by: Ian Ray --- configs/ge_bx50v3_defconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configs/ge_bx50v3_defconfig') diff --git a/configs/ge_bx50v3_defconfig b/configs/ge_bx50v3_defconfig index a883f65..b0f5c1f 100644 --- a/configs/ge_bx50v3_defconfig +++ b/configs/ge_bx50v3_defconfig @@ -54,3 +54,7 @@ CONFIG_DM=y CONFIG_CMD_DM=y CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="imx6q-bx50v3" +CONFIG_DM_MMC=y +CONFIG_BLK=y +CONFIG_PINCTRL=y +CONFIG_PINCTRL_IMX6=y -- cgit v1.1