diff options
Diffstat (limited to 'hw/sd')
-rw-r--r-- | hw/sd/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/sd/Kconfig b/hw/sd/Kconfig index 4f43bbb352..c6c5dfb09f 100644 --- a/hw/sd/Kconfig +++ b/hw/sd/Kconfig @@ -9,3 +9,6 @@ config SD config SDHCI bool + default y if PCI_DEVICES + depends on PCI + select SD |