Skip to content

Commit 9b673c7

Browse files
0xff07gregkh
authored andcommitted
misc: rtsx: list supported models in Kconfig help
rts5228, rts5261, rts5264 are supported by the rtsx_pci driver, but they are not mentioned in the Kconfig help when the code was added. List those models in the Kconfig help accordingly. Signed-off-by: Yo-Jung Lin (Leo) <0xff07@gmail.com> Link: https://lore.kernel.org/r/20241017144747.15966-1-0xff07@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 6e90b67 commit 9b673c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/misc/cardreader/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ config MISC_RTSX_PCI
1616
select MFD_CORE
1717
help
1818
This supports for Realtek PCI-Express card reader including rts5209,
19-
rts5227, rts522A, rts5229, rts5249, rts524A, rts525A, rtl8411, rts5260.
19+
rts5227, rts5228, rts522A, rts5229, rts5249, rts524A, rts525A, rtl8411,
20+
rts5260, rts5261, rts5264.
2021
Realtek card readers support access to many types of memory cards,
2122
such as Memory Stick, Memory Stick Pro, Secure Digital and
2223
MultiMediaCard.

0 commit comments

Comments
 (0)