| 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 | 
| Robert Hancock | 097dac9 | 2009-11-12 20:13:40 -0600 | [diff] [blame] | 6 | 	tristate "Serial ATA and Parallel ATA 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 | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 10 | 	select SCSI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 11 | 	---help--- | 
 | 12 | 	  If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or | 
 | 13 | 	  any other ATA device under Linux, say Y and make sure that you know | 
 | 14 | 	  the name of your ATA host adapter (the card inside your computer | 
 | 15 | 	  that "speaks" the ATA protocol, also called ATA controller), | 
 | 16 | 	  because you will be asked for it. | 
 | 17 |  | 
| Randy Dunlap | abcdceb | 2007-06-11 11:59:34 -0700 | [diff] [blame] | 18 | 	  NOTE: ATA enables basic SCSI support; *however*, | 
 | 19 | 	  'SCSI disk support', 'SCSI tape support', or | 
 | 20 | 	  'SCSI CDROM support' may also be needed, | 
 | 21 | 	  depending on your hardware configuration. | 
 | 22 |  | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 23 | if ATA | 
 | 24 |  | 
| David Woodhouse | 8cdf92a | 2007-01-01 19:31:15 +0000 | [diff] [blame] | 25 | config ATA_NONSTANDARD | 
 | 26 |        bool | 
 | 27 |        default n | 
 | 28 |  | 
| Robert Hancock | 6521148 | 2009-07-14 20:43:39 -0600 | [diff] [blame] | 29 | config ATA_VERBOSE_ERROR | 
 | 30 | 	bool "Verbose ATA error reporting" | 
 | 31 | 	default y | 
 | 32 | 	help | 
 | 33 | 	  This option adds parsing of ATA command descriptions and error bits | 
 | 34 | 	  in libata kernel output, making it easier to interpret. | 
 | 35 | 	  This option will enlarge the kernel by approx. 6KB. Disable it only | 
 | 36 | 	  if kernel size is more important than ease of debugging. | 
 | 37 |  | 
 | 38 | 	  If unsure, say Y. | 
 | 39 |  | 
| Tejun Heo | e92351b | 2007-05-05 23:50:38 +0900 | [diff] [blame] | 40 | config ATA_ACPI | 
| Chris Wedgwood | c30484d | 2008-03-18 15:06:48 -0700 | [diff] [blame] | 41 | 	bool "ATA ACPI Support" | 
| Tejun Heo | e92351b | 2007-05-05 23:50:38 +0900 | [diff] [blame] | 42 | 	depends on ACPI && PCI | 
 | 43 | 	default y | 
 | 44 | 	help | 
 | 45 | 	  This option adds support for ATA-related ACPI objects. | 
 | 46 | 	  These ACPI objects add the ability to retrieve taskfiles | 
 | 47 | 	  from the ACPI BIOS and write them to the disk controller. | 
 | 48 | 	  These objects may be related to performance, security, | 
 | 49 | 	  power management, or other areas. | 
 | 50 | 	  You can disable this at kernel boot time by using the | 
 | 51 | 	  option libata.noacpi=1 | 
 | 52 |  | 
| Tejun Heo | 88fcd56 | 2008-04-07 22:47:22 +0900 | [diff] [blame] | 53 | config SATA_PMP | 
 | 54 | 	bool "SATA Port Multiplier support" | 
 | 55 | 	default y | 
 | 56 | 	help | 
| Jeff Garzik | f3360eb | 2008-04-17 15:55:24 -0400 | [diff] [blame] | 57 | 	  This option adds support for SATA Port Multipliers | 
 | 58 | 	  (the SATA version of an ethernet hub, or SAS expander). | 
| Tejun Heo | 88fcd56 | 2008-04-07 22:47:22 +0900 | [diff] [blame] | 59 |  | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 60 | comment "Controllers with non-SFF native interface" | 
 | 61 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 62 | config SATA_AHCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 63 | 	tristate "AHCI SATA support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 64 | 	depends on PCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 65 | 	help | 
 | 66 | 	  This option enables support for AHCI Serial ATA. | 
 | 67 |  | 
 | 68 | 	  If unsure, say N. | 
 | 69 |  | 
| Anton Vorontsov | 1c2a49f | 2010-03-04 20:06:06 +0300 | [diff] [blame] | 70 | config SATA_AHCI_PLATFORM | 
 | 71 | 	tristate "Platform AHCI SATA support" | 
 | 72 | 	help | 
 | 73 | 	  This option enables support for Platform AHCI Serial ATA | 
 | 74 | 	  controllers. | 
 | 75 |  | 
 | 76 | 	  If unsure, say N. | 
 | 77 |  | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 78 | config SATA_FSL | 
 | 79 | 	tristate "Freescale 3.0Gbps SATA support" | 
 | 80 | 	depends on FSL_SOC | 
| Tejun Heo | 127102a | 2008-04-07 22:47:21 +0900 | [diff] [blame] | 81 | 	help | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 82 | 	  This option enables support for Freescale 3.0Gbps SATA controller. | 
 | 83 | 	  It can be found on MPC837x and MPC8315. | 
| Tejun Heo | 127102a | 2008-04-07 22:47:21 +0900 | [diff] [blame] | 84 |  | 
 | 85 | 	  If unsure, say N. | 
 | 86 |  | 
| Tejun Heo | 6f79146 | 2010-05-10 21:41:26 +0200 | [diff] [blame] | 87 | config SATA_INIC162X | 
 | 88 | 	tristate "Initio 162x SATA support" | 
 | 89 | 	depends on PCI | 
 | 90 | 	help | 
 | 91 | 	  This option enables support for Initio 162x Serial ATA. | 
 | 92 |  | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 93 | config SATA_SIL24 | 
 | 94 | 	tristate "Silicon Image 3124/3132 SATA support" | 
 | 95 | 	depends on PCI | 
| Tejun Heo | 127102a | 2008-04-07 22:47:21 +0900 | [diff] [blame] | 96 | 	help | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 97 | 	  This option enables support for Silicon Image 3124/3132 Serial ATA. | 
| Tejun Heo | 127102a | 2008-04-07 22:47:21 +0900 | [diff] [blame] | 98 |  | 
 | 99 | 	  If unsure, say N. | 
 | 100 |  | 
 | 101 | config ATA_SFF | 
 | 102 | 	bool "ATA SFF support" | 
 | 103 | 	default y | 
 | 104 | 	help | 
 | 105 | 	  This option adds support for ATA controllers with SFF | 
 | 106 | 	  compliant or similar programming interface. | 
 | 107 |  | 
| Jeff Garzik | f3360eb | 2008-04-17 15:55:24 -0400 | [diff] [blame] | 108 | 	  SFF is the legacy IDE interface that has been around since | 
 | 109 | 	  the dawn of time.  Almost all PATA controllers have an | 
 | 110 | 	  SFF interface.  Many SATA controllers have an SFF interface | 
 | 111 | 	  when configured into a legacy compatibility mode. | 
 | 112 |  | 
 | 113 | 	  For users with exclusively modern controllers like AHCI, | 
 | 114 | 	  Silicon Image 3124, or Marvell 6440, you may choose to | 
| Matt LaPlante | 692105b | 2009-01-26 11:12:25 +0100 | [diff] [blame] | 115 | 	  disable this unneeded SFF support. | 
| Jeff Garzik | f3360eb | 2008-04-17 15:55:24 -0400 | [diff] [blame] | 116 |  | 
 | 117 | 	  If unsure, say Y. | 
 | 118 |  | 
| Tejun Heo | 127102a | 2008-04-07 22:47:21 +0900 | [diff] [blame] | 119 | if ATA_SFF | 
 | 120 |  | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 121 | comment "SFF controllers with custom DMA interface" | 
 | 122 |  | 
 | 123 | config PDC_ADMA | 
 | 124 | 	tristate "Pacific Digital ADMA support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 125 | 	depends on PCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 126 | 	help | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 127 | 	  This option enables support for Pacific Digital ADMA controllers | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 128 |  | 
 | 129 | 	  If unsure, say N. | 
 | 130 |  | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 131 | config PATA_MPC52xx | 
 | 132 | 	tristate "Freescale MPC52xx SoC internal IDE" | 
 | 133 | 	depends on PPC_MPC52xx && PPC_BESTCOMM | 
 | 134 | 	select PPC_BESTCOMM_ATA | 
 | 135 | 	help | 
 | 136 | 	  This option enables support for integrated IDE controller | 
 | 137 | 	  of the Freescale MPC52xx SoC. | 
 | 138 |  | 
 | 139 | 	  If unsure, say N. | 
 | 140 |  | 
 | 141 | config PATA_OCTEON_CF | 
 | 142 | 	tristate "OCTEON Boot Bus Compact Flash support" | 
 | 143 | 	depends on CPU_CAVIUM_OCTEON | 
 | 144 | 	help | 
 | 145 | 	  This option enables a polled compact flash driver for use with | 
 | 146 | 	  compact flash cards attached to the OCTEON boot bus. | 
 | 147 |  | 
 | 148 | 	  If unsure, say N. | 
 | 149 |  | 
 | 150 | config SATA_QSTOR | 
 | 151 | 	tristate "Pacific Digital SATA QStor support" | 
 | 152 | 	depends on PCI | 
 | 153 | 	help | 
 | 154 | 	  This option enables support for Pacific Digital Serial ATA QStor. | 
 | 155 |  | 
 | 156 | 	  If unsure, say N. | 
 | 157 |  | 
 | 158 | config SATA_SX4 | 
 | 159 | 	tristate "Promise SATA SX4 support (Experimental)" | 
 | 160 | 	depends on PCI && EXPERIMENTAL | 
 | 161 | 	help | 
 | 162 | 	  This option enables support for Promise Serial ATA SX4. | 
 | 163 |  | 
 | 164 | 	  If unsure, say N. | 
 | 165 |  | 
 | 166 | config ATA_BMDMA | 
 | 167 | 	bool "ATA BMDMA support" | 
 | 168 | 	default y | 
 | 169 | 	help | 
 | 170 | 	  This option adds support for SFF ATA controllers with BMDMA | 
| Stefan Richter | ed4e2f8 | 2010-05-29 12:47:45 +0200 | [diff] [blame] | 171 | 	  capability.  BMDMA stands for bus-master DMA and is the | 
 | 172 | 	  de facto DMA interface for SFF controllers. | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 173 |  | 
| Stefan Richter | ed4e2f8 | 2010-05-29 12:47:45 +0200 | [diff] [blame] | 174 | 	  If unsure, say Y. | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 175 |  | 
 | 176 | if ATA_BMDMA | 
 | 177 |  | 
 | 178 | comment "SATA SFF controllers with BMDMA" | 
 | 179 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 180 | config ATA_PIIX | 
| Alan | 2c7620d | 2007-02-05 16:04:10 +0000 | [diff] [blame] | 181 | 	tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 182 | 	depends on PCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 183 | 	help | 
| Alan | 2bfc361 | 2006-12-16 12:54:29 +0000 | [diff] [blame] | 184 | 	  This option enables support for ICH5/6/7/8 Serial ATA | 
| Alan | 2c7620d | 2007-02-05 16:04:10 +0000 | [diff] [blame] | 185 | 	  and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series | 
 | 186 | 	  host controllers. | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 187 |  | 
 | 188 | 	  If unsure, say N. | 
 | 189 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 190 | config SATA_MV | 
| Mark Lord | f9228c7 | 2009-01-21 10:34:17 -0500 | [diff] [blame] | 191 | 	tristate "Marvell SATA support" | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 192 | 	help | 
 | 193 | 	  This option enables support for the Marvell Serial ATA family. | 
| Mark Lord | f9228c7 | 2009-01-21 10:34:17 -0500 | [diff] [blame] | 194 | 	  Currently supports 88SX[56]0[48][01] PCI(-X) chips, | 
 | 195 | 	  as well as the newer [67]042 PCI-X/PCIe and SOC devices. | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 196 |  | 
 | 197 | 	  If unsure, say N. | 
 | 198 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 199 | config SATA_NV | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 200 | 	tristate "NVIDIA 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 NVIDIA Serial ATA. | 
 | 204 |  | 
 | 205 | 	  If unsure, say N. | 
 | 206 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 207 | config SATA_PROMISE | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 208 | 	tristate "Promise SATA TX2/TX4 support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 209 | 	depends on PCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 210 | 	help | 
 | 211 | 	  This option enables support for Promise Serial ATA TX2/TX4. | 
 | 212 |  | 
 | 213 | 	  If unsure, say N. | 
 | 214 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 215 | config SATA_SIL | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 216 | 	tristate "Silicon Image SATA support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 217 | 	depends on PCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 218 | 	help | 
 | 219 | 	  This option enables support for Silicon Image Serial ATA. | 
 | 220 |  | 
 | 221 | 	  If unsure, say N. | 
 | 222 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 223 | config SATA_SIS | 
| Alan | 9b14dec | 2007-01-08 16:11:07 +0000 | [diff] [blame] | 224 | 	tristate "SiS 964/965/966/180 SATA support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 225 | 	depends on PCI | 
| Alan | 9b14dec | 2007-01-08 16:11:07 +0000 | [diff] [blame] | 226 | 	select PATA_SIS | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 227 | 	help | 
| Jeff Garzik | a617c09 | 2007-05-21 20:14:23 -0400 | [diff] [blame] | 228 | 	  This option enables support for SiS Serial ATA on | 
| Alan | 9b14dec | 2007-01-08 16:11:07 +0000 | [diff] [blame] | 229 | 	  SiS 964/965/966/180 and Parallel ATA on SiS 180. | 
 | 230 | 	  The PATA support for SiS 180 requires additionally to | 
 | 231 | 	  enable the PATA_SIS driver in the config. | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 232 | 	  If unsure, say N. | 
 | 233 |  | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 234 | config SATA_SVW | 
 | 235 | 	tristate "ServerWorks Frodo / Apple K2 SATA support" | 
 | 236 | 	depends on PCI | 
 | 237 | 	help | 
 | 238 | 	  This option enables support for Broadcom/Serverworks/Apple K2 | 
 | 239 | 	  SATA support. | 
 | 240 |  | 
 | 241 | 	  If unsure, say N. | 
 | 242 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 243 | config SATA_ULI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 244 | 	tristate "ULi Electronics SATA support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 245 | 	depends on PCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 246 | 	help | 
 | 247 | 	  This option enables support for ULi Electronics SATA. | 
 | 248 |  | 
 | 249 | 	  If unsure, say N. | 
 | 250 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 251 | config SATA_VIA | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 252 | 	tristate "VIA SATA support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 253 | 	depends on PCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 254 | 	help | 
 | 255 | 	  This option enables support for VIA Serial ATA. | 
 | 256 |  | 
 | 257 | 	  If unsure, say N. | 
 | 258 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 259 | config SATA_VITESSE | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 260 | 	tristate "VITESSE VSC-7174 / INTEL 31244 SATA support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 261 | 	depends on PCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 262 | 	help | 
 | 263 | 	  This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA. | 
 | 264 |  | 
 | 265 | 	  If unsure, say N. | 
 | 266 |  | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 267 | comment "PATA SFF controllers with BMDMA" | 
| Alan Cox | 025621f | 2007-10-04 21:32:58 +0100 | [diff] [blame] | 268 |  | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 269 | config PATA_ALI | 
| Alan Cox | e3389cb | 2008-12-05 19:43:03 +0000 | [diff] [blame] | 270 | 	tristate "ALi PATA support" | 
 | 271 | 	depends on PCI | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 272 | 	help | 
 | 273 | 	  This option enables support for the ALi ATA interfaces | 
 | 274 | 	  found on the many ALi chipsets. | 
 | 275 |  | 
 | 276 | 	  If unsure, say N. | 
 | 277 |  | 
 | 278 | config PATA_AMD | 
| Alan Cox | 942d094 | 2007-03-08 23:24:49 +0000 | [diff] [blame] | 279 | 	tristate "AMD/NVidia PATA support" | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 280 | 	depends on PCI | 
 | 281 | 	help | 
 | 282 | 	  This option enables support for the AMD and NVidia PATA | 
 | 283 | 	  interfaces found on the chipsets for Athlon/Athlon64. | 
 | 284 |  | 
 | 285 | 	  If unsure, say N. | 
 | 286 |  | 
 | 287 | config PATA_ARTOP | 
| Alan Cox | c645fd3 | 2007-09-20 14:58:48 +0100 | [diff] [blame] | 288 | 	tristate "ARTOP 6210/6260 PATA support" | 
 | 289 | 	depends on PCI | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 290 | 	help | 
 | 291 | 	  This option enables support for ARTOP PATA controllers. | 
 | 292 |  | 
 | 293 | 	  If unsure, say N. | 
 | 294 |  | 
 | 295 | config PATA_ATIIXP | 
| Alan Cox | c645fd3 | 2007-09-20 14:58:48 +0100 | [diff] [blame] | 296 | 	tristate "ATI PATA support" | 
 | 297 | 	depends on PCI | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 298 | 	help | 
 | 299 | 	  This option enables support for the ATI ATA interfaces | 
 | 300 | 	  found on the many ATI chipsets. | 
 | 301 |  | 
 | 302 | 	  If unsure, say N. | 
 | 303 |  | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 304 | config PATA_ATP867X | 
 | 305 | 	tristate "ARTOP/Acard ATP867X PATA support" | 
 | 306 | 	depends on PCI | 
| Alan Cox | b2248da | 2007-03-06 02:38:11 -0800 | [diff] [blame] | 307 | 	help | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 308 | 	  This option enables support for ARTOP/Acard ATP867X PATA | 
 | 309 | 	  controllers. | 
 | 310 |  | 
 | 311 | 	  If unsure, say N. | 
 | 312 |  | 
 | 313 | config PATA_BF54X | 
 | 314 | 	tristate "Blackfin 54x ATAPI support" | 
 | 315 | 	depends on BF542 || BF548 || BF549 | 
 | 316 | 	help | 
 | 317 | 	  This option enables support for the built-in ATAPI controller on | 
 | 318 | 	  Blackfin 54x family chips. | 
| Alan Cox | b2248da | 2007-03-06 02:38:11 -0800 | [diff] [blame] | 319 |  | 
 | 320 | 	  If unsure, say N. | 
 | 321 |  | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 322 | config PATA_CMD64X | 
| Alan Cox | c645fd3 | 2007-09-20 14:58:48 +0100 | [diff] [blame] | 323 | 	tristate "CMD64x PATA support" | 
 | 324 | 	depends on PCI | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 325 | 	help | 
 | 326 | 	  This option enables support for the CMD64x series chips | 
 | 327 | 	  except for the CMD640. | 
 | 328 |  | 
 | 329 | 	  If unsure, say N. | 
 | 330 |  | 
 | 331 | config PATA_CS5520 | 
 | 332 | 	tristate "CS5510/5520 PATA support" | 
 | 333 | 	depends on PCI | 
 | 334 | 	help | 
 | 335 | 	  This option enables support for the Cyrix 5510/5520 | 
 | 336 | 	  companion chip used with the MediaGX/Geode processor family. | 
 | 337 |  | 
 | 338 | 	  If unsure, say N. | 
 | 339 |  | 
 | 340 | config PATA_CS5530 | 
| Alan Cox | e3389cb | 2008-12-05 19:43:03 +0000 | [diff] [blame] | 341 | 	tristate "CS5530 PATA support" | 
 | 342 | 	depends on PCI | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 343 | 	help | 
 | 344 | 	  This option enables support for the Cyrix/NatSemi/AMD CS5530 | 
 | 345 | 	  companion chip used with the MediaGX/Geode processor family. | 
 | 346 |  | 
 | 347 | 	  If unsure, say N. | 
 | 348 |  | 
 | 349 | config PATA_CS5535 | 
 | 350 | 	tristate "CS5535 PATA support (Experimental)" | 
 | 351 | 	depends on PCI && X86 && !X86_64 && EXPERIMENTAL | 
 | 352 | 	help | 
 | 353 | 	  This option enables support for the NatSemi/AMD CS5535 | 
 | 354 | 	  companion chip used with the Geode processor family. | 
 | 355 |  | 
 | 356 | 	  If unsure, say N. | 
 | 357 |  | 
| Martin K. Petersen | 3957df6 | 2007-10-11 03:38:19 -0400 | [diff] [blame] | 358 | config PATA_CS5536 | 
| Alan Cox | e3389cb | 2008-12-05 19:43:03 +0000 | [diff] [blame] | 359 | 	tristate "CS5536 PATA support" | 
 | 360 | 	depends on PCI && X86 && !X86_64 | 
| Martin K. Petersen | 3957df6 | 2007-10-11 03:38:19 -0400 | [diff] [blame] | 361 | 	help | 
 | 362 | 	  This option enables support for the AMD CS5536 | 
 | 363 | 	  companion chip used with the Geode LX processor family. | 
 | 364 |  | 
 | 365 | 	  If unsure, say N. | 
 | 366 |  | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 367 | config PATA_CYPRESS | 
 | 368 | 	tristate "Cypress CY82C693 PATA support (Very Experimental)" | 
 | 369 | 	depends on PCI && EXPERIMENTAL | 
 | 370 | 	help | 
 | 371 | 	  This option enables support for the Cypress/Contaq CY82C693 | 
 | 372 | 	  chipset found in some Alpha systems | 
 | 373 |  | 
 | 374 | 	  If unsure, say N. | 
 | 375 |  | 
 | 376 | config PATA_EFAR | 
 | 377 | 	tristate "EFAR SLC90E66 support" | 
 | 378 | 	depends on PCI | 
 | 379 | 	help | 
 | 380 | 	  This option enables support for the EFAR SLC90E66 | 
 | 381 | 	  IDE controller found on some older machines. | 
 | 382 |  | 
 | 383 | 	  If unsure, say N. | 
 | 384 |  | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 385 | config PATA_HPT366 | 
| Alan Cox | c645fd3 | 2007-09-20 14:58:48 +0100 | [diff] [blame] | 386 | 	tristate "HPT 366/368 PATA support" | 
 | 387 | 	depends on PCI | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 388 | 	help | 
 | 389 | 	  This option enables support for the HPT 366 and 368 | 
 | 390 | 	  PATA controllers via the new ATA layer. | 
 | 391 |  | 
 | 392 | 	  If unsure, say N. | 
 | 393 |  | 
 | 394 | config PATA_HPT37X | 
| Alan Cox | be315d4 | 2009-11-30 13:23:00 +0000 | [diff] [blame] | 395 | 	tristate "HPT 370/370A/371/372/374/302 PATA support" | 
 | 396 | 	depends on PCI | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 397 | 	help | 
 | 398 | 	  This option enables support for the majority of the later HPT | 
 | 399 | 	  PATA controllers via the new ATA layer. | 
 | 400 |  | 
 | 401 | 	  If unsure, say N. | 
 | 402 |  | 
 | 403 | config PATA_HPT3X2N | 
| Alan Cox | be315d4 | 2009-11-30 13:23:00 +0000 | [diff] [blame] | 404 | 	tristate "HPT 372N/302N PATA support" | 
 | 405 | 	depends on PCI | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 406 | 	help | 
 | 407 | 	  This option enables support for the N variant HPT PATA | 
 | 408 | 	  controllers via the new ATA layer | 
 | 409 |  | 
 | 410 | 	  If unsure, say N. | 
 | 411 |  | 
 | 412 | config PATA_HPT3X3 | 
| Alan Cox | 66e7da4 | 2007-07-09 11:46:22 -0700 | [diff] [blame] | 413 | 	tristate "HPT 343/363 PATA support" | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 414 | 	depends on PCI | 
 | 415 | 	help | 
 | 416 | 	  This option enables support for the HPT 343/363 | 
 | 417 | 	  PATA controllers via the new ATA layer | 
 | 418 |  | 
 | 419 | 	  If unsure, say N. | 
 | 420 |  | 
| Alan Cox | 66e7da4 | 2007-07-09 11:46:22 -0700 | [diff] [blame] | 421 | config PATA_HPT3X3_DMA | 
| Alan Cox | be315d4 | 2009-11-30 13:23:00 +0000 | [diff] [blame] | 422 | 	bool "HPT 343/363 DMA support" | 
| Alan Cox | 66e7da4 | 2007-07-09 11:46:22 -0700 | [diff] [blame] | 423 | 	depends on PATA_HPT3X3 | 
 | 424 | 	help | 
 | 425 | 	  This option enables DMA support for the HPT343/363 | 
 | 426 | 	  controllers. Enable with care as there are still some | 
 | 427 | 	  problems with DMA on this chipset. | 
 | 428 |  | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 429 | config PATA_ICSIDE | 
 | 430 | 	tristate "Acorn ICS PATA support" | 
 | 431 | 	depends on ARM && ARCH_ACORN | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 432 | 	help | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 433 | 	  On Acorn systems, say Y here if you wish to use the ICS PATA | 
 | 434 | 	  interface card.  This is not required for ICS partition support. | 
 | 435 | 	  If you are unsure, say N to this. | 
 | 436 |  | 
 | 437 | config PATA_IT8213 | 
 | 438 | 	tristate "IT8213 PATA support (Experimental)" | 
 | 439 | 	depends on PCI && EXPERIMENTAL | 
 | 440 | 	help | 
 | 441 | 	  This option enables support for the ITE 821 PATA | 
 | 442 |           controllers via the new ATA layer. | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 443 |  | 
 | 444 | 	  If unsure, say N. | 
 | 445 |  | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 446 | config PATA_IT821X | 
| Alan Cox | 942d094 | 2007-03-08 23:24:49 +0000 | [diff] [blame] | 447 | 	tristate "IT8211/2 PATA support" | 
 | 448 | 	depends on PCI | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 449 | 	help | 
 | 450 | 	  This option enables support for the ITE 8211 and 8212 | 
 | 451 | 	  PATA controllers via the new ATA layer, including RAID | 
 | 452 | 	  mode. | 
 | 453 |  | 
 | 454 | 	  If unsure, say N. | 
 | 455 |  | 
| Jeff Garzik | 406176e | 2006-09-06 10:48:19 -0400 | [diff] [blame] | 456 | config PATA_JMICRON | 
 | 457 | 	tristate "JMicron PATA support" | 
 | 458 | 	depends on PCI | 
 | 459 | 	help | 
 | 460 | 	  Enable support for the JMicron IDE controller, via the new | 
 | 461 | 	  ATA layer. | 
 | 462 |  | 
 | 463 | 	  If unsure, say N. | 
 | 464 |  | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 465 | config PATA_MACIO | 
 | 466 | 	tristate "Apple PowerMac/PowerBook internal 'MacIO' IDE" | 
 | 467 | 	depends on PPC_PMAC | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 468 | 	help | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 469 | 	  Most IDE capable PowerMacs have IDE busses driven by a variant | 
 | 470 |           of this controller which is part of the Apple chipset used on | 
 | 471 |           most PowerMac models. Some models have multiple busses using | 
 | 472 |           different chipsets, though generally, MacIO is one of them. | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 473 |  | 
| Alan Cox | 75742cb | 2006-10-16 16:40:06 +0100 | [diff] [blame] | 474 | config PATA_MARVELL | 
 | 475 | 	tristate "Marvell PATA support via legacy mode" | 
 | 476 | 	depends on PCI | 
 | 477 | 	help | 
| Alan Cox | 5b66c82 | 2008-09-03 14:48:34 +0100 | [diff] [blame] | 478 | 	  This option enables limited support for the Marvell 88SE61xx ATA | 
 | 479 | 	  controllers. If you wish to use only the SATA ports then select | 
 | 480 | 	  the AHCI driver alone. If you wish to the use the PATA port or | 
 | 481 | 	  both SATA and PATA include this driver. | 
| Alan Cox | 75742cb | 2006-10-16 16:40:06 +0100 | [diff] [blame] | 482 |  | 
 | 483 | 	  If unsure, say N. | 
 | 484 |  | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 485 | config PATA_NETCELL | 
 | 486 | 	tristate "NETCELL Revolution RAID support" | 
 | 487 | 	depends on PCI | 
 | 488 | 	help | 
 | 489 | 	  This option enables support for the Netcell Revolution RAID | 
 | 490 | 	  PATA controller. | 
 | 491 |  | 
 | 492 | 	  If unsure, say N. | 
 | 493 |  | 
| Alan Cox | 51dbd49 | 2007-11-19 14:45:53 +0000 | [diff] [blame] | 494 | config PATA_NINJA32 | 
| Alan Cox | be315d4 | 2009-11-30 13:23:00 +0000 | [diff] [blame] | 495 | 	tristate "Ninja32/Delkin Cardbus ATA support" | 
 | 496 | 	depends on PCI | 
| Alan Cox | 51dbd49 | 2007-11-19 14:45:53 +0000 | [diff] [blame] | 497 | 	help | 
 | 498 | 	  This option enables support for the Ninja32, Delkin and | 
 | 499 | 	  possibly other brands of Cardbus ATA adapter | 
 | 500 |  | 
 | 501 | 	  If unsure, say N. | 
 | 502 |  | 
| Alan Cox | c4b5b7b | 2007-09-29 02:35:10 -0400 | [diff] [blame] | 503 | config PATA_NS87415 | 
| Alan Cox | e3389cb | 2008-12-05 19:43:03 +0000 | [diff] [blame] | 504 | 	tristate "Nat Semi NS87415 PATA support" | 
 | 505 | 	depends on PCI | 
| Alan Cox | c4b5b7b | 2007-09-29 02:35:10 -0400 | [diff] [blame] | 506 | 	help | 
 | 507 | 	  This option enables support for the National Semiconductor | 
 | 508 | 	  NS87415 PCI-IDE controller. | 
 | 509 |  | 
 | 510 | 	  If unsure, say N. | 
 | 511 |  | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 512 | config PATA_OLDPIIX | 
 | 513 | 	tristate "Intel PATA old PIIX support" | 
 | 514 | 	depends on PCI | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 515 | 	help | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 516 | 	  This option enables support for early PIIX PATA support. | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 517 |  | 
 | 518 | 	  If unsure, say N. | 
 | 519 |  | 
 | 520 | config PATA_OPTIDMA | 
| Alexey Dobriyan | 516e72c | 2007-01-05 16:37:00 -0800 | [diff] [blame] | 521 | 	tristate "OPTI FireStar PATA support (Very Experimental)" | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 522 | 	depends on PCI && EXPERIMENTAL | 
 | 523 | 	help | 
 | 524 | 	  This option enables DMA/PIO support for the later OPTi | 
 | 525 | 	  controllers found on some old motherboards and in some | 
| David Sterba | 3dde6ad | 2007-05-09 07:12:20 +0200 | [diff] [blame] | 526 | 	  laptops. | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 527 |  | 
 | 528 | 	  If unsure, say N. | 
 | 529 |  | 
| Alan Cox | be315d4 | 2009-11-30 13:23:00 +0000 | [diff] [blame] | 530 | config PATA_PDC2027X | 
 | 531 | 	tristate "Promise PATA 2027x support" | 
 | 532 | 	depends on PCI | 
 | 533 | 	help | 
 | 534 | 	  This option enables support for Promise PATA pdc20268 to pdc20277 host adapters. | 
 | 535 |  | 
 | 536 | 	  If unsure, say N. | 
 | 537 |  | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 538 | config PATA_PDC_OLD | 
| Alan Cox | e3389cb | 2008-12-05 19:43:03 +0000 | [diff] [blame] | 539 | 	tristate "Older Promise PATA controller support" | 
 | 540 | 	depends on PCI | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 541 | 	help | 
 | 542 | 	  This option enables support for the Promise 20246, 20262, 20263, | 
 | 543 | 	  20265 and 20267 adapters. | 
 | 544 |  | 
 | 545 | 	  If unsure, say N. | 
 | 546 |  | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 547 | config PATA_RADISYS | 
| Alan Cox | e3389cb | 2008-12-05 19:43:03 +0000 | [diff] [blame] | 548 | 	tristate "RADISYS 82600 PATA support (Experimental)" | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 549 | 	depends on PCI && EXPERIMENTAL | 
 | 550 | 	help | 
 | 551 | 	  This option enables support for the RADISYS 82600 | 
 | 552 | 	  PATA controllers via the new ATA layer | 
 | 553 |  | 
 | 554 | 	  If unsure, say N. | 
 | 555 |  | 
| Alan Cox | 6b40678 | 2009-06-24 18:29:44 +0100 | [diff] [blame] | 556 | config PATA_RDC | 
 | 557 | 	tristate "RDC PATA support" | 
 | 558 | 	depends on PCI | 
 | 559 | 	help | 
 | 560 | 	  This option enables basic support for the later RDC PATA controllers | 
 | 561 | 	  controllers via the new ATA layer. For the RDC 1010, you need to | 
 | 562 | 	  enable the IT821X driver instead. | 
 | 563 |  | 
 | 564 | 	  If unsure, say N. | 
 | 565 |  | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 566 | config PATA_SC1200 | 
| Alan Cox | e3389cb | 2008-12-05 19:43:03 +0000 | [diff] [blame] | 567 | 	tristate "SC1200 PATA support" | 
 | 568 | 	depends on PCI | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 569 | 	help | 
 | 570 | 	  This option enables support for the NatSemi/AMD SC1200 SoC | 
 | 571 | 	  companion chip used with the Geode processor family. | 
 | 572 |  | 
 | 573 | 	  If unsure, say N. | 
 | 574 |  | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 575 | config PATA_SCC | 
 | 576 | 	tristate "Toshiba's Cell Reference Set IDE support" | 
 | 577 | 	depends on PCI && PPC_CELLEB | 
 | 578 | 	help | 
 | 579 | 	  This option enables support for the built-in IDE controller on | 
 | 580 | 	  Toshiba Cell Reference Board. | 
 | 581 |  | 
 | 582 | 	  If unsure, say N. | 
 | 583 |  | 
 | 584 | config PATA_SCH | 
 | 585 | 	tristate "Intel SCH PATA support" | 
 | 586 | 	depends on PCI | 
 | 587 | 	help | 
 | 588 | 	  This option enables support for Intel SCH PATA on the Intel | 
 | 589 | 	  SCH (US15W, US15L, UL11L) series host controllers. | 
 | 590 |  | 
 | 591 | 	  If unsure, say N. | 
 | 592 |  | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 593 | config PATA_SERVERWORKS | 
| Alan Cox | 942d094 | 2007-03-08 23:24:49 +0000 | [diff] [blame] | 594 | 	tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support" | 
 | 595 | 	depends on PCI | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 596 | 	help | 
 | 597 | 	  This option enables support for the Serverworks OSB4/CSB5/CSB6 and | 
 | 598 | 	  HT1000 PATA controllers, via the new ATA layer. | 
 | 599 |  | 
 | 600 | 	  If unsure, say N. | 
 | 601 |  | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 602 | config PATA_SIL680 | 
 | 603 | 	tristate "CMD / Silicon Image 680 PATA support" | 
 | 604 | 	depends on PCI | 
 | 605 | 	help | 
 | 606 | 	  This option enables support for CMD / Silicon Image 680 PATA. | 
 | 607 |  | 
 | 608 | 	  If unsure, say N. | 
 | 609 |  | 
 | 610 | config PATA_SIS | 
| Alan Cox | e3389cb | 2008-12-05 19:43:03 +0000 | [diff] [blame] | 611 | 	tristate "SiS PATA support" | 
 | 612 | 	depends on PCI | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 613 | 	help | 
 | 614 | 	  This option enables support for SiS PATA controllers | 
 | 615 |  | 
 | 616 | 	  If unsure, say N. | 
 | 617 |  | 
| Alan Cox | 8e182a9 | 2009-11-30 13:23:11 +0000 | [diff] [blame] | 618 | config PATA_TOSHIBA | 
 | 619 | 	tristate "Toshiba Piccolo support (Experimental)" | 
 | 620 | 	depends on PCI && EXPERIMENTAL | 
 | 621 | 	help | 
 | 622 | 	  Support for the Toshiba Piccolo controllers. Currently only the | 
 | 623 | 	  primary channel is supported by this driver. | 
 | 624 |  | 
 | 625 | 	  If unsure, say N. | 
 | 626 |  | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 627 | config PATA_TRIFLEX | 
 | 628 | 	tristate "Compaq Triflex PATA support" | 
 | 629 | 	depends on PCI | 
 | 630 | 	help | 
 | 631 | 	  Enable support for the Compaq 'Triflex' IDE controller as found | 
 | 632 | 	  on many Compaq Pentium-Pro systems, via the new ATA layer. | 
 | 633 |  | 
 | 634 | 	  If unsure, say N. | 
 | 635 |  | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 636 | config PATA_VIA | 
 | 637 | 	tristate "VIA PATA support" | 
 | 638 | 	depends on PCI | 
 | 639 | 	help | 
 | 640 | 	  This option enables support for the VIA PATA interfaces | 
 | 641 | 	  found on the many VIA chipsets. | 
 | 642 |  | 
 | 643 | 	  If unsure, say N. | 
 | 644 |  | 
| Marek Vasut | 2dc6c6f | 2010-05-21 03:12:44 +0200 | [diff] [blame^] | 645 | config PATA_PXA | 
 | 646 | 	tristate "PXA DMA-capable PATA support" | 
 | 647 | 	depends on ARCH_PXA | 
 | 648 | 	help | 
 | 649 | 	  This option enables support for harddrive attached to PXA CPU's bus. | 
 | 650 |  | 
 | 651 | 	  NOTE: This driver utilizes PXA DMA controller, in case your hardware | 
 | 652 | 	        is not capable of doing MWDMA, use pata_platform instead. | 
 | 653 |  | 
 | 654 | 	  If unsure, say N. | 
 | 655 |  | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 656 | config PATA_WINBOND | 
 | 657 | 	tristate "Winbond SL82C105 PATA support" | 
 | 658 | 	depends on PCI | 
 | 659 | 	help | 
 | 660 | 	  This option enables support for SL82C105 PATA devices found in the | 
 | 661 | 	  Netwinder and some other systems | 
 | 662 |  | 
 | 663 | 	  If unsure, say N. | 
 | 664 |  | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 665 | endif # ATA_BMDMA | 
 | 666 |  | 
 | 667 | comment "PIO-only SFF controllers" | 
 | 668 |  | 
 | 669 | config PATA_AT32 | 
 | 670 | 	tristate "Atmel AVR32 PATA support (Experimental)" | 
 | 671 | 	depends on AVR32 && PLATFORM_AT32AP && EXPERIMENTAL | 
| Alan Cox | 7e45b0e | 2006-09-29 18:30:05 +0100 | [diff] [blame] | 672 | 	help | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 673 | 	  This option enables support for the IDE devices on the | 
 | 674 | 	  Atmel AT32AP platform. | 
 | 675 |  | 
 | 676 | 	  If unsure, say N. | 
 | 677 |  | 
 | 678 | config PATA_AT91 | 
 | 679 | 	tristate "PATA support for AT91SAM9260" | 
 | 680 | 	depends on ARM && ARCH_AT91 | 
 | 681 | 	help | 
 | 682 | 	  This option enables support for IDE devices on the Atmel AT91SAM9260 SoC. | 
 | 683 |  | 
 | 684 | 	  If unsure, say N. | 
 | 685 |  | 
 | 686 | config PATA_CMD640_PCI | 
 | 687 | 	tristate "CMD640 PCI PATA support (Experimental)" | 
 | 688 | 	depends on PCI && EXPERIMENTAL | 
 | 689 | 	help | 
 | 690 | 	  This option enables support for the CMD640 PCI IDE | 
 | 691 | 	  interface chip. Only the primary channel is currently | 
 | 692 | 	  supported. | 
 | 693 |  | 
 | 694 | 	  If unsure, say N. | 
 | 695 |  | 
 | 696 | config PATA_ISAPNP | 
 | 697 | 	tristate "ISA Plug and Play PATA support" | 
 | 698 | 	depends on ISAPNP | 
 | 699 | 	help | 
 | 700 | 	  This option enables support for ISA plug & play ATA | 
 | 701 | 	  controllers such as those found on old soundcards. | 
 | 702 |  | 
 | 703 | 	  If unsure, say N. | 
 | 704 |  | 
 | 705 | config PATA_IXP4XX_CF | 
 | 706 | 	tristate "IXP4XX Compact Flash support" | 
 | 707 | 	depends on ARCH_IXP4XX | 
 | 708 | 	help | 
 | 709 | 	  This option enables support for a Compact Flash connected on | 
 | 710 | 	  the ixp4xx expansion bus. This driver had been written for | 
 | 711 | 	  Loft/Avila boards in mind but can work with others. | 
 | 712 |  | 
 | 713 | 	  If unsure, say N. | 
 | 714 |  | 
 | 715 | config PATA_MPIIX | 
 | 716 | 	tristate "Intel PATA MPIIX support" | 
 | 717 | 	depends on PCI | 
 | 718 | 	help | 
 | 719 | 	  This option enables support for MPIIX PATA support. | 
 | 720 |  | 
 | 721 | 	  If unsure, say N. | 
 | 722 |  | 
 | 723 | config PATA_NS87410 | 
 | 724 | 	tristate "Nat Semi NS87410 PATA support" | 
 | 725 | 	depends on PCI | 
 | 726 | 	help | 
 | 727 | 	  This option enables support for the National Semiconductor | 
 | 728 | 	  NS87410 PCI-IDE controller. | 
 | 729 |  | 
 | 730 | 	  If unsure, say N. | 
 | 731 |  | 
 | 732 | config PATA_OPTI | 
 | 733 | 	tristate "OPTI621/6215 PATA support (Very Experimental)" | 
 | 734 | 	depends on PCI && EXPERIMENTAL | 
 | 735 | 	help | 
 | 736 | 	  This option enables full PIO support for the early Opti ATA | 
 | 737 | 	  controllers found on some old motherboards. | 
 | 738 |  | 
 | 739 | 	  If unsure, say N. | 
 | 740 |  | 
 | 741 | config PATA_PALMLD | 
 | 742 | 	tristate "Palm LifeDrive PATA support" | 
 | 743 | 	depends on MACH_PALMLD | 
 | 744 | 	help | 
 | 745 | 	  This option enables support for Palm LifeDrive's internal ATA | 
 | 746 | 	  port via the new ATA layer. | 
 | 747 |  | 
 | 748 | 	  If unsure, say N. | 
 | 749 |  | 
 | 750 | config PATA_PCMCIA | 
 | 751 | 	tristate "PCMCIA PATA support" | 
 | 752 | 	depends on PCMCIA | 
 | 753 | 	help | 
 | 754 | 	  This option enables support for PCMCIA ATA interfaces, including | 
 | 755 | 	  compact flash card adapters via the new ATA layer. | 
 | 756 |  | 
 | 757 | 	  If unsure, say N. | 
| Alan Cox | 7e45b0e | 2006-09-29 18:30:05 +0100 | [diff] [blame] | 758 |  | 
| Ben Dooks | cc18e0f | 2008-06-16 12:16:26 +0100 | [diff] [blame] | 759 | config HAVE_PATA_PLATFORM | 
 | 760 | 	bool | 
 | 761 | 	help | 
 | 762 | 	  This is an internal configuration node for any machine that | 
 | 763 | 	  uses pata-platform driver to enable the relevant driver in the | 
 | 764 | 	  configuration structure without having to submit endless patches | 
 | 765 | 	  to update the PATA_PLATFORM entry. | 
 | 766 |  | 
| Paul Mundt | a20c9e8 | 2006-10-27 19:08:48 -0700 | [diff] [blame] | 767 | config PATA_PLATFORM | 
 | 768 | 	tristate "Generic platform device PATA support" | 
| Ben Dooks | 2ad6967 | 2008-09-26 18:12:52 +0100 | [diff] [blame] | 769 | 	depends on EMBEDDED || PPC || HAVE_PATA_PLATFORM | 
| Paul Mundt | a20c9e8 | 2006-10-27 19:08:48 -0700 | [diff] [blame] | 770 | 	help | 
 | 771 | 	  This option enables support for generic directly connected ATA | 
 | 772 | 	  devices commonly found on embedded systems. | 
 | 773 |  | 
 | 774 | 	  If unsure, say N. | 
 | 775 |  | 
| Anton Vorontsov | 61f7162 | 2008-01-09 22:10:41 +0300 | [diff] [blame] | 776 | config PATA_OF_PLATFORM | 
 | 777 | 	tristate "OpenFirmware platform device PATA support" | 
 | 778 | 	depends on PATA_PLATFORM && PPC_OF | 
 | 779 | 	help | 
 | 780 | 	  This option enables support for generic directly connected ATA | 
 | 781 | 	  devices commonly found on embedded systems with OpenFirmware | 
 | 782 | 	  bindings. | 
 | 783 |  | 
 | 784 | 	  If unsure, say N. | 
 | 785 |  | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 786 | config PATA_QDI | 
 | 787 | 	tristate "QDI VLB PATA support" | 
 | 788 | 	depends on ISA | 
| Russell King | 73b6a2b | 2007-05-03 09:55:52 +0100 | [diff] [blame] | 789 | 	help | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 790 | 	  Support for QDI 6500 and 6580 PATA controllers on VESA local bus. | 
| Russell King | 73b6a2b | 2007-05-03 09:55:52 +0100 | [diff] [blame] | 791 |  | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 792 | config PATA_RB532 | 
 | 793 | 	tristate "RouterBoard 532 PATA CompactFlash support" | 
 | 794 | 	depends on MIKROTIK_RB532 | 
| Alessandro Zummo | 0df0d0a | 2006-11-14 13:43:21 -0500 | [diff] [blame] | 795 | 	help | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 796 | 	  This option enables support for the RouterBoard 532 | 
 | 797 | 	  PATA CompactFlash controller. | 
| Alessandro Zummo | 0df0d0a | 2006-11-14 13:43:21 -0500 | [diff] [blame] | 798 |  | 
 | 799 | 	  If unsure, say N. | 
 | 800 |  | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 801 | config PATA_RZ1000 | 
 | 802 | 	tristate "PC Tech RZ1000 PATA support" | 
| Alek Du | 07ab85d | 2008-05-06 21:31:41 +0800 | [diff] [blame] | 803 | 	depends on PCI | 
 | 804 | 	help | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 805 | 	  This option enables basic support for the PC Tech RZ1000/1 | 
 | 806 | 	  PATA controllers via the new ATA layer | 
| Alek Du | 07ab85d | 2008-05-06 21:31:41 +0800 | [diff] [blame] | 807 |  | 
 | 808 | 	  If unsure, say N. | 
 | 809 |  | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 810 | config PATA_WINBOND_VLB | 
 | 811 | 	tristate "Winbond W83759A VLB PATA support (Experimental)" | 
 | 812 | 	depends on ISA && EXPERIMENTAL | 
| Sonic Zhang | d830d17 | 2007-08-21 13:12:31 +0800 | [diff] [blame] | 813 | 	help | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 814 | 	  Support for the Winbond W83759A controller on Vesa Local Bus | 
 | 815 | 	  systems. | 
 | 816 |  | 
 | 817 | comment "Generic fallback / legacy drivers" | 
 | 818 |  | 
 | 819 | config PATA_ACPI | 
 | 820 | 	tristate "ACPI firmware driver for PATA" | 
 | 821 | 	depends on ATA_ACPI && ATA_BMDMA | 
 | 822 | 	help | 
 | 823 | 	  This option enables an ACPI method driver which drives | 
 | 824 | 	  motherboard PATA controller interfaces through the ACPI | 
 | 825 | 	  firmware in the BIOS. This driver can sometimes handle | 
 | 826 | 	  otherwise unsupported hardware. | 
 | 827 |  | 
 | 828 | config ATA_GENERIC | 
 | 829 | 	tristate "Generic ATA support" | 
 | 830 | 	depends on PCI && ATA_BMDMA | 
 | 831 | 	help | 
 | 832 | 	  This option enables support for generic BIOS configured | 
 | 833 | 	  ATA controllers via the new ATA layer | 
| Sonic Zhang | d830d17 | 2007-08-21 13:12:31 +0800 | [diff] [blame] | 834 |  | 
 | 835 | 	  If unsure, say N. | 
 | 836 |  | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 837 | config PATA_LEGACY | 
 | 838 | 	tristate "Legacy ISA PATA support (Experimental)" | 
 | 839 | 	depends on (ISA || PCI) && EXPERIMENTAL | 
| Benjamin Herrenschmidt | 88358ab | 2009-12-01 14:36:29 +0000 | [diff] [blame] | 840 | 	help | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 841 | 	  This option enables support for ISA/VLB/PCI bus legacy PATA | 
 | 842 | 	  ports and allows them to be accessed via the new ATA layer. | 
| Benjamin Herrenschmidt | 88358ab | 2009-12-01 14:36:29 +0000 | [diff] [blame] | 843 |  | 
| Tejun Heo | 9a7780c | 2010-05-19 22:10:24 +0200 | [diff] [blame] | 844 | 	  If unsure, say N. | 
| Benjamin Herrenschmidt | 88358ab | 2009-12-01 14:36:29 +0000 | [diff] [blame] | 845 |  | 
| Tejun Heo | 127102a | 2008-04-07 22:47:21 +0900 | [diff] [blame] | 846 | endif # ATA_SFF | 
| Jan Engelhardt | b196fc6 | 2007-05-10 22:48:54 -0700 | [diff] [blame] | 847 | endif # ATA |