aboutsummaryrefslogtreecommitdiff
path: root/default-configs
diff options
context:
space:
mode:
authorIgor Mitsyanko <i.mitsyanko@samsung.com>2013-02-28 18:23:14 +0000
committerPeter Maydell <peter.maydell@linaro.org>2013-02-28 18:23:14 +0000
commitd7dfca0807a0f579d3ec985bf1220519420c4dfe (patch)
tree89a4744495332c522e259606be4da5972a5adab0 /default-configs
parent353575f0959234e1680622f747e20308c94505b7 (diff)
hw/sdhci: introduce standard SD host controller
Device model for standard SD Host Controller Interface (SDHCI) compliant with version 2.00 of SD association specification. Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'default-configs')
-rw-r--r--default-configs/arm-softmmu.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak
index b40f7b08e2..68b204547c 100644
--- a/default-configs/arm-softmmu.mak
+++ b/default-configs/arm-softmmu.mak
@@ -47,3 +47,5 @@ CONFIG_XGMAC=y
CONFIG_VERSATILE_PCI=y
CONFIG_VERSATILE_I2C=y
+
+CONFIG_SDHCI=y