summaryrefslogtreecommitdiff
path: root/configs/odroid-c2_defconfig
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2017-04-12 20:32:06 +0200
committerJaehoon Chung <jh80.chung@samsung.com>2017-04-14 15:16:06 +0900
commitd0c5c8d529f16fa88ab52a3b5dd2d4fc03664f19 (patch)
tree92eb2c44f72fe35ce79f86bd7a483631a1064196 /configs/odroid-c2_defconfig
parent937386204dab93bc8362230aa5fa899e302177af (diff)
odroid-c2: enable new Meson GX MMC driver in board defconfig
Enable new Meson GX MMC driver in Odroid C2 defconfig. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Diffstat (limited to 'configs/odroid-c2_defconfig')
-rw-r--r--configs/odroid-c2_defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig
index 2cf5011f46..00da76e49e 100644
--- a/configs/odroid-c2_defconfig
+++ b/configs/odroid-c2_defconfig
@@ -14,7 +14,10 @@ CONFIG_DEFAULT_DEVICE_TREE="meson-gxbb-odroidc2"
# CONFIG_CMD_SETEXPR is not set
CONFIG_OF_CONTROL=y
CONFIG_NET_RANDOM_ETHADDR=y
-# CONFIG_MMC is not set
+CONFIG_MMC=y
+CONFIG_DM_MMC=y
+CONFIG_MMC_MESON_GX=y
+CONFIG_CMD_MMC=y
CONFIG_DM_ETH=y
CONFIG_ETH_DESIGNWARE=y
CONFIG_PINCTRL=y