diff options
author | Harald Welte <HaraldWelte@viatech.com> | 2009-06-17 14:22:39 -0400 |
---|---|---|
committer | Pierre Ossman <pierre@ossman.eu> | 2009-06-21 15:00:59 -0400 |
commit | f0bf7f61b8405224bc52fc9a3ccd167a68126e00 (patch) | |
tree | 395c5ab44bd5bf3f80ddb6c2184ec8ca0ad63c4f /drivers/mmc/host/Kconfig | |
parent | 5fe23c7f51def59f66bc6aeee988ef1a467a2c8c (diff) |
mmc: Add new via-sdmmc host controller driver
This adds the via-sdmmc driver for the SD/MMC-controller of VIA,
which is found in a number of recent integrated VIA chipset
products.
Signed-off-by: Harald Welte <HaraldWelte@viatech.com>
Signed-off-by: Pierre Ossman <pierre@ossman.eu>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 760992204a5e..891ef18bd77b 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -290,3 +290,14 @@ config MMC_CB710 | |||
290 | This driver can also be built as a module. If so, the module | 290 | This driver can also be built as a module. If so, the module |
291 | will be called cb710-mmc. | 291 | will be called cb710-mmc. |
292 | 292 | ||
293 | config MMC_VIA_SDMMC | ||
294 | tristate "VIA SD/MMC Card Reader Driver" | ||
295 | depends on PCI | ||
296 | help | ||
297 | This selects the VIA SD/MMC Card Reader driver, say Y or M here. | ||
298 | VIA provides one multi-functional card reader which integrated into | ||
299 | some motherboards manufactured by VIA. This card reader supports | ||
300 | SD/MMC/SDHC. | ||
301 | If you have a controller with this interface, say Y or M here. | ||
302 | |||
303 | If unsure, say N. | ||