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