diff options
author | Masahiro Yamada | 2016-02-18 19:52:49 +0900 |
---|---|---|
committer | Masahiro Yamada | 2016-02-29 03:50:15 +0900 |
commit | 4aceb3f8d4bfcafa895ecbc3108e1f35f2b8c091 (patch) | |
tree | ec6ddc5763996e66d4246a3d0a10f3739965dfae /configs/uniphier_sld3_defconfig | |
parent | a111bfbfad21dd83aae5a6d96c620c3666e9b654 (diff) |
ARM: uniphier: enable UniPhier SD/MMC host driver
Enable the driver in all UniPhier defconfig files and add some
needed defines to the common files.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/uniphier_sld3_defconfig')
-rw-r--r-- | configs/uniphier_sld3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/uniphier_sld3_defconfig b/configs/uniphier_sld3_defconfig index 013fc8af2e8..5f0d678c666 100644 --- a/configs/uniphier_sld3_defconfig +++ b/configs/uniphier_sld3_defconfig @@ -18,6 +18,7 @@ CONFIG_CMD_TIME=y # CONFIG_CMD_MISC is not set CONFIG_NET_RANDOM_ETHADDR=y CONFIG_GPIO_UNIPHIER=y +CONFIG_MMC_UNIPHIER=y CONFIG_NAND_DENALI=y CONFIG_SYS_NAND_DENALI_64BIT=y CONFIG_NAND_DENALI_SPARE_AREA_SKIP_BYTES=8 |