You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.4 KiB
49 lines
1.4 KiB
#
|
|
# MMC/SD host controller drivers
|
|
#
|
|
|
|
config MMC_SDHCI_SOCT
|
|
tristate "SDHCI support on the Huanglong reserved13 SoC"
|
|
depends on ARCH_RESERVED13 || ARCH_RESERVED9 || ARCH_RESERVED8 || ARCH_RESERVED6 || ARCH_RESERVED23 || ARCH_RESERVED26
|
|
depends on MMC_SDHCI_PLTFM
|
|
help
|
|
This selects the SDHCI support for reserved13 System-on-Chip devices.
|
|
|
|
If you have a controller with this interface, say Y or M here.
|
|
|
|
If unsure, say N.
|
|
|
|
config MMC_SDHCI_RESERVED19
|
|
tristate "SDHCI support on the Huanglong reserved19 SoC"
|
|
depends on ARCH_RESERVED19 || ARCH_RESERVED17
|
|
help
|
|
This selects the SDHCI support for CNS3xxx System-on-Chip devices.
|
|
|
|
If you have a controller with this interface, say Y or M here.
|
|
|
|
If unsure, say N.
|
|
|
|
config MMC_SDHCI_HI3751V811
|
|
tristate "SDHCI support on the Huanglong hi3751v811 SoC"
|
|
depends on ARCH_HI3751V811
|
|
help
|
|
This selects the SDHCI support for CNS3xxx System-on-Chip devices.
|
|
|
|
If you have a controller with this interface, say Y or M here.
|
|
|
|
If unsure, say N.
|
|
|
|
config MMC_DW_S5
|
|
tristate "S5 specific extensions for Synopsys DW Memory Card Interface"
|
|
depends on MMC_DW && ARCH_T9
|
|
select MMC_DW_PLTFM
|
|
select MMC_DW_IDMAC
|
|
select MMC_UNSAFE_RESUME
|
|
select MMC_EMBEDDED_SDIO
|
|
select MMC_BLOCK
|
|
select MMC_BLOCK_BOUNCE
|
|
help
|
|
This selects support for Huanglong S5 SoC specific extensions to the
|
|
Synopsys DesignWare Memory Card Interface driver. Select this option
|
|
for platforms based on Huanglong S5 SoC's.
|