diff options
author | Harald Welte <HaraldWelte@viatech.com> | 2009-06-17 20:22:39 +0200 |
---|---|---|
committer | Pierre Ossman <pierre@ossman.eu> | 2009-06-21 21:00:59 +0200 |
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 This driver can also be built as a module. If so, the module will be called cb710-mmc. +config MMC_VIA_SDMMC + tristate "VIA SD/MMC Card Reader Driver" + depends on PCI + help + This selects the VIA SD/MMC Card Reader driver, say Y or M here. + VIA provides one multi-functional card reader which integrated into + some motherboards manufactured by VIA. This card reader supports + SD/MMC/SDHC. + If you have a controller with this interface, say Y or M here. + + If unsure, say N. |