aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cardreader/Kconfig
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2018-12-02 11:30:45 +0100
committerUlf Hansson <ulf.hansson@linaro.org>2018-12-17 08:26:24 +0100
commit4f556bc04e3c0de2f5c69adc9e9f2bcefcad079d (patch)
tree9569f885023a94ed0fb0bfd6232adde60ede4676 /drivers/misc/cardreader/Kconfig
parentmmc: convert to DEFINE_SHOW_ATTRIBUTE (diff)
downloadlinux-dev-4f556bc04e3c0de2f5c69adc9e9f2bcefcad079d.tar.xz
linux-dev-4f556bc04e3c0de2f5c69adc9e9f2bcefcad079d.zip
misc: cardreader: add new Alcor Micro Cardreader PCI driver
This driver provides support for Alcor Micro AU6601 and AU6621 card readers. This is single LUN HW and it is expected to work with following standards: - Support SDR104 / SDR50 - MultiMedia Card (MMC) - Memory Stick (MS) - Memory Stick PRO (MS_Pro) Since it is a PCIe controller, it should work on any architecture supporting PCIe. For now, it was developed and tested only on x86_64. This driver is a result of RE work and was created without any documentation or real knowledge of HW internals. Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/misc/cardreader/Kconfig')
-rw-r--r--drivers/misc/cardreader/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/misc/cardreader/Kconfig b/drivers/misc/cardreader/Kconfig
index 69e815e32a8c..ed8993b5d058 100644
--- a/drivers/misc/cardreader/Kconfig
+++ b/drivers/misc/cardreader/Kconfig
@@ -1,3 +1,14 @@
+config MISC_ALCOR_PCI
+ tristate "Alcor Micro/Alcor Link PCI-E card reader"
+ depends on PCI
+ select MFD_CORE
+ help
+ This supports for Alcor Micro PCI-Express card reader including au6601,
+ au6621.
+ Alcor Micro card readers support access to many types of memory cards,
+ such as Memory Stick, Memory Stick Pro, Secure Digital and
+ MultiMediaCard.
+
config MISC_RTSX_PCI
tristate "Realtek PCI-E card reader"
depends on PCI