aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorWei WANG <wei_wang@realsil.com.cn>2012-11-09 07:53:33 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-15 20:30:14 -0500
commit67d16a4686c9b94c8f52a66afe7521909aeb75b4 (patch)
tree16e58ccd12f518cb9d62b7b0000301983e64d129 /drivers/mfd/Kconfig
parentecd43c0d7e504fde69e6e53ac63adfd2feea135a (diff)
drivers/mfd: Add realtek pcie card reader driver
Realtek PCI-E card reader driver adapts requests from upper-level sdmmc/memstick layer to the real physical card reader. Signed-off-by: Wei WANG <wei_wang@realsil.com.cn> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Tested-by: Borislav Petkov <bp@alien8.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index acab3ef8a310..867af072d482 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -63,6 +63,15 @@ config MFD_SM501_GPIO
63 lines on the SM501. The platform data is used to supply the 63 lines on the SM501. The platform data is used to supply the
64 base number for the first GPIO line to register. 64 base number for the first GPIO line to register.
65 65
66config MFD_RTSX_PCI
67 tristate "Support for Realtek PCI-E card reader"
68 depends on PCI
69 help
70 This supports for Realtek PCI-Express card reader including rts5209,
71 rts5229, rtl8411, etc. Realtek card reader supports access to many
72 types of memory cards, such as Memory Stick, Memory Stick Pro,
73 Secure Digital and MultiMediaCard.
74
66config MFD_ASIC3 75config MFD_ASIC3
67 bool "Support for Compaq ASIC3" 76 bool "Support for Compaq ASIC3"
68 depends on GENERIC_HARDIRQS && GPIOLIB && ARM 77 depends on GENERIC_HARDIRQS && GPIOLIB && ARM