diff options
author | Vipin Bhandari <vipin.bhandari@ti.com> | 2009-12-14 21:01:21 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-15 11:53:34 -0500 |
commit | b4cff4549b7a8c5fc8b88e3493b6287555f0512c (patch) | |
tree | b0fd842569e51b86729d0eee8120ff582e0aa439 /drivers/mmc/host/Kconfig | |
parent | 3423d80af67a94a641cc3297ec8c0869aa7f197c (diff) |
DaVinci: MMC: MMC/SD controller driver for DaVinci family
Add support for MMC/SD controller driver for all DaVinci family SoC. This
patch supports davinci family SoC's DM6446, DM355, DM365 and
DA830/OMAPL137.
The patch has been tested on DM355 EVM.
The MMCSD controller specifications for DM355 can be found at
http://focus.ti.com/general/docs/litabsmultiplefilelist.tsp?literatureNumber=spruee2c
Signed-off-by: Vipin Bhandari <vipin.bhandari@ti.com>
Signed-off-by: Purshotam Kumar <purushotam@ti.com>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index e04b751680d0..84ec1fa46a41 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -251,6 +251,14 @@ config MMC_MVSDIO | |||
251 | To compile this driver as a module, choose M here: the | 251 | To compile this driver as a module, choose M here: the |
252 | module will be called mvsdio. | 252 | module will be called mvsdio. |
253 | 253 | ||
254 | config MMC_DAVINCI | ||
255 | tristate "TI DAVINCI Multimedia Card Interface support" | ||
256 | depends on ARCH_DAVINCI | ||
257 | help | ||
258 | This selects the TI DAVINCI Multimedia card Interface. | ||
259 | If you have an DAVINCI board with a Multimedia Card slot, | ||
260 | say Y or M here. If unsure, say N. | ||
261 | |||
254 | config MMC_SPI | 262 | config MMC_SPI |
255 | tristate "MMC/SD/SDIO over SPI" | 263 | tristate "MMC/SD/SDIO over SPI" |
256 | depends on SPI_MASTER && !HIGHMEM && HAS_DMA | 264 | depends on SPI_MASTER && !HIGHMEM && HAS_DMA |