Kconfig (32d5493eb83a217c3b1eba4b98cd6d19864f71a8) | Kconfig (70fcc0050733a7cd1b452cfa3de3a9b376412565) |
---|---|
1# 2# USB Storage driver configuration 3# 4 5comment "NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may" 6comment "also be needed; see USB_STORAGE Help for more info" 7 depends on USB 8 --- 81 unchanged lines hidden (view full) --- 90 help 91 Say Y here to include additional code to support the Sandisk SDDR-09 92 SmartMedia reader in the USB Mass Storage driver. 93 Also works for the Microtech Zio! CompactFlash/SmartMedia reader. 94 95 If this driver is compiled as a module, it will be named ums-sddr09. 96 97config USB_STORAGE_SDDR55 | 1# 2# USB Storage driver configuration 3# 4 5comment "NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may" 6comment "also be needed; see USB_STORAGE Help for more info" 7 depends on USB 8 --- 81 unchanged lines hidden (view full) --- 90 help 91 Say Y here to include additional code to support the Sandisk SDDR-09 92 SmartMedia reader in the USB Mass Storage driver. 93 Also works for the Microtech Zio! CompactFlash/SmartMedia reader. 94 95 If this driver is compiled as a module, it will be named ums-sddr09. 96 97config USB_STORAGE_SDDR55 |
98 bool "SanDisk SDDR-55 SmartMedia support" | 98 tristate "SanDisk SDDR-55 SmartMedia support" |
99 depends on USB_STORAGE 100 help 101 Say Y here to include additional code to support the Sandisk SDDR-55 102 SmartMedia reader in the USB Mass Storage driver. 103 | 99 depends on USB_STORAGE 100 help 101 Say Y here to include additional code to support the Sandisk SDDR-55 102 SmartMedia reader in the USB Mass Storage driver. 103 |
104 If this driver is compiled as a module, it will be named ums-sddr55. 105 |
|
104config USB_STORAGE_JUMPSHOT 105 bool "Lexar Jumpshot Compact Flash Reader" 106 depends on USB_STORAGE 107 help 108 Say Y here to include additional code to support the Lexar Jumpshot 109 USB CompactFlash reader. 110 111config USB_STORAGE_ALAUDA --- 58 unchanged lines hidden --- | 106config USB_STORAGE_JUMPSHOT 107 bool "Lexar Jumpshot Compact Flash Reader" 108 depends on USB_STORAGE 109 help 110 Say Y here to include additional code to support the Lexar Jumpshot 111 USB CompactFlash reader. 112 113config USB_STORAGE_ALAUDA --- 58 unchanged lines hidden --- |