sd: express dependencies with kconfig
[qemu/ar7.git] / hw / sd / Kconfig
blob864f535011e0b59c3659126dd77eacb74fad1569
1 config PL181
2     bool
3     select SD
5 config SSI_SD
6     bool
7     depends on SSI
8     select SD
10 config SD
11     bool
13 config SDHCI
14     bool
15     default y if PCI_DEVICES
16     depends on PCI
17     select SD