Kconfig (e56d931a9ddee7230f647a25ada33ee19d26aa6d) Kconfig (ce864603443567b8186dc435ebba08338ef4a6d6)
1config PL181
2 bool
3 select SD
4
5config SSI_SD
6 bool
7 depends on SSI
8 select SD
9
10config SD
11 bool
12
13config SDHCI
14 bool
1config PL181
2 bool
3 select SD
4
5config SSI_SD
6 bool
7 depends on SSI
8 select SD
9
10config SD
11 bool
12
13config SDHCI
14 bool
15 select SD
16
17config SDHCI_PCI
18 bool
15 default y if PCI_DEVICES
16 depends on PCI
19 default y if PCI_DEVICES
20 depends on PCI
17 select SD
21 select SDHCI