]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/mmc/host/Kconfig
Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / drivers / mmc / host / Kconfig
index ecbee9bf87b2ef00cf18f54ff6968fe4f2616adf..2bc06e7344db5970c754ab6cbf0a849830d8339f 100644 (file)
@@ -533,6 +533,31 @@ config MMC_DW_IDMAC
          Designware Mobile Storage IP block. This disables the external DMA
          interface.
 
+config MMC_DW_PLTFM
+       tristate "Synopsys Designware MCI Support as platform device"
+       depends on MMC_DW
+       default y
+       help
+         This selects the common helper functions support for Host Controller
+         Interface based platform driver. Please select this option if the IP
+         is present as a platform device. This is the common interface for the
+         Synopsys Designware IP.
+
+         If you have a controller with this interface, say Y or M here.
+
+         If unsure, say Y.
+
+config MMC_DW_PCI
+       tristate "Synopsys Designware MCI support on PCI bus"
+       depends on MMC_DW && PCI
+       help
+         This selects the PCI bus for the Synopsys Designware Mobile Storage IP.
+         Select this option if the IP is present on PCI platform.
+
+         If you have a controller with this interface, say Y or M here.
+
+         If unsure, say N.
+
 config MMC_SH_MMCIF
        tristate "SuperH Internal MMCIF support"
        depends on MMC_BLOCK && (SUPERH || ARCH_SHMOBILE)