diff options
Diffstat (limited to 'hw/sd/Kconfig')
-rw-r--r-- | hw/sd/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hw/sd/Kconfig b/hw/sd/Kconfig index 864f535011..c5e1e5581c 100644 --- a/hw/sd/Kconfig +++ b/hw/sd/Kconfig @@ -12,6 +12,10 @@ config SD config SDHCI bool + select SD + +config SDHCI_PCI + bool default y if PCI_DEVICES depends on PCI - select SD + select SDHCI |