Jeff Garzik | 421b20b | 2006-08-14 14:27:36 -0400 | [diff] [blame] | 1 | # |
| 2 | # SATA/PATA driver configuration |
| 3 | # |
| 4 | |
Jan Engelhardt | b196fc6 | 2007-05-10 22:48:54 -0700 | [diff] [blame] | 5 | menuconfig ATA |
| 6 | tristate "Serial ATA (prod) and Parallel ATA (experimental) drivers" |
Martin Schwidefsky | e25df12 | 2007-05-10 15:45:57 +0200 | [diff] [blame] | 7 | depends on HAS_IOMEM |
Adrian Bunk | bf2d401 | 2006-10-20 14:39:35 -0700 | [diff] [blame] | 8 | depends on BLOCK |
Al Viro | 9317fd4 | 2006-09-24 23:40:00 +0100 | [diff] [blame] | 9 | depends on !(M32R || M68K) || BROKEN |
Al Viro | 8abf106 | 2006-09-24 23:41:00 +0100 | [diff] [blame] | 10 | depends on !SUN4 || BROKEN |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 11 | select SCSI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 12 | ---help--- |
| 13 | If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or |
| 14 | any other ATA device under Linux, say Y and make sure that you know |
| 15 | the name of your ATA host adapter (the card inside your computer |
| 16 | that "speaks" the ATA protocol, also called ATA controller), |
| 17 | because you will be asked for it. |
| 18 | |
Randy Dunlap | abcdceb | 2007-06-11 11:59:34 -0700 | [diff] [blame] | 19 | NOTE: ATA enables basic SCSI support; *however*, |
| 20 | 'SCSI disk support', 'SCSI tape support', or |
| 21 | 'SCSI CDROM support' may also be needed, |
| 22 | depending on your hardware configuration. |
| 23 | |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 24 | if ATA |
| 25 | |
David Woodhouse | 8cdf92a | 2007-01-01 19:31:15 +0000 | [diff] [blame] | 26 | config ATA_NONSTANDARD |
| 27 | bool |
| 28 | default n |
| 29 | |
Tejun Heo | e92351b | 2007-05-05 23:50:38 +0900 | [diff] [blame] | 30 | config ATA_ACPI |
Chris Wedgwood | c30484d | 2008-03-18 15:06:48 -0700 | [diff] [blame] | 31 | bool "ATA ACPI Support" |
Tejun Heo | e92351b | 2007-05-05 23:50:38 +0900 | [diff] [blame] | 32 | depends on ACPI && PCI |
Len Brown | 0ac4a3c | 2008-03-18 00:26:07 -0400 | [diff] [blame] | 33 | select ACPI_DOCK |
Tejun Heo | e92351b | 2007-05-05 23:50:38 +0900 | [diff] [blame] | 34 | default y |
| 35 | help |
| 36 | This option adds support for ATA-related ACPI objects. |
| 37 | These ACPI objects add the ability to retrieve taskfiles |
| 38 | from the ACPI BIOS and write them to the disk controller. |
| 39 | These objects may be related to performance, security, |
| 40 | power management, or other areas. |
| 41 | You can disable this at kernel boot time by using the |
| 42 | option libata.noacpi=1 |
| 43 | |
Tejun Heo | 88fcd56 | 2008-04-07 22:47:22 +0900 | [diff] [blame^] | 44 | config SATA_PMP |
| 45 | bool "SATA Port Multiplier support" |
| 46 | default y |
| 47 | help |
| 48 | This option adds support for SATA Port Multipliers. |
| 49 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 50 | config SATA_AHCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 51 | tristate "AHCI SATA support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 52 | depends on PCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 53 | help |
| 54 | This option enables support for AHCI Serial ATA. |
| 55 | |
| 56 | If unsure, say N. |
| 57 | |
Tejun Heo | 127102a | 2008-04-07 22:47:21 +0900 | [diff] [blame] | 58 | config SATA_SIL24 |
| 59 | tristate "Silicon Image 3124/3132 SATA support" |
| 60 | depends on PCI |
| 61 | help |
| 62 | This option enables support for Silicon Image 3124/3132 Serial ATA. |
| 63 | |
| 64 | If unsure, say N. |
| 65 | |
| 66 | config SATA_FSL |
| 67 | tristate "Freescale 3.0Gbps SATA support" |
| 68 | depends on FSL_SOC |
| 69 | help |
| 70 | This option enables support for Freescale 3.0Gbps SATA controller. |
| 71 | It can be found on MPC837x and MPC8315. |
| 72 | |
| 73 | If unsure, say N. |
| 74 | |
| 75 | config ATA_SFF |
| 76 | bool "ATA SFF support" |
| 77 | default y |
| 78 | help |
| 79 | This option adds support for ATA controllers with SFF |
| 80 | compliant or similar programming interface. |
| 81 | |
| 82 | if ATA_SFF |
| 83 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 84 | config SATA_SVW |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 85 | tristate "ServerWorks Frodo / Apple K2 SATA support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 86 | depends on PCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 87 | help |
| 88 | This option enables support for Broadcom/Serverworks/Apple K2 |
| 89 | SATA support. |
| 90 | |
| 91 | If unsure, say N. |
| 92 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 93 | config ATA_PIIX |
Alan | 2c7620d | 2007-02-05 16:04:10 +0000 | [diff] [blame] | 94 | tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 95 | depends on PCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 96 | help |
Alan | 2bfc361 | 2006-12-16 12:54:29 +0000 | [diff] [blame] | 97 | This option enables support for ICH5/6/7/8 Serial ATA |
Alan | 2c7620d | 2007-02-05 16:04:10 +0000 | [diff] [blame] | 98 | and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series |
| 99 | host controllers. |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 100 | |
| 101 | If unsure, say N. |
| 102 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 103 | config SATA_MV |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 104 | tristate "Marvell SATA support (HIGHLY EXPERIMENTAL)" |
Saeed Bishara | 7bb3c52 | 2008-01-30 11:50:45 -1100 | [diff] [blame] | 105 | depends on EXPERIMENTAL |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 106 | help |
| 107 | This option enables support for the Marvell Serial ATA family. |
| 108 | Currently supports 88SX[56]0[48][01] chips. |
| 109 | |
| 110 | If unsure, say N. |
| 111 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 112 | config SATA_NV |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 113 | tristate "NVIDIA SATA support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 114 | depends on PCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 115 | help |
| 116 | This option enables support for NVIDIA Serial ATA. |
| 117 | |
| 118 | If unsure, say N. |
| 119 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 120 | config PDC_ADMA |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 121 | tristate "Pacific Digital ADMA support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 122 | depends on PCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 123 | help |
| 124 | This option enables support for Pacific Digital ADMA controllers |
| 125 | |
| 126 | If unsure, say N. |
| 127 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 128 | config SATA_QSTOR |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 129 | tristate "Pacific Digital SATA QStor support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 130 | depends on PCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 131 | help |
| 132 | This option enables support for Pacific Digital Serial ATA QStor. |
| 133 | |
| 134 | If unsure, say N. |
| 135 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 136 | config SATA_PROMISE |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 137 | tristate "Promise SATA TX2/TX4 support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 138 | depends on PCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 139 | help |
| 140 | This option enables support for Promise Serial ATA TX2/TX4. |
| 141 | |
| 142 | If unsure, say N. |
| 143 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 144 | config SATA_SX4 |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 145 | tristate "Promise SATA SX4 support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 146 | depends on PCI && EXPERIMENTAL |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 147 | help |
| 148 | This option enables support for Promise Serial ATA SX4. |
| 149 | |
| 150 | If unsure, say N. |
| 151 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 152 | config SATA_SIL |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 153 | tristate "Silicon Image SATA support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 154 | depends on PCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 155 | help |
| 156 | This option enables support for Silicon Image Serial ATA. |
| 157 | |
| 158 | If unsure, say N. |
| 159 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 160 | config SATA_SIS |
Alan | 9b14dec | 2007-01-08 16:11:07 +0000 | [diff] [blame] | 161 | tristate "SiS 964/965/966/180 SATA support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 162 | depends on PCI |
Alan | 9b14dec | 2007-01-08 16:11:07 +0000 | [diff] [blame] | 163 | select PATA_SIS |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 164 | help |
Jeff Garzik | a617c09 | 2007-05-21 20:14:23 -0400 | [diff] [blame] | 165 | This option enables support for SiS Serial ATA on |
Alan | 9b14dec | 2007-01-08 16:11:07 +0000 | [diff] [blame] | 166 | SiS 964/965/966/180 and Parallel ATA on SiS 180. |
| 167 | The PATA support for SiS 180 requires additionally to |
| 168 | enable the PATA_SIS driver in the config. |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 169 | If unsure, say N. |
| 170 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 171 | config SATA_ULI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 172 | tristate "ULi Electronics SATA support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 173 | depends on PCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 174 | help |
| 175 | This option enables support for ULi Electronics SATA. |
| 176 | |
| 177 | If unsure, say N. |
| 178 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 179 | config SATA_VIA |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 180 | tristate "VIA SATA support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 181 | depends on PCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 182 | help |
| 183 | This option enables support for VIA Serial ATA. |
| 184 | |
| 185 | If unsure, say N. |
| 186 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 187 | config SATA_VITESSE |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 188 | tristate "VITESSE VSC-7174 / INTEL 31244 SATA support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 189 | depends on PCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 190 | help |
| 191 | This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA. |
| 192 | |
| 193 | If unsure, say N. |
| 194 | |
Tejun Heo | 1fd7a69 | 2007-01-03 17:32:45 +0900 | [diff] [blame] | 195 | config SATA_INIC162X |
| 196 | tristate "Initio 162x SATA support (HIGHLY EXPERIMENTAL)" |
| 197 | depends on PCI && EXPERIMENTAL |
| 198 | help |
| 199 | This option enables support for Initio 162x Serial ATA. |
| 200 | |
Alan Cox | 025621f | 2007-10-04 21:32:58 +0100 | [diff] [blame] | 201 | config PATA_ACPI |
| 202 | tristate "ACPI firmware driver for PATA" |
| 203 | depends on ATA_ACPI |
| 204 | help |
| 205 | This option enables an ACPI method driver which drives |
| 206 | motherboard PATA controller interfaces through the ACPI |
| 207 | firmware in the BIOS. This driver can sometimes handle |
| 208 | otherwise unsupported hardware. |
| 209 | |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 210 | config PATA_ALI |
| 211 | tristate "ALi PATA support (Experimental)" |
| 212 | depends on PCI && EXPERIMENTAL |
| 213 | help |
| 214 | This option enables support for the ALi ATA interfaces |
| 215 | found on the many ALi chipsets. |
| 216 | |
| 217 | If unsure, say N. |
| 218 | |
| 219 | config PATA_AMD |
Alan Cox | 942d094 | 2007-03-08 23:24:49 +0000 | [diff] [blame] | 220 | tristate "AMD/NVidia PATA support" |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 221 | depends on PCI |
| 222 | help |
| 223 | This option enables support for the AMD and NVidia PATA |
| 224 | interfaces found on the chipsets for Athlon/Athlon64. |
| 225 | |
| 226 | If unsure, say N. |
| 227 | |
| 228 | config PATA_ARTOP |
Alan Cox | c645fd3 | 2007-09-20 14:58:48 +0100 | [diff] [blame] | 229 | tristate "ARTOP 6210/6260 PATA support" |
| 230 | depends on PCI |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 231 | help |
| 232 | This option enables support for ARTOP PATA controllers. |
| 233 | |
| 234 | If unsure, say N. |
| 235 | |
Kristoffer Nyborg Gregertsen | 7c9ef8e | 2007-08-08 16:57:08 +0200 | [diff] [blame] | 236 | config PATA_AT32 |
| 237 | tristate "Atmel AVR32 PATA support (Experimental)" |
| 238 | depends on AVR32 && PLATFORM_AT32AP && EXPERIMENTAL |
| 239 | help |
| 240 | This option enables support for the IDE devices on the |
| 241 | Atmel AT32AP platform. |
| 242 | |
| 243 | If unsure, say N. |
| 244 | |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 245 | config PATA_ATIIXP |
Alan Cox | c645fd3 | 2007-09-20 14:58:48 +0100 | [diff] [blame] | 246 | tristate "ATI PATA support" |
| 247 | depends on PCI |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 248 | help |
| 249 | This option enables support for the ATI ATA interfaces |
| 250 | found on the many ATI chipsets. |
| 251 | |
| 252 | If unsure, say N. |
| 253 | |
Alan Cox | b2248da | 2007-03-06 02:38:11 -0800 | [diff] [blame] | 254 | config PATA_CMD640_PCI |
| 255 | tristate "CMD640 PCI PATA support (Very Experimental)" |
| 256 | depends on PCI && EXPERIMENTAL |
| 257 | help |
| 258 | This option enables support for the CMD640 PCI IDE |
| 259 | interface chip. Only the primary channel is currently |
| 260 | supported. |
| 261 | |
| 262 | If unsure, say N. |
| 263 | |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 264 | config PATA_CMD64X |
Alan Cox | c645fd3 | 2007-09-20 14:58:48 +0100 | [diff] [blame] | 265 | tristate "CMD64x PATA support" |
| 266 | depends on PCI |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 267 | help |
| 268 | This option enables support for the CMD64x series chips |
| 269 | except for the CMD640. |
| 270 | |
| 271 | If unsure, say N. |
| 272 | |
| 273 | config PATA_CS5520 |
| 274 | tristate "CS5510/5520 PATA support" |
| 275 | depends on PCI |
| 276 | help |
| 277 | This option enables support for the Cyrix 5510/5520 |
| 278 | companion chip used with the MediaGX/Geode processor family. |
| 279 | |
| 280 | If unsure, say N. |
| 281 | |
| 282 | config PATA_CS5530 |
| 283 | tristate "CS5530 PATA support (Experimental)" |
| 284 | depends on PCI && EXPERIMENTAL |
| 285 | help |
| 286 | This option enables support for the Cyrix/NatSemi/AMD CS5530 |
| 287 | companion chip used with the MediaGX/Geode processor family. |
| 288 | |
| 289 | If unsure, say N. |
| 290 | |
| 291 | config PATA_CS5535 |
| 292 | tristate "CS5535 PATA support (Experimental)" |
| 293 | depends on PCI && X86 && !X86_64 && EXPERIMENTAL |
| 294 | help |
| 295 | This option enables support for the NatSemi/AMD CS5535 |
| 296 | companion chip used with the Geode processor family. |
| 297 | |
| 298 | If unsure, say N. |
| 299 | |
Martin K. Petersen | 3957df6 | 2007-10-11 03:38:19 -0400 | [diff] [blame] | 300 | config PATA_CS5536 |
| 301 | tristate "CS5536 PATA support (Experimental)" |
| 302 | depends on PCI && X86 && !X86_64 && EXPERIMENTAL |
| 303 | help |
| 304 | This option enables support for the AMD CS5536 |
| 305 | companion chip used with the Geode LX processor family. |
| 306 | |
| 307 | If unsure, say N. |
| 308 | |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 309 | config PATA_CYPRESS |
| 310 | tristate "Cypress CY82C693 PATA support (Very Experimental)" |
| 311 | depends on PCI && EXPERIMENTAL |
| 312 | help |
| 313 | This option enables support for the Cypress/Contaq CY82C693 |
| 314 | chipset found in some Alpha systems |
| 315 | |
| 316 | If unsure, say N. |
| 317 | |
| 318 | config PATA_EFAR |
| 319 | tristate "EFAR SLC90E66 support" |
| 320 | depends on PCI |
| 321 | help |
| 322 | This option enables support for the EFAR SLC90E66 |
| 323 | IDE controller found on some older machines. |
| 324 | |
| 325 | If unsure, say N. |
| 326 | |
| 327 | config ATA_GENERIC |
| 328 | tristate "Generic ATA support" |
| 329 | depends on PCI |
| 330 | help |
| 331 | This option enables support for generic BIOS configured |
| 332 | ATA controllers via the new ATA layer |
| 333 | |
| 334 | If unsure, say N. |
| 335 | |
| 336 | config PATA_HPT366 |
Alan Cox | c645fd3 | 2007-09-20 14:58:48 +0100 | [diff] [blame] | 337 | tristate "HPT 366/368 PATA support" |
| 338 | depends on PCI |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 339 | help |
| 340 | This option enables support for the HPT 366 and 368 |
| 341 | PATA controllers via the new ATA layer. |
| 342 | |
| 343 | If unsure, say N. |
| 344 | |
| 345 | config PATA_HPT37X |
Alan Cox | 942d094 | 2007-03-08 23:24:49 +0000 | [diff] [blame] | 346 | tristate "HPT 370/370A/371/372/374/302 PATA support (Experimental)" |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 347 | depends on PCI && EXPERIMENTAL |
| 348 | help |
| 349 | This option enables support for the majority of the later HPT |
| 350 | PATA controllers via the new ATA layer. |
| 351 | |
| 352 | If unsure, say N. |
| 353 | |
| 354 | config PATA_HPT3X2N |
| 355 | tristate "HPT 372N/302N PATA support (Very Experimental)" |
| 356 | depends on PCI && EXPERIMENTAL |
| 357 | help |
| 358 | This option enables support for the N variant HPT PATA |
| 359 | controllers via the new ATA layer |
| 360 | |
| 361 | If unsure, say N. |
| 362 | |
| 363 | config PATA_HPT3X3 |
Alan Cox | 66e7da4 | 2007-07-09 11:46:22 -0700 | [diff] [blame] | 364 | tristate "HPT 343/363 PATA support" |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 365 | depends on PCI |
| 366 | help |
| 367 | This option enables support for the HPT 343/363 |
| 368 | PATA controllers via the new ATA layer |
| 369 | |
| 370 | If unsure, say N. |
| 371 | |
Alan Cox | 66e7da4 | 2007-07-09 11:46:22 -0700 | [diff] [blame] | 372 | config PATA_HPT3X3_DMA |
| 373 | bool "HPT 343/363 DMA support (Experimental)" |
| 374 | depends on PATA_HPT3X3 |
| 375 | help |
| 376 | This option enables DMA support for the HPT343/363 |
| 377 | controllers. Enable with care as there are still some |
| 378 | problems with DMA on this chipset. |
| 379 | |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 380 | config PATA_ISAPNP |
Alan Cox | 942d094 | 2007-03-08 23:24:49 +0000 | [diff] [blame] | 381 | tristate "ISA Plug and Play PATA support (Experimental)" |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 382 | depends on EXPERIMENTAL && ISAPNP |
| 383 | help |
| 384 | This option enables support for ISA plug & play ATA |
| 385 | controllers such as those found on old soundcards. |
| 386 | |
| 387 | If unsure, say N. |
| 388 | |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 389 | config PATA_IT821X |
Alan Cox | 942d094 | 2007-03-08 23:24:49 +0000 | [diff] [blame] | 390 | tristate "IT8211/2 PATA support" |
| 391 | depends on PCI |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 392 | help |
| 393 | This option enables support for the ITE 8211 and 8212 |
| 394 | PATA controllers via the new ATA layer, including RAID |
| 395 | mode. |
| 396 | |
| 397 | If unsure, say N. |
| 398 | |
Alan | 9b13b68 | 2006-12-07 08:59:14 -0800 | [diff] [blame] | 399 | config PATA_IT8213 |
| 400 | tristate "IT8213 PATA support (Experimental)" |
| 401 | depends on PCI && EXPERIMENTAL |
| 402 | help |
| 403 | This option enables support for the ITE 821 PATA |
| 404 | controllers via the new ATA layer. |
| 405 | |
| 406 | If unsure, say N. |
| 407 | |
Jeff Garzik | 406176e | 2006-09-06 10:48:19 -0400 | [diff] [blame] | 408 | config PATA_JMICRON |
| 409 | tristate "JMicron PATA support" |
| 410 | depends on PCI |
| 411 | help |
| 412 | Enable support for the JMicron IDE controller, via the new |
| 413 | ATA layer. |
| 414 | |
| 415 | If unsure, say N. |
| 416 | |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 417 | config PATA_LEGACY |
| 418 | tristate "Legacy ISA PATA support (Experimental)" |
Alan Cox | 4735ebed | 2006-09-26 17:37:22 +0100 | [diff] [blame] | 419 | depends on ISA && EXPERIMENTAL |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 420 | help |
| 421 | This option enables support for ISA/VLB bus legacy PATA |
| 422 | ports and allows them to be accessed via the new ATA layer. |
| 423 | |
| 424 | If unsure, say N. |
| 425 | |
| 426 | config PATA_TRIFLEX |
| 427 | tristate "Compaq Triflex PATA support" |
| 428 | depends on PCI |
| 429 | help |
| 430 | Enable support for the Compaq 'Triflex' IDE controller as found |
| 431 | on many Compaq Pentium-Pro systems, via the new ATA layer. |
| 432 | |
| 433 | If unsure, say N. |
| 434 | |
Alan Cox | 75742cb | 2006-10-16 16:40:06 +0100 | [diff] [blame] | 435 | config PATA_MARVELL |
| 436 | tristate "Marvell PATA support via legacy mode" |
| 437 | depends on PCI |
| 438 | help |
| 439 | This option enables limited support for the Marvell 88SE6145 ATA |
| 440 | controller. |
| 441 | |
| 442 | If unsure, say N. |
| 443 | |
Sylvain Munaut | 155d291 | 2006-12-08 00:14:16 +0100 | [diff] [blame] | 444 | config PATA_MPC52xx |
| 445 | tristate "Freescale MPC52xx SoC internal IDE" |
| 446 | depends on PPC_MPC52xx |
| 447 | help |
| 448 | This option enables support for integrated IDE controller |
| 449 | of the Freescale MPC52xx SoC. |
| 450 | |
| 451 | If unsure, say N. |
| 452 | |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 453 | config PATA_MPIIX |
| 454 | tristate "Intel PATA MPIIX support" |
| 455 | depends on PCI |
| 456 | help |
| 457 | This option enables support for MPIIX PATA support. |
| 458 | |
| 459 | If unsure, say N. |
| 460 | |
| 461 | config PATA_OLDPIIX |
Alan Cox | 942d094 | 2007-03-08 23:24:49 +0000 | [diff] [blame] | 462 | tristate "Intel PATA old PIIX support" |
| 463 | depends on PCI |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 464 | help |
Alan Cox | 942d094 | 2007-03-08 23:24:49 +0000 | [diff] [blame] | 465 | This option enables support for early PIIX PATA support. |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 466 | |
| 467 | If unsure, say N. |
| 468 | |
| 469 | config PATA_NETCELL |
| 470 | tristate "NETCELL Revolution RAID support" |
| 471 | depends on PCI |
| 472 | help |
| 473 | This option enables support for the Netcell Revolution RAID |
| 474 | PATA controller. |
| 475 | |
| 476 | If unsure, say N. |
| 477 | |
Alan Cox | 51dbd49 | 2007-11-19 14:45:53 +0000 | [diff] [blame] | 478 | config PATA_NINJA32 |
| 479 | tristate "Ninja32/Delkin Cardbus ATA support (Experimental)" |
| 480 | depends on PCI && EXPERIMENTAL |
| 481 | help |
| 482 | This option enables support for the Ninja32, Delkin and |
| 483 | possibly other brands of Cardbus ATA adapter |
| 484 | |
| 485 | If unsure, say N. |
| 486 | |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 487 | config PATA_NS87410 |
| 488 | tristate "Nat Semi NS87410 PATA support (Experimental)" |
| 489 | depends on PCI && EXPERIMENTAL |
| 490 | help |
| 491 | This option enables support for the National Semiconductor |
| 492 | NS87410 PCI-IDE controller. |
| 493 | |
| 494 | If unsure, say N. |
| 495 | |
Alan Cox | c4b5b7b | 2007-09-29 02:35:10 -0400 | [diff] [blame] | 496 | config PATA_NS87415 |
| 497 | tristate "Nat Semi NS87415 PATA support (Experimental)" |
| 498 | depends on PCI && EXPERIMENTAL |
| 499 | help |
| 500 | This option enables support for the National Semiconductor |
| 501 | NS87415 PCI-IDE controller. |
| 502 | |
| 503 | If unsure, say N. |
| 504 | |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 505 | config PATA_OPTI |
| 506 | tristate "OPTI621/6215 PATA support (Very Experimental)" |
| 507 | depends on PCI && EXPERIMENTAL |
| 508 | help |
| 509 | This option enables full PIO support for the early Opti ATA |
| 510 | controllers found on some old motherboards. |
| 511 | |
| 512 | If unsure, say N. |
| 513 | |
| 514 | config PATA_OPTIDMA |
Alexey Dobriyan | 516e72c | 2007-01-05 16:37:00 -0800 | [diff] [blame] | 515 | tristate "OPTI FireStar PATA support (Very Experimental)" |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 516 | depends on PCI && EXPERIMENTAL |
| 517 | help |
| 518 | This option enables DMA/PIO support for the later OPTi |
| 519 | controllers found on some old motherboards and in some |
David Sterba | 3dde6ad | 2007-05-09 07:12:20 +0200 | [diff] [blame] | 520 | laptops. |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 521 | |
| 522 | If unsure, say N. |
| 523 | |
| 524 | config PATA_PCMCIA |
| 525 | tristate "PCMCIA PATA support" |
| 526 | depends on PCMCIA |
| 527 | help |
| 528 | This option enables support for PCMCIA ATA interfaces, including |
| 529 | compact flash card adapters via the new ATA layer. |
| 530 | |
| 531 | If unsure, say N. |
| 532 | |
| 533 | config PATA_PDC_OLD |
Alan Cox | 942d094 | 2007-03-08 23:24:49 +0000 | [diff] [blame] | 534 | tristate "Older Promise PATA controller support (Experimental)" |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 535 | depends on PCI && EXPERIMENTAL |
| 536 | help |
| 537 | This option enables support for the Promise 20246, 20262, 20263, |
| 538 | 20265 and 20267 adapters. |
| 539 | |
| 540 | If unsure, say N. |
| 541 | |
| 542 | config PATA_QDI |
| 543 | tristate "QDI VLB PATA support" |
Alan Cox | 4735ebed | 2006-09-26 17:37:22 +0100 | [diff] [blame] | 544 | depends on ISA |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 545 | help |
| 546 | Support for QDI 6500 and 6580 PATA controllers on VESA local bus. |
| 547 | |
| 548 | config PATA_RADISYS |
Alan Cox | 942d094 | 2007-03-08 23:24:49 +0000 | [diff] [blame] | 549 | tristate "RADISYS 82600 PATA support (Very Experimental)" |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 550 | depends on PCI && EXPERIMENTAL |
| 551 | help |
| 552 | This option enables support for the RADISYS 82600 |
| 553 | PATA controllers via the new ATA layer |
| 554 | |
| 555 | If unsure, say N. |
| 556 | |
Florian Fainelli | 3db691d | 2008-03-06 12:25:21 +0100 | [diff] [blame] | 557 | config PATA_RB500 |
| 558 | tristate "RouterBoard 500 PATA CompactFlash support" |
| 559 | depends on MIKROTIK_RB500 |
| 560 | help |
| 561 | This option enables support for the RouterBoard 500 |
| 562 | PATA CompactFlash controller. |
| 563 | |
| 564 | If unsure, say N. |
| 565 | |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 566 | config PATA_RZ1000 |
| 567 | tristate "PC Tech RZ1000 PATA support" |
| 568 | depends on PCI |
| 569 | help |
| 570 | This option enables basic support for the PC Tech RZ1000/1 |
| 571 | PATA controllers via the new ATA layer |
| 572 | |
| 573 | If unsure, say N. |
| 574 | |
| 575 | config PATA_SC1200 |
Alan Cox | 942d094 | 2007-03-08 23:24:49 +0000 | [diff] [blame] | 576 | tristate "SC1200 PATA support (Very Experimental)" |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 577 | depends on PCI && EXPERIMENTAL |
| 578 | help |
| 579 | This option enables support for the NatSemi/AMD SC1200 SoC |
| 580 | companion chip used with the Geode processor family. |
| 581 | |
| 582 | If unsure, say N. |
| 583 | |
| 584 | config PATA_SERVERWORKS |
Alan Cox | 942d094 | 2007-03-08 23:24:49 +0000 | [diff] [blame] | 585 | tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support" |
| 586 | depends on PCI |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 587 | help |
| 588 | This option enables support for the Serverworks OSB4/CSB5/CSB6 and |
| 589 | HT1000 PATA controllers, via the new ATA layer. |
| 590 | |
| 591 | If unsure, say N. |
| 592 | |
| 593 | config PATA_PDC2027X |
| 594 | tristate "Promise PATA 2027x support" |
| 595 | depends on PCI |
| 596 | help |
| 597 | This option enables support for Promise PATA pdc20268 to pdc20277 host adapters. |
| 598 | |
| 599 | If unsure, say N. |
| 600 | |
| 601 | config PATA_SIL680 |
| 602 | tristate "CMD / Silicon Image 680 PATA support" |
| 603 | depends on PCI |
| 604 | help |
| 605 | This option enables support for CMD / Silicon Image 680 PATA. |
| 606 | |
| 607 | If unsure, say N. |
| 608 | |
| 609 | config PATA_SIS |
| 610 | tristate "SiS PATA support (Experimental)" |
| 611 | depends on PCI && EXPERIMENTAL |
| 612 | help |
| 613 | This option enables support for SiS PATA controllers |
| 614 | |
| 615 | If unsure, say N. |
| 616 | |
| 617 | config PATA_VIA |
| 618 | tristate "VIA PATA support" |
| 619 | depends on PCI |
| 620 | help |
| 621 | This option enables support for the VIA PATA interfaces |
| 622 | found on the many VIA chipsets. |
| 623 | |
| 624 | If unsure, say N. |
| 625 | |
| 626 | config PATA_WINBOND |
| 627 | tristate "Winbond SL82C105 PATA support" |
| 628 | depends on PCI |
| 629 | help |
| 630 | This option enables support for SL82C105 PATA devices found in the |
| 631 | Netwinder and some other systems |
| 632 | |
| 633 | If unsure, say N. |
| 634 | |
Alan Cox | 7e45b0e | 2006-09-29 18:30:05 +0100 | [diff] [blame] | 635 | config PATA_WINBOND_VLB |
| 636 | tristate "Winbond W83759A VLB PATA support (Experimental)" |
| 637 | depends on ISA && EXPERIMENTAL |
| 638 | help |
| 639 | Support for the Winbond W83759A controller on Vesa Local Bus |
| 640 | systems. |
| 641 | |
Paul Mundt | a20c9e8 | 2006-10-27 19:08:48 -0700 | [diff] [blame] | 642 | config PATA_PLATFORM |
| 643 | tristate "Generic platform device PATA support" |
Anton Vorontsov | 61f7162 | 2008-01-09 22:10:41 +0300 | [diff] [blame] | 644 | depends on EMBEDDED || ARCH_RPC || PPC |
Paul Mundt | a20c9e8 | 2006-10-27 19:08:48 -0700 | [diff] [blame] | 645 | help |
| 646 | This option enables support for generic directly connected ATA |
| 647 | devices commonly found on embedded systems. |
| 648 | |
| 649 | If unsure, say N. |
| 650 | |
Anton Vorontsov | 61f7162 | 2008-01-09 22:10:41 +0300 | [diff] [blame] | 651 | config PATA_OF_PLATFORM |
| 652 | tristate "OpenFirmware platform device PATA support" |
| 653 | depends on PATA_PLATFORM && PPC_OF |
| 654 | help |
| 655 | This option enables support for generic directly connected ATA |
| 656 | devices commonly found on embedded systems with OpenFirmware |
| 657 | bindings. |
| 658 | |
| 659 | If unsure, say N. |
| 660 | |
Russell King | 73b6a2b | 2007-05-03 09:55:52 +0100 | [diff] [blame] | 661 | config PATA_ICSIDE |
| 662 | tristate "Acorn ICS PATA support" |
| 663 | depends on ARM && ARCH_ACORN |
| 664 | help |
| 665 | On Acorn systems, say Y here if you wish to use the ICS PATA |
| 666 | interface card. This is not required for ICS partition support. |
| 667 | If you are unsure, say N to this. |
| 668 | |
Alessandro Zummo | 0df0d0a | 2006-11-14 13:43:21 -0500 | [diff] [blame] | 669 | config PATA_IXP4XX_CF |
| 670 | tristate "IXP4XX Compact Flash support" |
| 671 | depends on ARCH_IXP4XX |
| 672 | help |
| 673 | This option enables support for a Compact Flash connected on |
| 674 | the ixp4xx expansion bus. This driver had been written for |
| 675 | Loft/Avila boards in mind but can work with others. |
| 676 | |
| 677 | If unsure, say N. |
| 678 | |
Akira Iguchi | a619f981b | 2007-01-26 16:28:18 +0900 | [diff] [blame] | 679 | config PATA_SCC |
| 680 | tristate "Toshiba's Cell Reference Set IDE support" |
Akira Iguchi | aeb9362 | 2007-03-15 14:32:58 +0900 | [diff] [blame] | 681 | depends on PCI && PPC_CELLEB |
Akira Iguchi | a619f981b | 2007-01-26 16:28:18 +0900 | [diff] [blame] | 682 | help |
| 683 | This option enables support for the built-in IDE controller on |
| 684 | Toshiba Cell Reference Board. |
| 685 | |
| 686 | If unsure, say N. |
| 687 | |
Sonic Zhang | d830d17 | 2007-08-21 13:12:31 +0800 | [diff] [blame] | 688 | config PATA_BF54X |
| 689 | tristate "Blackfin 54x ATAPI support" |
| 690 | depends on BF542 || BF548 || BF549 |
| 691 | help |
| 692 | This option enables support for the built-in ATAPI controller on |
| 693 | Blackfin 54x family chips. |
| 694 | |
| 695 | If unsure, say N. |
| 696 | |
Tejun Heo | 127102a | 2008-04-07 22:47:21 +0900 | [diff] [blame] | 697 | endif # ATA_SFF |
Jan Engelhardt | b196fc6 | 2007-05-10 22:48:54 -0700 | [diff] [blame] | 698 | endif # ATA |