]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
misc: rtsx: list supported models in Kconfig help
authorYo-Jung (Leo) Lin <0xff07@gmail.com>
Thu, 17 Oct 2024 14:47:38 +0000 (22:47 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Oct 2024 11:40:17 +0000 (13:40 +0200)
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>
drivers/misc/cardreader/Kconfig

index 022322dfb36efbe77353f899910750e0b28084a7..a70700f0e592db652f31d4afc1dab740ac7257dc 100644 (file)
@@ -16,7 +16,8 @@ config MISC_RTSX_PCI
        select MFD_CORE
        help
          This supports for Realtek PCI-Express card reader including rts5209,
-         rts5227, rts522A, rts5229, rts5249, rts524A, rts525A, rtl8411, rts5260.
+         rts5227, rts5228, rts522A, rts5229, rts5249, rts524A, rts525A, rtl8411,
+         rts5260, rts5261, rts5264.
          Realtek card readers support access to many types of memory cards,
          such as Memory Stick, Memory Stick Pro, Secure Digital and
          MultiMediaCard.