142 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3comment "Parallel IDE protocol modules"4 depends on PATA_PARPORT5 6config PATA_PARPORT_ATEN7 tristate "ATEN EH-100 protocol"8 depends on PATA_PARPORT9 help10 This option enables support for the ATEN EH-100 parallel port IDE11 protocol. This protocol is used in some inexpensive low performance12 parallel port kits made in Hong Kong.13 14config PATA_PARPORT_BPCK15 tristate "MicroSolutions backpack (Series 5) protocol"16 depends on PATA_PARPORT17 help18 This option enables support for the Micro Solutions BACKPACK19 parallel port Series 5 IDE protocol. (Most BACKPACK drives made20 before 1999 were Series 5) Series 5 drives will NOT always have the21 Series noted on the bottom of the drive. Series 6 drivers will.22 23 In other words, if your BACKPACK drive doesn't say "Series 6" on the24 bottom, enable this option.25 26config PATA_PARPORT_BPCK627 tristate "MicroSolutions backpack (Series 6) protocol"28 depends on PATA_PARPORT29 help30 This option enables support for the Micro Solutions BACKPACK31 parallel port Series 6 IDE protocol. (Most BACKPACK drives made32 after 1999 were Series 6) Series 6 drives will have the Series noted33 on the bottom of the drive. Series 5 drivers don't always have it34 noted.35 36 In other words, if your BACKPACK drive says "Series 6" on the37 bottom, enable this option.38 39config PATA_PARPORT_COMM40 tristate "DataStor Commuter protocol"41 depends on PATA_PARPORT42 help43 This option enables support for the Commuter parallel port IDE44 protocol from DataStor.45 46config PATA_PARPORT_DSTR47 tristate "DataStor EP-2000 protocol"48 depends on PATA_PARPORT49 help50 This option enables support for the EP-2000 parallel port IDE51 protocol from DataStor52 53config PATA_PARPORT_FIT254 tristate "FIT TD-2000 protocol"55 depends on PATA_PARPORT56 help57 This option enables support for the TD-2000 parallel port IDE58 protocol from Fidelity International Technology. This is a simple59 (low speed) adapter that is used in some portable hard drives.60 61config PATA_PARPORT_FIT362 tristate "FIT TD-3000 protocol"63 depends on PATA_PARPORT64 help65 This option enables support for the TD-3000 parallel port IDE66 protocol from Fidelity International Technology. This protocol is67 used in newer models of their portable disk, CD-ROM and PD/CD68 devices.69 70config PATA_PARPORT_EPAT71 tristate "Shuttle EPAT/EPEZ protocol"72 depends on PATA_PARPORT73 help74 This option enables support for the EPAT parallel port IDE protocol.75 EPAT is a parallel port IDE adapter manufactured by Shuttle76 Technology and widely used in devices from major vendors such as77 Hewlett-Packard, SyQuest, Imation and Avatar.78 79config PATA_PARPORT_EPATC880 bool "Support c7/c8 chips"81 depends on PATA_PARPORT_EPAT82 help83 This option enables support for the newer Shuttle EP1284 (aka c7 and84 c8) chip. You need this if you are using any recent Imation SuperDisk85 (LS-120) drive.86 87config PATA_PARPORT_EPIA88 tristate "Shuttle EPIA protocol"89 depends on PATA_PARPORT90 help91 This option enables support for the (obsolete) EPIA parallel port92 IDE protocol from Shuttle Technology. This adapter can still be93 found in some no-name kits.94 95config PATA_PARPORT_FRIQ96 tristate "Freecom IQ ASIC-2 protocol"97 depends on PATA_PARPORT98 help99 This option enables support for version 2 of the Freecom IQ parallel100 port IDE adapter. This adapter is used by the Maxell Superdisk101 drive.102 103config PATA_PARPORT_FRPW104 tristate "FreeCom power protocol"105 depends on PATA_PARPORT106 help107 This option enables support for the Freecom power parallel port IDE108 protocol.109 110config PATA_PARPORT_KBIC111 tristate "KingByte KBIC-951A/971A protocols"112 depends on PATA_PARPORT113 help114 This option enables support for the KBIC-951A and KBIC-971A parallel115 port IDE protocols from KingByte Information Corp. KingByte's116 adapters appear in many no-name portable disk and CD-ROM products,117 especially in Europe.118 119config PATA_PARPORT_KTTI120 tristate "KT PHd protocol"121 depends on PATA_PARPORT122 help123 This option enables support for the "PHd" parallel port IDE protocol124 from KT Technology. This is a simple (low speed) adapter that is125 used in some 2.5" portable hard drives.126 127config PATA_PARPORT_ON20128 tristate "OnSpec 90c20 protocol"129 depends on PATA_PARPORT130 help131 This option enables support for the (obsolete) 90c20 parallel port132 IDE protocol from OnSpec (often marketed under the ValuStore brand133 name).134 135config PATA_PARPORT_ON26136 tristate "OnSpec 90c26 protocol"137 depends on PATA_PARPORT138 help139 This option enables support for the 90c26 parallel port IDE protocol140 from OnSpec Electronics (often marketed under the ValuStore brand141 name).142