summaryrefslogtreecommitdiffstats
path: root/default-configs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2014-12-08 18:10:33 -0500
committerPaolo Bonzini <pbonzini@redhat.com>2014-12-15 17:34:44 +0100
commit224d10ff5aea9e74a1792fc21188bc9752c43ee9 (patch)
treea0e209524110f7ccce1348f80e0a1c3655c6127c /default-configs
parentece5e5bfa1377546d5f94e1bb04298e48ce60c1c (diff)
downloadhqemu-224d10ff5aea9e74a1792fc21188bc9752c43ee9.zip
hqemu-224d10ff5aea9e74a1792fc21188bc9752c43ee9.tar.gz
sdhci: Support SDHCI devices on PCI
Support for PCI devices following the "SD Host Controller Simplified Specification Version 2.00" spec. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'default-configs')
-rw-r--r--default-configs/pci.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/default-configs/pci.mak b/default-configs/pci.mak
index 91b1e92..a186c39 100644
--- a/default-configs/pci.mak
+++ b/default-configs/pci.mak
@@ -30,3 +30,5 @@ CONFIG_IPACK=y
CONFIG_WDT_IB6300ESB=y
CONFIG_PCI_TESTDEV=y
CONFIG_NVME_PCI=y
+CONFIG_SD=y
+CONFIG_SDHCI=y
OpenPOWER on IntegriCloud