diff options
author | Roger Tseng <rogerable@realtek.com> | 2014-02-12 18:00:36 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-03-19 08:58:18 +0000 |
commit | 730876be256603b4ee7225a125467d97a7ce9060 (patch) | |
tree | 8c4f3b6156db3bb733d7d34a04a022993a25b953 /drivers/mfd/Makefile | |
parent | c88fd91bcd016b84e5f7d7ebd583e073e5ead48a (diff) | |
download | linux-730876be256603b4ee7225a125467d97a7ce9060.tar.gz linux-730876be256603b4ee7225a125467d97a7ce9060.tar.bz2 linux-730876be256603b4ee7225a125467d97a7ce9060.zip |
mfd: Add realtek USB card reader driver
Realtek USB card reader provides a channel to transfer command or data to flash
memory cards. This driver exports host instances for mmc and memstick subsystems
and handles basic works.
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Roger Tseng <rogerable@realtek.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 5e5cfbd1b8da..377bd519884c 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -14,6 +14,7 @@ obj-$(CONFIG_MFD_CROS_EC_SPI) += cros_ec_spi.o rtsx_pci-objs := rtsx_pcr.o rts5209.o rts5229.o rtl8411.o rts5227.o rts5249.o obj-$(CONFIG_MFD_RTSX_PCI) += rtsx_pci.o +obj-$(CONFIG_MFD_RTSX_USB) += rtsx_usb.o obj-$(CONFIG_HTC_EGPIO) += htc-egpio.o obj-$(CONFIG_HTC_PASIC3) += htc-pasic3.o |