diff options
Diffstat (limited to 'hw/sd/Kconfig')
-rw-r--r-- | hw/sd/Kconfig | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/hw/sd/Kconfig b/hw/sd/Kconfig new file mode 100644 index 000000000..633b9afec --- /dev/null +++ b/hw/sd/Kconfig @@ -0,0 +1,25 @@ +config PL181 + bool + select SD + +config SSI_SD + bool + depends on SSI + select SD + +config SD + bool + +config SDHCI + bool + select SD + +config SDHCI_PCI + bool + default y if PCI_DEVICES + depends on PCI + select SDHCI + +config CADENCE_SDHCI + bool + select SDHCI |