diff options
author | Roger Tseng <rogerable@realtek.com> | 2014-04-11 14:53:23 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-04-28 11:02:46 +0100 |
commit | 99451dceeb5fdd789f0a2eeb3ee029e80d2ccc40 (patch) | |
tree | 33f0c80f7f6434354638faac8fed6f3bf27caa5f /drivers/memstick/host/Makefile | |
parent | 1d14310abb74011dc5523baf0aee75b94070861a (diff) |
memstick: Add realtek USB memstick host driver
Realtek USB memstick host driver provides memstick host support based on the
Realtek USB card reader MFD driver.
Signed-off-by: Roger Tseng <rogerable@realtek.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/memstick/host/Makefile')
-rw-r--r-- | drivers/memstick/host/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/memstick/host/Makefile b/drivers/memstick/host/Makefile index af3459d7686e..491c9557441d 100644 --- a/drivers/memstick/host/Makefile +++ b/drivers/memstick/host/Makefile @@ -6,3 +6,4 @@ obj-$(CONFIG_MEMSTICK_TIFM_MS) += tifm_ms.o obj-$(CONFIG_MEMSTICK_JMICRON_38X) += jmb38x_ms.o obj-$(CONFIG_MEMSTICK_R592) += r592.o obj-$(CONFIG_MEMSTICK_REALTEK_PCI) += rtsx_pci_ms.o +obj-$(CONFIG_MEMSTICK_REALTEK_USB) += rtsx_usb_ms.o |