diff options
author | David Vrabel <david.vrabel@csr.com> | 2010-09-02 10:15:08 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2010-10-23 09:11:11 -0400 |
commit | 53f3a9e26ed5a94bd3caf732e7635692cd3c4402 (patch) | |
tree | 4324614f7891ff66eea931f146fec64769b9bb1e /drivers/mmc/host/Kconfig | |
parent | a36274e0184193e393fb82957925c3981a6b0477 (diff) |
mmc: USB SD Host Controller (USHC) driver
Add a driver for USB SD Host Controller devices. These devices are
Cypress Astoria chips with firmware compliant with issue 2 of CSR's USHC
specification.
[cjb: adapt to block layer deprecation of max_{hw,phys}_segs]
Signed-off-by: David Vrabel <david.vrabel@csr.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 68d12794cfd9..8de7b9e8fc51 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -451,3 +451,17 @@ config MMC_JZ4740 | |||
451 | SoCs. | 451 | SoCs. |
452 | If you have a board based on such a SoC and with a SD/MMC slot, | 452 | If you have a board based on such a SoC and with a SD/MMC slot, |
453 | say Y or M here. | 453 | say Y or M here. |
454 | |||
455 | config MMC_USHC | ||
456 | tristate "USB SD Host Controller (USHC) support" | ||
457 | depends on USB | ||
458 | help | ||
459 | This selects support for USB SD Host Controllers based on | ||
460 | the Cypress Astoria chip with firmware compliant with CSR's | ||
461 | USB SD Host Controller specification (CS-118793-SP). | ||
462 | |||
463 | CSR boards with this device include: USB<>SDIO (M1985v2), | ||
464 | and Ultrasira. | ||
465 | |||
466 | Note: These controllers only support SDIO cards and do not | ||
467 | support MMC or SD memory cards. | ||