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