1config RTS_PSTOR 2 tristate "RealTek PCI-E Card Reader support" 3 depends on PCI && SCSI 4 help 5 Say Y here to include driver code to support the Realtek 6 PCI-E card readers. 7 8 If this driver is compiled as a module, it will be named rts_pstor. 9 10config RTS_PSTOR_DEBUG 11 bool "Realtek PCI-E Card Reader verbose debug" 12 depends on RTS_PSTOR 13 help 14 Say Y here in order to have the rts_pstor code generate 15 verbose debugging messages. 16 17