aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/Kconfig
Commit message (Collapse)AuthorAge
* mmc: explicitly mention SDIO support in KconfigPierre Ossman2008-10-12
| | | | Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
* mmc: remove redundant "depends on"Pierre Ossman2008-10-12
| | | | Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
* mmc: mmc host test driverPierre Ossman2008-05-14
| | | | | | | A dummy driver that performs a series of requests that are often mis- handled by host drivers. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
* sdio: UART/GPS driverNicolas Pitre2007-09-23
| | | | | | | | This currently only accepts the GPS class since that's all I have for testing. Tested with a Matsushita GPS and gpsd version 2.34. Signed-off-by: Nicolas Pitre <npitre@mvista.com> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
* mmc: bounce requests for simple hostsPierre Ossman2007-07-09
| | | | | | | | Some hosts cannot do scatter/gather in hardware. Since not doing sg is such a big performance hit, we (optionally) bounce the requests to a simple linear buffer that we hand over to the driver. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
* mmc: Use menuconfig objectsJan Engelhardt2007-05-08
| | | | | | | | | Change Kconfig objects from "menu, config" into "menuconfig" so that the user can disable the whole feature without having to enter the menu first. Signed-off-by: Jan Engelhardt <jengelh@gmx.de> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
* mmc: Move host and card drivers to subdirsPierre Ossman2007-05-01
Clean up the drivers/mmc directory by moving card and host drivers into subdirectories. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>