mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-16 18:26:42 +00:00
b902dd4ecc
Realtek PCI-E Memstick card host driver is used to access Memstick card, with the help of Realtek PCI-E card reader MFD driver. Signed-off-by: Wei WANG <wei_wang@realsil.com.cn> Acked-by: Alex Dubov <oakad@yahoo.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9 lines
242 B
Makefile
9 lines
242 B
Makefile
#
|
|
# Makefile for MemoryStick host controller drivers
|
|
#
|
|
|
|
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
|