summaryrefslogtreecommitdiff
path: root/configs/uniphier_ld20_defconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-01-04 11:08:36 (GMT)
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-01-17 00:00:40 (GMT)
commite348dd0e99f3c6121b769f5fe26ea10faafaf1b3 (patch)
tree5f791522cbdac5893f36a2769c52d3a64aad818e /configs/uniphier_ld20_defconfig
parent035ebf85b09cf11c820ae9eec414097420741abd (diff)
downloadu-boot-fsl-qoriq-e348dd0e99f3c6121b769f5fe26ea10faafaf1b3.tar.xz
ARM: uniphier: enable Cadence eMMC controller for LD11/LD20
Enable SDMA (Single Operation DMA) for LD11, but not for LD20. The SDMA does not work for LD20 boards because they are generally equipped with more memory than fits in the 32 bit physical address space supported by the SDMA. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/uniphier_ld20_defconfig')
-rw-r--r--configs/uniphier_ld20_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/uniphier_ld20_defconfig b/configs/uniphier_ld20_defconfig
index 449093a..190ebd5 100644
--- a/configs/uniphier_ld20_defconfig
+++ b/configs/uniphier_ld20_defconfig
@@ -28,6 +28,8 @@ CONFIG_GPIO_UNIPHIER=y
CONFIG_MISC=y
CONFIG_I2C_EEPROM=y
CONFIG_MMC_UNIPHIER=y
+CONFIG_MMC_SDHCI=y
+CONFIG_MMC_SDHCI_CADENCE=y
CONFIG_USB=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_STORAGE=y