Blame view

drivers/ata/Kconfig 25.6 KB
421b20b9c   Jeff Garzik   libata: Make sure...
1
2
3
  #
  # SATA/PATA driver configuration
  #
2ad2c320a   Nick Bowler   pata_platform: Re...
4
5
6
7
8
9
10
  config HAVE_PATA_PLATFORM
  	bool
  	help
  	  This is an internal configuration node for any machine that
  	  uses pata-platform driver to enable the relevant driver in the
  	  configuration structure without having to submit endless patches
  	  to update the PATA_PLATFORM entry.
b196fc69f   Jan Engelhardt   Use menuconfig ob...
11
  menuconfig ATA
e478cffd2   Randy Dunlap   ata: CONFIG_ATA i...
12
  	tristate "Serial ATA and Parallel ATA drivers (libata)"
e25df1205   Martin Schwidefsky   [S390] Kconfig: m...
13
  	depends on HAS_IOMEM
bf2d401bc   Adrian Bunk   [PATCH] ATA must ...
14
  	depends on BLOCK
0383a68cd   Heiko Carstens   ata: disable ATA ...
15
  	depends on !(M32R || M68K || S390) || BROKEN
81ce3c4b4   Jeff Garzik   Clean up drivers/...
16
  	select SCSI
428ac5fc0   George Spelvin   libata: Use glob_...
17
  	select GLOB
c6fd28076   Jeff Garzik   Move libata to dr...
18
  	---help---
e478cffd2   Randy Dunlap   ata: CONFIG_ATA i...
19
  	  If you want to use an ATA hard disk, ATA tape drive, ATA CD-ROM or
c6fd28076   Jeff Garzik   Move libata to dr...
20
21
22
23
  	  any other ATA device under Linux, say Y and make sure that you know
  	  the name of your ATA host adapter (the card inside your computer
  	  that "speaks" the ATA protocol, also called ATA controller),
  	  because you will be asked for it.
abcdceb9d   Randy Dunlap   scsi disk help fi...
24
25
26
27
  	  NOTE: ATA enables basic SCSI support; *however*,
  	  'SCSI disk support', 'SCSI tape support', or
  	  'SCSI CDROM support' may also be needed,
  	  depending on your hardware configuration.
81ce3c4b4   Jeff Garzik   Clean up drivers/...
28
  if ATA
8cdf92a98   David Woodhouse   Fix Maple PATA IR...
29
30
31
  config ATA_NONSTANDARD
         bool
         default n
6521148c6   Robert Hancock   libata: add comma...
32
33
34
35
36
37
38
39
40
41
  config ATA_VERBOSE_ERROR
  	bool "Verbose ATA error reporting"
  	default y
  	help
  	  This option adds parsing of ATA command descriptions and error bits
  	  in libata kernel output, making it easier to interpret.
  	  This option will enlarge the kernel by approx. 6KB. Disable it only
  	  if kernel size is more important than ease of debugging.
  
  	  If unsure, say Y.
e92351bb5   Tejun Heo   libata-acpi: s/CO...
42
  config ATA_ACPI
c30484d77   Chris Wedgwood   Add 'short help t...
43
  	bool "ATA ACPI Support"
2051e9248   Suthikulpanit, Suravee   ata: ahci_platfor...
44
  	depends on ACPI
e92351bb5   Tejun Heo   libata-acpi: s/CO...
45
46
47
48
49
50
51
52
53
  	default y
  	help
  	  This option adds support for ATA-related ACPI objects.
  	  These ACPI objects add the ability to retrieve taskfiles
  	  from the ACPI BIOS and write them to the disk controller.
  	  These objects may be related to performance, security,
  	  power management, or other areas.
  	  You can disable this at kernel boot time by using the
  	  option libata.noacpi=1
afe759511   Aaron Lu   libata: identify ...
54
  config SATA_ZPODD
e189551bf   Aaron Lu   [libata] Avoid sp...
55
  	bool "SATA Zero Power Optical Disc Drive (ZPODD) support"
1b3e3aa6c   Rafael J. Wysocki   PM / Kconfig: Rep...
56
  	depends on ATA_ACPI && PM
afe759511   Aaron Lu   libata: identify ...
57
58
  	default n
  	help
e189551bf   Aaron Lu   [libata] Avoid sp...
59
60
61
62
63
64
  	  This option adds support for SATA Zero Power Optical Disc
  	  Drive (ZPODD). It requires both the ODD and the platform
  	  support, and if enabled, will automatically power on/off the
  	  ODD when certain condition is satisfied. This does not impact
  	  end user's experience of the ODD, only power is saved when
  	  the ODD is not in use (i.e. no disc inside).
afe759511   Aaron Lu   libata: identify ...
65
66
  
  	  If unsure, say N.
88fcd5627   Tejun Heo   libata: make PMP ...
67
68
69
70
  config SATA_PMP
  	bool "SATA Port Multiplier support"
  	default y
  	help
f3360ebff   Jeff Garzik   [libata] improve ...
71
72
  	  This option adds support for SATA Port Multipliers
  	  (the SATA version of an ethernet hub, or SAS expander).
88fcd5627   Tejun Heo   libata: make PMP ...
73

9a7780c9a   Tejun Heo   libata-sff: make ...
74
  comment "Controllers with non-SFF native interface"
8ad92ba71   Jeff Garzik   libata: Remove SC...
75
  config SATA_AHCI
c6fd28076   Jeff Garzik   Move libata to dr...
76
  	tristate "AHCI SATA support"
81ce3c4b4   Jeff Garzik   Clean up drivers/...
77
  	depends on PCI
c6fd28076   Jeff Garzik   Move libata to dr...
78
79
80
81
  	help
  	  This option enables support for AHCI Serial ATA.
  
  	  If unsure, say N.
1c2a49f61   Anton Vorontsov   ahci: Add platfor...
82
83
84
85
86
87
88
  config SATA_AHCI_PLATFORM
  	tristate "Platform AHCI SATA support"
  	help
  	  This option enables support for Platform AHCI Serial ATA
  	  controllers.
  
  	  If unsure, say N.
eba68f829   Yendapally Reddy Dhananjaya Reddy   ata: ahci_brcmstb...
89
90
  config AHCI_BRCM
  	tristate "Broadcom AHCI SATA support"
3ee2e6dca   Yendapally Reddy Dhananjaya Reddy   ata: ahci_brcm: A...
91
  	depends on ARCH_BRCMSTB || BMIPS_GENERIC || ARCH_BCM_NSP
766a2d979   Brian Norris   ata: add Broadcom...
92
93
  	help
  	  This option enables support for the AHCI SATA3 controller found on
eba68f829   Yendapally Reddy Dhananjaya Reddy   ata: ahci_brcmstb...
94
  	  Broadcom SoC's.
766a2d979   Brian Norris   ata: add Broadcom...
95
96
  
  	  If unsure, say N.
ae8723f8a   Bartlomiej Zolnierkiewicz   ata: add new-styl...
97
98
99
100
101
102
103
104
  config AHCI_DA850
  	tristate "DaVinci DA850 AHCI SATA support"
  	depends on ARCH_DAVINCI_DA850
  	help
  	  This option enables support for the DaVinci DA850 SoC's
  	  onboard AHCI SATA.
  
  	  If unsure, say N.
4a2e51234   Lee Jones   ahci: st: Standar...
105
106
  config AHCI_ST
  	tristate "ST AHCI SATA support"
48c54df13   Lee Jones   ahci: st: Only bu...
107
  	depends on ARCH_STI
76884cb2f   Lee Jones   ahci: st: Add sup...
108
  	help
4a2e51234   Lee Jones   ahci: st: Standar...
109
  	  This option enables support for ST AHCI SATA controller.
76884cb2f   Lee Jones   ahci: st: Add sup...
110
111
  
  	  If unsure, say N.
9e54eae23   Richard Zhu   ahci_imx: add ahc...
112
113
  config AHCI_IMX
  	tristate "Freescale i.MX AHCI SATA support"
f5f85ee06   Jean Delvare   ata: fix i.MX AHC...
114
  	depends on MFD_SYSCON && (ARCH_MXC || COMPILE_TEST)
9e54eae23   Richard Zhu   ahci_imx: add ahc...
115
116
117
118
119
  	help
  	  This option enables support for the Freescale i.MX SoC's
  	  onboard AHCI SATA.
  
  	  If unsure, say N.
a73ed3505   Suneel Garapati   drivers: ata: add...
120
121
122
123
124
125
126
127
  config AHCI_CEVA
  	tristate "CEVA AHCI SATA support"
  	depends on OF
  	help
  	  This option enables support for the CEVA AHCI SATA.
  	  It can be found on the Xilinx Zynq UltraScale+ MPSoC.
  
  	  If unsure, say N.
a3464ed2f   Thomas Petazzoni   ata: ahci_mvebu: ...
128
129
130
131
132
133
134
135
  config AHCI_MVEBU
  	tristate "Marvell EBU AHCI SATA support"
  	depends on ARCH_MVEBU
  	help
  	  This option enables support for the Marvebu EBU SoC's
  	  onboard AHCI SATA.
  
  	  If unsure, say N.
a2127e400   Aleksey Makarov   libata: support A...
136
137
138
139
140
141
142
143
  config AHCI_OCTEON
  	tristate "Cavium Octeon Soc Serial ATA"
  	depends on SATA_AHCI_PLATFORM && CAVIUM_OCTEON_SOC
  	default y
  	help
  	  This option enables support for Cavium Octeon SoC Serial ATA.
  
  	  If unsure, say N.
c5754b522   Olliver Schinagl   ARM: sunxi: Add s...
144
145
  config AHCI_SUNXI
  	tristate "Allwinner sunxi AHCI SATA support"
fd990556f   Bartlomiej Zolnierkiewicz   ata: move library...
146
  	depends on ARCH_SUNXI
c5754b522   Olliver Schinagl   ARM: sunxi: Add s...
147
148
149
150
151
  	help
  	  This option enables support for the Allwinner sunxi SoC's
  	  onboard AHCI SATA.
  
  	  If unsure, say N.
ccfde5081   Mikko Perttunen   ata: Add support ...
152
153
154
155
156
157
158
159
  config AHCI_TEGRA
  	tristate "NVIDIA Tegra124 AHCI SATA support"
  	depends on ARCH_TEGRA
  	help
  	  This option enables support for the NVIDIA Tegra124 SoC's
  	  onboard AHCI SATA.
  
  	  If unsure, say N.
81d01bfa5   Loc Ho   ata: Add APM X-Ge...
160
161
  config AHCI_XGENE
  	tristate "APM X-Gene 6.0Gbps AHCI SATA host controller support"
74c03eb63   Tejun Heo   libata: make AHCI...
162
  	depends on PHY_XGENE
81d01bfa5   Loc Ho   ata: Add APM X-Ge...
163
164
  	help
  	 This option enables support for APM X-Gene SoC SATA host controller.
ecfb45985   Tang Yuantian   ahci: added a new...
165
166
167
168
169
170
171
172
  config AHCI_QORIQ
  	tristate "Freescale QorIQ AHCI SATA support"
  	depends on OF
  	help
  	  This option enables support for the Freescale QorIQ AHCI SoC's
  	  onboard AHCI SATA.
  
  	  If unsure, say N.
9a7780c9a   Tejun Heo   libata-sff: make ...
173
174
175
  config SATA_FSL
  	tristate "Freescale 3.0Gbps SATA support"
  	depends on FSL_SOC
127102aea   Tejun Heo   libata: make SFF ...
176
  	help
9a7780c9a   Tejun Heo   libata-sff: make ...
177
178
  	  This option enables support for Freescale 3.0Gbps SATA controller.
  	  It can be found on MPC837x and MPC8315.
127102aea   Tejun Heo   libata: make SFF ...
179
180
  
  	  If unsure, say N.
535dac4ab   Brijesh Singh   ata: add AMD Seat...
181
182
183
184
185
186
187
  config SATA_AHCI_SEATTLE
  	tristate "AMD Seattle 6.0Gbps AHCI SATA host controller support"
  	depends on ARCH_SEATTLE
  	help
  	 This option enables support for AMD Seattle SATA host controller.
  
  	 If unsure, say N
6f7914604   Tejun Heo   sata_inic162x: in...
188
  config SATA_INIC162X
bb9696192   Tejun Heo   libata: make it c...
189
  	tristate "Initio 162x SATA support (Very Experimental)"
6f7914604   Tejun Heo   sata_inic162x: in...
190
191
192
  	depends on PCI
  	help
  	  This option enables support for Initio 162x Serial ATA.
02cdfcf04   David Milburn   [libata] new driv...
193
194
195
196
197
198
199
  config SATA_ACARD_AHCI
  	tristate "ACard AHCI variant (ATP 8620)"
  	depends on PCI
  	help
  	  This option enables support for Acard.
  
  	  If unsure, say N.
9a7780c9a   Tejun Heo   libata-sff: make ...
200
201
202
  config SATA_SIL24
  	tristate "Silicon Image 3124/3132 SATA support"
  	depends on PCI
127102aea   Tejun Heo   libata: make SFF ...
203
  	help
9a7780c9a   Tejun Heo   libata-sff: make ...
204
  	  This option enables support for Silicon Image 3124/3132 Serial ATA.
127102aea   Tejun Heo   libata: make SFF ...
205
206
207
208
  
  	  If unsure, say N.
  
  config ATA_SFF
ebd600281   Paul Menzel   [libata] Kconfig:...
209
  	bool "ATA SFF support (for legacy IDE and PATA)"
127102aea   Tejun Heo   libata: make SFF ...
210
211
212
213
  	default y
  	help
  	  This option adds support for ATA controllers with SFF
  	  compliant or similar programming interface.
f3360ebff   Jeff Garzik   [libata] improve ...
214
215
216
217
218
219
220
  	  SFF is the legacy IDE interface that has been around since
  	  the dawn of time.  Almost all PATA controllers have an
  	  SFF interface.  Many SATA controllers have an SFF interface
  	  when configured into a legacy compatibility mode.
  
  	  For users with exclusively modern controllers like AHCI,
  	  Silicon Image 3124, or Marvell 6440, you may choose to
692105b8a   Matt LaPlante   trivial: fix typo...
221
  	  disable this unneeded SFF support.
f3360ebff   Jeff Garzik   [libata] improve ...
222
223
  
  	  If unsure, say Y.
127102aea   Tejun Heo   libata: make SFF ...
224
  if ATA_SFF
9a7780c9a   Tejun Heo   libata-sff: make ...
225
226
227
228
  comment "SFF controllers with custom DMA interface"
  
  config PDC_ADMA
  	tristate "Pacific Digital ADMA support"
81ce3c4b4   Jeff Garzik   Clean up drivers/...
229
  	depends on PCI
c6fd28076   Jeff Garzik   Move libata to dr...
230
  	help
9a7780c9a   Tejun Heo   libata-sff: make ...
231
232
233
  	  This option enables support for Pacific Digital ADMA controllers
  
  	  If unsure, say N.
9a7780c9a   Tejun Heo   libata-sff: make ...
234
235
  config PATA_OCTEON_CF
  	tristate "OCTEON Boot Bus Compact Flash support"
9ddebc46e   David Daney   MIPS: OCTEON: Ren...
236
  	depends on CAVIUM_OCTEON_SOC
9a7780c9a   Tejun Heo   libata-sff: make ...
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
  	help
  	  This option enables a polled compact flash driver for use with
  	  compact flash cards attached to the OCTEON boot bus.
  
  	  If unsure, say N.
  
  config SATA_QSTOR
  	tristate "Pacific Digital SATA QStor support"
  	depends on PCI
  	help
  	  This option enables support for Pacific Digital Serial ATA QStor.
  
  	  If unsure, say N.
  
  config SATA_SX4
  	tristate "Promise SATA SX4 support (Experimental)"
48b3de219   Kees Cook   drivers/ata: remo...
253
  	depends on PCI
9a7780c9a   Tejun Heo   libata-sff: make ...
254
255
  	help
  	  This option enables support for Promise Serial ATA SX4.
c6fd28076   Jeff Garzik   Move libata to dr...
256
257
  
  	  If unsure, say N.
9a7780c9a   Tejun Heo   libata-sff: make ...
258
259
260
261
262
  config ATA_BMDMA
  	bool "ATA BMDMA support"
  	default y
  	help
  	  This option adds support for SFF ATA controllers with BMDMA
ed4e2f801   Stefan Richter   libata-sff: trivi...
263
264
  	  capability.  BMDMA stands for bus-master DMA and is the
  	  de facto DMA interface for SFF controllers.
9a7780c9a   Tejun Heo   libata-sff: make ...
265

ed4e2f801   Stefan Richter   libata-sff: trivi...
266
  	  If unsure, say Y.
9a7780c9a   Tejun Heo   libata-sff: make ...
267
268
269
270
  
  if ATA_BMDMA
  
  comment "SATA SFF controllers with BMDMA"
8ad92ba71   Jeff Garzik   libata: Remove SC...
271
  config ATA_PIIX
2c7620d50   Alan Cox   Kconfig: clarify ...
272
  	tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support"
81ce3c4b4   Jeff Garzik   Clean up drivers/...
273
  	depends on PCI
c6fd28076   Jeff Garzik   Move libata to dr...
274
  	help
2bfc3611b   Alan Cox   [PATCH] Fix help ...
275
  	  This option enables support for ICH5/6/7/8 Serial ATA
2c7620d50   Alan Cox   Kconfig: clarify ...
276
277
  	  and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series
  	  host controllers.
c6fd28076   Jeff Garzik   Move libata to dr...
278
279
  
  	  If unsure, say N.
62936009f   Rupjyoti Sarmah   [libata] Add 460E...
280
281
  config SATA_DWC
  	tristate "DesignWare Cores SATA support"
7598469a6   Arnd Bergmann   ata: dwc: add DMA...
282
  	depends on DMADEVICES
0f48debdb   Mans Rullgard   ata: sata_dwc_460...
283
  	select GENERIC_PHY
62936009f   Rupjyoti Sarmah   [libata] Add 460E...
284
285
286
287
288
  	help
  	  This option enables support for the on-chip SATA controller of the
  	  AppliedMicro processor 460EX.
  
  	  If unsure, say N.
50b433753   Mans Rullgard   ata: sata_dwc_460...
289
290
291
292
293
294
295
296
  config SATA_DWC_OLD_DMA
  	bool "Support old device trees"
  	depends on SATA_DWC
  	select DW_DMAC_CORE
  	default y if 460EX
  	help
  	  This option enables support for old device trees without the
  	  "dmas" property.
14080fa65   Sergei Shtylyov   sata_dwc_460ex: a...
297
298
299
300
301
302
303
304
305
306
307
  config SATA_DWC_DEBUG
  	bool "Debugging driver version"
  	depends on SATA_DWC
  	help
  	  This option enables debugging output in the driver.
  
  config SATA_DWC_VDEBUG
  	bool "Verbose debug output"
  	depends on SATA_DWC_DEBUG
  	help
  	  This option enables the taskfile dumping and NCQ debugging.
8996b89d6   Mark Langsdorf   ata: add platform...
308
309
  config SATA_HIGHBANK
  	tristate "Calxeda Highbank SATA support"
0b99f8648   Bartlomiej Zolnierkiewicz   ata: fix Calxeda ...
310
  	depends on ARCH_HIGHBANK || COMPILE_TEST
8996b89d6   Mark Langsdorf   ata: add platform...
311
312
313
314
315
  	help
  	  This option enables support for the Calxeda Highbank SoC's
  	  onboard SATA.
  
  	  If unsure, say N.
8ad92ba71   Jeff Garzik   libata: Remove SC...
316
  config SATA_MV
f9228c7ff   Mark Lord   sata_mv: no longe...
317
  	tristate "Marvell SATA support"
4efded056   Andrew Lunn   ata: Remove ARCH_...
318
  	depends on PCI || ARCH_DOVE || ARCH_MV78XX0 || \
03803ef66   Bartlomiej Zolnierkiewicz   ata: fix Marvell ...
319
  		   ARCH_MVEBU || ARCH_ORION5X || COMPILE_TEST
49c8f1ffe   Andrew Lunn   ATA: SATA_MV: Add...
320
  	select GENERIC_PHY
c6fd28076   Jeff Garzik   Move libata to dr...
321
322
  	help
  	  This option enables support for the Marvell Serial ATA family.
f9228c7ff   Mark Lord   sata_mv: no longe...
323
324
  	  Currently supports 88SX[56]0[48][01] PCI(-X) chips,
  	  as well as the newer [67]042 PCI-X/PCIe and SOC devices.
c6fd28076   Jeff Garzik   Move libata to dr...
325
326
  
  	  If unsure, say N.
8ad92ba71   Jeff Garzik   libata: Remove SC...
327
  config SATA_NV
c6fd28076   Jeff Garzik   Move libata to dr...
328
  	tristate "NVIDIA SATA support"
81ce3c4b4   Jeff Garzik   Clean up drivers/...
329
  	depends on PCI
c6fd28076   Jeff Garzik   Move libata to dr...
330
331
332
333
  	help
  	  This option enables support for NVIDIA Serial ATA.
  
  	  If unsure, say N.
8ad92ba71   Jeff Garzik   libata: Remove SC...
334
  config SATA_PROMISE
c6fd28076   Jeff Garzik   Move libata to dr...
335
  	tristate "Promise SATA TX2/TX4 support"
81ce3c4b4   Jeff Garzik   Clean up drivers/...
336
  	depends on PCI
c6fd28076   Jeff Garzik   Move libata to dr...
337
338
339
340
  	help
  	  This option enables support for Promise Serial ATA TX2/TX4.
  
  	  If unsure, say N.
163cf81d2   Vladimir Barinov   libata: add R-Car...
341
342
  config SATA_RCAR
  	tristate "Renesas R-Car SATA support"
51b1b2867   Simon Horman   ata: sata_rcar: U...
343
  	depends on ARCH_RENESAS || COMPILE_TEST
163cf81d2   Vladimir Barinov   libata: add R-Car...
344
345
346
347
  	help
  	  This option enables support for Renesas R-Car Serial ATA.
  
  	  If unsure, say N.
c6fd28076   Jeff Garzik   Move libata to dr...
348

8ad92ba71   Jeff Garzik   libata: Remove SC...
349
  config SATA_SIL
c6fd28076   Jeff Garzik   Move libata to dr...
350
  	tristate "Silicon Image SATA support"
81ce3c4b4   Jeff Garzik   Clean up drivers/...
351
  	depends on PCI
c6fd28076   Jeff Garzik   Move libata to dr...
352
353
354
355
  	help
  	  This option enables support for Silicon Image Serial ATA.
  
  	  If unsure, say N.
8ad92ba71   Jeff Garzik   libata: Remove SC...
356
  config SATA_SIS
9b14dec5a   Alan Cox   sata_sis: Support...
357
  	tristate "SiS 964/965/966/180 SATA support"
81ce3c4b4   Jeff Garzik   Clean up drivers/...
358
  	depends on PCI
9b14dec5a   Alan Cox   sata_sis: Support...
359
  	select PATA_SIS
c6fd28076   Jeff Garzik   Move libata to dr...
360
  	help
a617c09f6   Jeff Garzik   libata: Trim trai...
361
  	  This option enables support for SiS Serial ATA on
9b14dec5a   Alan Cox   sata_sis: Support...
362
363
364
  	  SiS 964/965/966/180 and Parallel ATA on SiS 180.
  	  The PATA support for SiS 180 requires additionally to
  	  enable the PATA_SIS driver in the config.
c6fd28076   Jeff Garzik   Move libata to dr...
365
  	  If unsure, say N.
9a7780c9a   Tejun Heo   libata-sff: make ...
366
367
368
369
370
371
372
373
  config SATA_SVW
  	tristate "ServerWorks Frodo / Apple K2 SATA support"
  	depends on PCI
  	help
  	  This option enables support for Broadcom/Serverworks/Apple K2
  	  SATA support.
  
  	  If unsure, say N.
8ad92ba71   Jeff Garzik   libata: Remove SC...
374
  config SATA_ULI
c6fd28076   Jeff Garzik   Move libata to dr...
375
  	tristate "ULi Electronics SATA support"
81ce3c4b4   Jeff Garzik   Clean up drivers/...
376
  	depends on PCI
c6fd28076   Jeff Garzik   Move libata to dr...
377
378
379
380
  	help
  	  This option enables support for ULi Electronics SATA.
  
  	  If unsure, say N.
8ad92ba71   Jeff Garzik   libata: Remove SC...
381
  config SATA_VIA
c6fd28076   Jeff Garzik   Move libata to dr...
382
  	tristate "VIA SATA support"
81ce3c4b4   Jeff Garzik   Clean up drivers/...
383
  	depends on PCI
c6fd28076   Jeff Garzik   Move libata to dr...
384
385
386
387
  	help
  	  This option enables support for VIA Serial ATA.
  
  	  If unsure, say N.
8ad92ba71   Jeff Garzik   libata: Remove SC...
388
  config SATA_VITESSE
c6fd28076   Jeff Garzik   Move libata to dr...
389
  	tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
81ce3c4b4   Jeff Garzik   Clean up drivers/...
390
  	depends on PCI
c6fd28076   Jeff Garzik   Move libata to dr...
391
392
393
394
  	help
  	  This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
  
  	  If unsure, say N.
9a7780c9a   Tejun Heo   libata-sff: make ...
395
  comment "PATA SFF controllers with BMDMA"
025621f9a   Alan Cox   pata_acpi: ACPI d...
396

669a5db41   Jeff Garzik   [libata] Add a bu...
397
  config PATA_ALI
e3389cbc6   Alan Cox   ata: Fix experime...
398
399
  	tristate "ALi PATA support"
  	depends on PCI
669a5db41   Jeff Garzik   [libata] Add a bu...
400
401
402
403
404
405
406
  	help
  	  This option enables support for the ALi ATA interfaces
  	  found on the many ALi chipsets.
  
  	  If unsure, say N.
  
  config PATA_AMD
942d09470   Alan Cox   libata: Restore K...
407
  	tristate "AMD/NVidia PATA support"
669a5db41   Jeff Garzik   [libata] Add a bu...
408
409
410
411
412
413
  	depends on PCI
  	help
  	  This option enables support for the AMD and NVidia PATA
  	  interfaces found on the chipsets for Athlon/Athlon64.
  
  	  If unsure, say N.
a480167b2   Viresh Kumar   pata_arasan_cf: A...
414
415
  config PATA_ARASAN_CF
  	tristate "ARASAN CompactFlash PATA Controller Support"
e638433b5   Bartlomiej Zolnierkiewicz   ata: fix ARASAN C...
416
  	depends on ARCH_SPEAR13XX || COMPILE_TEST
3b5ec274d   Randy Dunlap   ata: PATA_ARASAN_...
417
  	depends on DMADEVICES
a480167b2   Viresh Kumar   pata_arasan_cf: A...
418
419
420
  	select DMA_ENGINE
  	help
  	  Say Y here to support the ARASAN CompactFlash PATA controller
669a5db41   Jeff Garzik   [libata] Add a bu...
421
  config PATA_ARTOP
c645fd342   Alan Cox   libata: Update ex...
422
423
  	tristate "ARTOP 6210/6260 PATA support"
  	depends on PCI
669a5db41   Jeff Garzik   [libata] Add a bu...
424
425
426
427
  	help
  	  This option enables support for ARTOP PATA controllers.
  
  	  If unsure, say N.
9a7780c9a   Tejun Heo   libata-sff: make ...
428
429
  config PATA_ATIIXP
  	tristate "ATI PATA support"
d15d6e6cc   John(Jung-Ik) Lee   libata: Add pata_...
430
431
  	depends on PCI
  	help
9a7780c9a   Tejun Heo   libata-sff: make ...
432
433
  	  This option enables support for the ATI ATA interfaces
  	  found on the many ATI chipsets.
7c9ef8e41   Kristoffer Nyborg Gregertsen   AVR32 PATA driver
434
435
  
  	  If unsure, say N.
9a7780c9a   Tejun Heo   libata-sff: make ...
436
437
  config PATA_ATP867X
  	tristate "ARTOP/Acard ATP867X PATA support"
c645fd342   Alan Cox   libata: Update ex...
438
  	depends on PCI
669a5db41   Jeff Garzik   [libata] Add a bu...
439
  	help
9a7780c9a   Tejun Heo   libata-sff: make ...
440
441
  	  This option enables support for ARTOP/Acard ATP867X PATA
  	  controllers.
669a5db41   Jeff Garzik   [libata] Add a bu...
442
443
  
  	  If unsure, say N.
9a7780c9a   Tejun Heo   libata-sff: make ...
444
445
446
  config PATA_BF54X
  	tristate "Blackfin 54x ATAPI support"
  	depends on BF542 || BF548 || BF549
b2248dac0   Alan Cox   pata_cmd640: CMD6...
447
  	help
9a7780c9a   Tejun Heo   libata-sff: make ...
448
449
  	  This option enables support for the built-in ATAPI controller on
  	  Blackfin 54x family chips.
b2248dac0   Alan Cox   pata_cmd640: CMD6...
450
451
  
  	  If unsure, say N.
669a5db41   Jeff Garzik   [libata] Add a bu...
452
  config PATA_CMD64X
c645fd342   Alan Cox   libata: Update ex...
453
454
  	tristate "CMD64x PATA support"
  	depends on PCI
669a5db41   Jeff Garzik   [libata] Add a bu...
455
456
457
458
459
460
461
462
  	help
  	  This option enables support for the CMD64x series chips
  	  except for the CMD640.
  
  	  If unsure, say N.
  
  config PATA_CS5520
  	tristate "CS5510/5520 PATA support"
9236a76d9   Jean Delvare   ata: Fix CS55xx d...
463
  	depends on PCI && (X86_32 || COMPILE_TEST)
669a5db41   Jeff Garzik   [libata] Add a bu...
464
465
466
467
468
469
470
  	help
  	  This option enables support for the Cyrix 5510/5520
  	  companion chip used with the MediaGX/Geode processor family.
  
  	  If unsure, say N.
  
  config PATA_CS5530
e3389cbc6   Alan Cox   ata: Fix experime...
471
  	tristate "CS5530 PATA support"
9236a76d9   Jean Delvare   ata: Fix CS55xx d...
472
  	depends on PCI && (X86_32 || COMPILE_TEST)
669a5db41   Jeff Garzik   [libata] Add a bu...
473
474
475
476
477
478
479
480
  	help
  	  This option enables support for the Cyrix/NatSemi/AMD CS5530
  	  companion chip used with the MediaGX/Geode processor family.
  
  	  If unsure, say N.
  
  config PATA_CS5535
  	tristate "CS5535 PATA support (Experimental)"
9236a76d9   Jean Delvare   ata: Fix CS55xx d...
481
  	depends on PCI && X86_32
669a5db41   Jeff Garzik   [libata] Add a bu...
482
483
484
485
486
  	help
  	  This option enables support for the NatSemi/AMD CS5535
  	  companion chip used with the Geode processor family.
  
  	  If unsure, say N.
3957df616   Martin K. Petersen   pata_cs5536: ATA ...
487
  config PATA_CS5536
e3389cbc6   Alan Cox   ata: Fix experime...
488
  	tristate "CS5536 PATA support"
9236a76d9   Jean Delvare   ata: Fix CS55xx d...
489
  	depends on PCI && (X86_32 || MIPS || COMPILE_TEST)
3957df616   Martin K. Petersen   pata_cs5536: ATA ...
490
491
492
493
494
  	help
  	  This option enables support for the AMD CS5536
  	  companion chip used with the Geode LX processor family.
  
  	  If unsure, say N.
669a5db41   Jeff Garzik   [libata] Add a bu...
495
496
  config PATA_CYPRESS
  	tristate "Cypress CY82C693 PATA support (Very Experimental)"
48b3de219   Kees Cook   drivers/ata: remo...
497
  	depends on PCI
669a5db41   Jeff Garzik   [libata] Add a bu...
498
499
500
501
502
503
504
505
506
507
508
509
510
511
  	help
  	  This option enables support for the Cypress/Contaq CY82C693
  	  chipset found in some Alpha systems
  
  	  If unsure, say N.
  
  config PATA_EFAR
  	tristate "EFAR SLC90E66 support"
  	depends on PCI
  	help
  	  This option enables support for the EFAR SLC90E66
  	  IDE controller found on some older machines.
  
  	  If unsure, say N.
2fff27512   Rafal Prylowski   PATA host control...
512
513
514
515
516
517
518
519
  config PATA_EP93XX
  	tristate "Cirrus Logic EP93xx PATA support"
  	depends on ARCH_EP93XX
  	help
  	  This option enables support for the PATA controller in
  	  the Cirrus Logic EP9312 and EP9315 ARM CPU.
  
  	  If unsure, say N.
669a5db41   Jeff Garzik   [libata] Add a bu...
520
  config PATA_HPT366
c645fd342   Alan Cox   libata: Update ex...
521
522
  	tristate "HPT 366/368 PATA support"
  	depends on PCI
669a5db41   Jeff Garzik   [libata] Add a bu...
523
524
525
526
527
528
529
  	help
  	  This option enables support for the HPT 366 and 368
  	  PATA controllers via the new ATA layer.
  
  	  If unsure, say N.
  
  config PATA_HPT37X
be315d461   Alan Cox   [libata] PATA: Up...
530
531
  	tristate "HPT 370/370A/371/372/374/302 PATA support"
  	depends on PCI
669a5db41   Jeff Garzik   [libata] Add a bu...
532
533
534
535
536
537
538
  	help
  	  This option enables support for the majority of the later HPT
  	  PATA controllers via the new ATA layer.
  
  	  If unsure, say N.
  
  config PATA_HPT3X2N
0ca646db6   Sergei Shtylyov   pata_hpt3x2n: cla...
539
  	tristate "HPT 371N/372N/302N PATA support"
be315d461   Alan Cox   [libata] PATA: Up...
540
  	depends on PCI
669a5db41   Jeff Garzik   [libata] Add a bu...
541
542
  	help
  	  This option enables support for the N variant HPT PATA
0ca646db6   Sergei Shtylyov   pata_hpt3x2n: cla...
543
  	  controllers via the new ATA layer.
669a5db41   Jeff Garzik   [libata] Add a bu...
544
545
546
547
  
  	  If unsure, say N.
  
  config PATA_HPT3X3
66e7da4e3   Alan Cox   pata_hpt3x3: majo...
548
  	tristate "HPT 343/363 PATA support"
669a5db41   Jeff Garzik   [libata] Add a bu...
549
550
551
552
553
554
  	depends on PCI
  	help
  	  This option enables support for the HPT 343/363
  	  PATA controllers via the new ATA layer
  
  	  If unsure, say N.
66e7da4e3   Alan Cox   pata_hpt3x3: majo...
555
  config PATA_HPT3X3_DMA
be315d461   Alan Cox   [libata] PATA: Up...
556
  	bool "HPT 343/363 DMA support"
66e7da4e3   Alan Cox   pata_hpt3x3: majo...
557
558
559
560
561
  	depends on PATA_HPT3X3
  	help
  	  This option enables DMA support for the HPT343/363
  	  controllers. Enable with care as there are still some
  	  problems with DMA on this chipset.
9a7780c9a   Tejun Heo   libata-sff: make ...
562
563
564
  config PATA_ICSIDE
  	tristate "Acorn ICS PATA support"
  	depends on ARM && ARCH_ACORN
669a5db41   Jeff Garzik   [libata] Add a bu...
565
  	help
9a7780c9a   Tejun Heo   libata-sff: make ...
566
567
568
  	  On Acorn systems, say Y here if you wish to use the ICS PATA
  	  interface card.  This is not required for ICS partition support.
  	  If you are unsure, say N to this.
e39c75cf3   Arnaud Patard   ata: Add iMX pata...
569
570
571
572
573
574
575
576
  config PATA_IMX
  	tristate "PATA support for Freescale iMX"
  	depends on ARCH_MXC
  	help
  	  This option enables support for the PATA host available on Freescale
            iMX SoCs.
  
  	  If unsure, say N.
9a7780c9a   Tejun Heo   libata-sff: make ...
577
578
  config PATA_IT8213
  	tristate "IT8213 PATA support (Experimental)"
48b3de219   Kees Cook   drivers/ata: remo...
579
  	depends on PCI
9a7780c9a   Tejun Heo   libata-sff: make ...
580
581
582
  	help
  	  This option enables support for the ITE 821 PATA
            controllers via the new ATA layer.
669a5db41   Jeff Garzik   [libata] Add a bu...
583
584
  
  	  If unsure, say N.
669a5db41   Jeff Garzik   [libata] Add a bu...
585
  config PATA_IT821X
942d09470   Alan Cox   libata: Restore K...
586
587
  	tristate "IT8211/2 PATA support"
  	depends on PCI
669a5db41   Jeff Garzik   [libata] Add a bu...
588
589
590
591
592
593
  	help
  	  This option enables support for the ITE 8211 and 8212
  	  PATA controllers via the new ATA layer, including RAID
  	  mode.
  
  	  If unsure, say N.
406176ee7   Jeff Garzik   [libata] Add pata...
594
595
596
597
598
599
600
601
  config PATA_JMICRON
  	tristate "JMicron PATA support"
  	depends on PCI
  	help
  	  Enable support for the JMicron IDE controller, via the new
  	  ATA layer.
  
  	  If unsure, say N.
9a7780c9a   Tejun Heo   libata-sff: make ...
602
603
604
  config PATA_MACIO
  	tristate "Apple PowerMac/PowerBook internal 'MacIO' IDE"
  	depends on PPC_PMAC
669a5db41   Jeff Garzik   [libata] Add a bu...
605
  	help
9a7780c9a   Tejun Heo   libata-sff: make ...
606
607
608
609
  	  Most IDE capable PowerMacs have IDE busses driven by a variant
            of this controller which is part of the Apple chipset used on
            most PowerMac models. Some models have multiple busses using
            different chipsets, though generally, MacIO is one of them.
669a5db41   Jeff Garzik   [libata] Add a bu...
610

75742cb41   Alan Cox   [PATCH] pata_marv...
611
612
613
614
  config PATA_MARVELL
  	tristate "Marvell PATA support via legacy mode"
  	depends on PCI
  	help
5b66c829b   Alan Cox   ahci, pata_marvel...
615
616
617
618
  	  This option enables limited support for the Marvell 88SE61xx ATA
  	  controllers. If you wish to use only the SATA ports then select
  	  the AHCI driver alone. If you wish to the use the PATA port or
  	  both SATA and PATA include this driver.
75742cb41   Alan Cox   [PATCH] pata_marv...
619
620
  
  	  If unsure, say N.
869934adf   Wolfram Sang   pata_mpc52xx: dri...
621
622
623
624
625
626
627
628
629
  config PATA_MPC52xx
  	tristate "Freescale MPC52xx SoC internal IDE"
  	depends on PPC_MPC52xx && PPC_BESTCOMM
  	select PPC_BESTCOMM_ATA
  	help
  	  This option enables support for integrated IDE controller
  	  of the Freescale MPC52xx SoC.
  
  	  If unsure, say N.
669a5db41   Jeff Garzik   [libata] Add a bu...
630
631
632
633
634
635
636
637
  config PATA_NETCELL
  	tristate "NETCELL Revolution RAID support"
  	depends on PCI
  	help
  	  This option enables support for the Netcell Revolution RAID
  	  PATA controller.
  
  	  If unsure, say N.
51dbd4906   Alan Cox   pata_ninja32: Car...
638
  config PATA_NINJA32
be315d461   Alan Cox   [libata] PATA: Up...
639
640
  	tristate "Ninja32/Delkin Cardbus ATA support"
  	depends on PCI
51dbd4906   Alan Cox   pata_ninja32: Car...
641
642
643
644
645
  	help
  	  This option enables support for the Ninja32, Delkin and
  	  possibly other brands of Cardbus ATA adapter
  
  	  If unsure, say N.
c4b5b7b6c   Alan Cox   pata_ns87415: Ini...
646
  config PATA_NS87415
e3389cbc6   Alan Cox   ata: Fix experime...
647
648
  	tristate "Nat Semi NS87415 PATA support"
  	depends on PCI
c4b5b7b6c   Alan Cox   pata_ns87415: Ini...
649
650
651
652
653
  	help
  	  This option enables support for the National Semiconductor
  	  NS87415 PCI-IDE controller.
  
  	  If unsure, say N.
9a7780c9a   Tejun Heo   libata-sff: make ...
654
655
656
  config PATA_OLDPIIX
  	tristate "Intel PATA old PIIX support"
  	depends on PCI
669a5db41   Jeff Garzik   [libata] Add a bu...
657
  	help
9a7780c9a   Tejun Heo   libata-sff: make ...
658
  	  This option enables support for early PIIX PATA support.
669a5db41   Jeff Garzik   [libata] Add a bu...
659
660
661
662
  
  	  If unsure, say N.
  
  config PATA_OPTIDMA
516e72cb4   Alexey Dobriyan   [PATCH] pata_opti...
663
  	tristate "OPTI FireStar PATA support (Very Experimental)"
48b3de219   Kees Cook   drivers/ata: remo...
664
  	depends on PCI
669a5db41   Jeff Garzik   [libata] Add a bu...
665
666
667
  	help
  	  This option enables DMA/PIO support for the later OPTi
  	  controllers found on some old motherboards and in some
3dde6ad8f   David Sterba   Fix trivial typos...
668
  	  laptops.
669a5db41   Jeff Garzik   [libata] Add a bu...
669
670
  
  	  If unsure, say N.
be315d461   Alan Cox   [libata] PATA: Up...
671
672
673
674
675
676
677
  config PATA_PDC2027X
  	tristate "Promise PATA 2027x support"
  	depends on PCI
  	help
  	  This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
  
  	  If unsure, say N.
669a5db41   Jeff Garzik   [libata] Add a bu...
678
  config PATA_PDC_OLD
e3389cbc6   Alan Cox   ata: Fix experime...
679
680
  	tristate "Older Promise PATA controller support"
  	depends on PCI
669a5db41   Jeff Garzik   [libata] Add a bu...
681
682
683
684
685
  	help
  	  This option enables support for the Promise 20246, 20262, 20263,
  	  20265 and 20267 adapters.
  
  	  If unsure, say N.
669a5db41   Jeff Garzik   [libata] Add a bu...
686
  config PATA_RADISYS
e3389cbc6   Alan Cox   ata: Fix experime...
687
  	tristate "RADISYS 82600 PATA support (Experimental)"
48b3de219   Kees Cook   drivers/ata: remo...
688
  	depends on PCI
669a5db41   Jeff Garzik   [libata] Add a bu...
689
690
691
692
693
  	help
  	  This option enables support for the RADISYS 82600
  	  PATA controllers via the new ATA layer
  
  	  If unsure, say N.
6b406782a   Alan Cox   [libata] Add pata...
694
695
696
697
698
699
700
701
702
  config PATA_RDC
  	tristate "RDC PATA support"
  	depends on PCI
  	help
  	  This option enables basic support for the later RDC PATA controllers
  	  controllers via the new ATA layer. For the RDC 1010, you need to
  	  enable the IT821X driver instead.
  
  	  If unsure, say N.
9a7780c9a   Tejun Heo   libata-sff: make ...
703
704
  config PATA_SC1200
  	tristate "SC1200 PATA support"
840aa7878   Jean Delvare   ata: Fix SC1200 d...
705
  	depends on PCI && (X86_32 || COMPILE_TEST)
669a5db41   Jeff Garzik   [libata] Add a bu...
706
  	help
9a7780c9a   Tejun Heo   libata-sff: make ...
707
708
  	  This option enables support for the NatSemi/AMD SC1200 SoC
  	  companion chip used with the Geode processor family.
669a5db41   Jeff Garzik   [libata] Add a bu...
709
710
  
  	  If unsure, say N.
9a7780c9a   Tejun Heo   libata-sff: make ...
711
712
  config PATA_SCH
  	tristate "Intel SCH PATA support"
e3389cbc6   Alan Cox   ata: Fix experime...
713
  	depends on PCI
669a5db41   Jeff Garzik   [libata] Add a bu...
714
  	help
9a7780c9a   Tejun Heo   libata-sff: make ...
715
716
  	  This option enables support for Intel SCH PATA on the Intel
  	  SCH (US15W, US15L, UL11L) series host controllers.
669a5db41   Jeff Garzik   [libata] Add a bu...
717
718
719
720
  
  	  If unsure, say N.
  
  config PATA_SERVERWORKS
942d09470   Alan Cox   libata: Restore K...
721
722
  	tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support"
  	depends on PCI
669a5db41   Jeff Garzik   [libata] Add a bu...
723
724
725
726
727
  	help
  	  This option enables support for the Serverworks OSB4/CSB5/CSB6 and
  	  HT1000 PATA controllers, via the new ATA layer.
  
  	  If unsure, say N.
669a5db41   Jeff Garzik   [libata] Add a bu...
728
729
730
731
732
733
734
735
736
  config PATA_SIL680
  	tristate "CMD / Silicon Image 680 PATA support"
  	depends on PCI
  	help
  	  This option enables support for CMD / Silicon Image 680 PATA.
  
  	  If unsure, say N.
  
  config PATA_SIS
e3389cbc6   Alan Cox   ata: Fix experime...
737
738
  	tristate "SiS PATA support"
  	depends on PCI
669a5db41   Jeff Garzik   [libata] Add a bu...
739
740
741
742
  	help
  	  This option enables support for SiS PATA controllers
  
  	  If unsure, say N.
8e182a90f   Alan Cox   pata_piccolo: Dri...
743
744
  config PATA_TOSHIBA
  	tristate "Toshiba Piccolo support (Experimental)"
48b3de219   Kees Cook   drivers/ata: remo...
745
  	depends on PCI
8e182a90f   Alan Cox   pata_piccolo: Dri...
746
747
748
749
750
  	help
  	  Support for the Toshiba Piccolo controllers. Currently only the
  	  primary channel is supported by this driver.
  
  	  If unsure, say N.
9a7780c9a   Tejun Heo   libata-sff: make ...
751
752
753
754
755
756
757
758
  config PATA_TRIFLEX
  	tristate "Compaq Triflex PATA support"
  	depends on PCI
  	help
  	  Enable support for the Compaq 'Triflex' IDE controller as found
  	  on many Compaq Pentium-Pro systems, via the new ATA layer.
  
  	  If unsure, say N.
669a5db41   Jeff Garzik   [libata] Add a bu...
759
760
761
762
763
764
765
766
  config PATA_VIA
  	tristate "VIA PATA support"
  	depends on PCI
  	help
  	  This option enables support for the VIA PATA interfaces
  	  found on the many VIA chipsets.
  
  	  If unsure, say N.
2dc6c6f15   Marek Vasut   [ARM] pata_pxa: D...
767
768
769
770
771
772
773
774
775
776
  config PATA_PXA
  	tristate "PXA DMA-capable PATA support"
  	depends on ARCH_PXA
  	help
  	  This option enables support for harddrive attached to PXA CPU's bus.
  
  	  NOTE: This driver utilizes PXA DMA controller, in case your hardware
  	        is not capable of doing MWDMA, use pata_platform instead.
  
  	  If unsure, say N.
669a5db41   Jeff Garzik   [libata] Add a bu...
777
778
779
780
781
782
783
784
  config PATA_WINBOND
  	tristate "Winbond SL82C105 PATA support"
  	depends on PCI
  	help
  	  This option enables support for SL82C105 PATA devices found in the
  	  Netwinder and some other systems
  
  	  If unsure, say N.
9a7780c9a   Tejun Heo   libata-sff: make ...
785
786
787
788
789
790
  endif # ATA_BMDMA
  
  comment "PIO-only SFF controllers"
  
  config PATA_AT32
  	tristate "Atmel AVR32 PATA support (Experimental)"
48b3de219   Kees Cook   drivers/ata: remo...
791
  	depends on AVR32 && PLATFORM_AT32AP
7e45b0e5f   Alan Cox   [PATCH] libata: W...
792
  	help
9a7780c9a   Tejun Heo   libata-sff: make ...
793
794
795
796
797
798
799
  	  This option enables support for the IDE devices on the
  	  Atmel AT32AP platform.
  
  	  If unsure, say N.
  
  config PATA_AT91
  	tristate "PATA support for AT91SAM9260"
2af89a3cd   Arnd Bergmann   ata: pata_at91 on...
800
  	depends on ARM && SOC_AT91SAM9
9a7780c9a   Tejun Heo   libata-sff: make ...
801
802
803
804
805
806
807
  	help
  	  This option enables support for IDE devices on the Atmel AT91SAM9260 SoC.
  
  	  If unsure, say N.
  
  config PATA_CMD640_PCI
  	tristate "CMD640 PCI PATA support (Experimental)"
48b3de219   Kees Cook   drivers/ata: remo...
808
  	depends on PCI
9a7780c9a   Tejun Heo   libata-sff: make ...
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
  	help
  	  This option enables support for the CMD640 PCI IDE
  	  interface chip. Only the primary channel is currently
  	  supported.
  
  	  If unsure, say N.
  
  config PATA_ISAPNP
  	tristate "ISA Plug and Play PATA support"
  	depends on ISAPNP
  	help
  	  This option enables support for ISA plug & play ATA
  	  controllers such as those found on old soundcards.
  
  	  If unsure, say N.
  
  config PATA_IXP4XX_CF
  	tristate "IXP4XX Compact Flash support"
  	depends on ARCH_IXP4XX
  	help
  	  This option enables support for a Compact Flash connected on
  	  the ixp4xx expansion bus. This driver had been written for
  	  Loft/Avila boards in mind but can work with others.
  
  	  If unsure, say N.
  
  config PATA_MPIIX
  	tristate "Intel PATA MPIIX support"
  	depends on PCI
  	help
  	  This option enables support for MPIIX PATA support.
  
  	  If unsure, say N.
  
  config PATA_NS87410
  	tristate "Nat Semi NS87410 PATA support"
  	depends on PCI
  	help
  	  This option enables support for the National Semiconductor
  	  NS87410 PCI-IDE controller.
  
  	  If unsure, say N.
  
  config PATA_OPTI
  	tristate "OPTI621/6215 PATA support (Very Experimental)"
48b3de219   Kees Cook   drivers/ata: remo...
854
  	depends on PCI
9a7780c9a   Tejun Heo   libata-sff: make ...
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
  	help
  	  This option enables full PIO support for the early Opti ATA
  	  controllers found on some old motherboards.
  
  	  If unsure, say N.
  
  config PATA_PALMLD
  	tristate "Palm LifeDrive PATA support"
  	depends on MACH_PALMLD
  	help
  	  This option enables support for Palm LifeDrive's internal ATA
  	  port via the new ATA layer.
  
  	  If unsure, say N.
  
  config PATA_PCMCIA
  	tristate "PCMCIA PATA support"
  	depends on PCMCIA
  	help
  	  This option enables support for PCMCIA ATA interfaces, including
  	  compact flash card adapters via the new ATA layer.
  
  	  If unsure, say N.
7e45b0e5f   Alan Cox   [PATCH] libata: W...
878

a20c9e820   Paul Mundt   [PATCH] ata: Gene...
879
880
  config PATA_PLATFORM
  	tristate "Generic platform device PATA support"
6a108a14f   David Rientjes   kconfig: rename C...
881
  	depends on EXPERT || PPC || HAVE_PATA_PLATFORM
a20c9e820   Paul Mundt   [PATCH] ata: Gene...
882
883
884
885
886
  	help
  	  This option enables support for generic directly connected ATA
  	  devices commonly found on embedded systems.
  
  	  If unsure, say N.
61f716211   Anton Vorontsov   libata: pata_of_p...
887
888
889
  
  config PATA_OF_PLATFORM
  	tristate "OpenFirmware platform device PATA support"
d0643aa16   Rob Herring   pata_of_platform:...
890
  	depends on PATA_PLATFORM && OF
61f716211   Anton Vorontsov   libata: pata_of_p...
891
892
893
894
895
896
  	help
  	  This option enables support for generic directly connected ATA
  	  devices commonly found on embedded systems with OpenFirmware
  	  bindings.
  
  	  If unsure, say N.
a20c9e820   Paul Mundt   [PATCH] ata: Gene...
897

9a7780c9a   Tejun Heo   libata-sff: make ...
898
899
900
  config PATA_QDI
  	tristate "QDI VLB PATA support"
  	depends on ISA
0dcd0a763   Bartlomiej Zolnierkiewicz   libata: remove no...
901
  	select PATA_LEGACY
73b6a2be8   Russell King   [ARM] Add support...
902
  	help
9a7780c9a   Tejun Heo   libata-sff: make ...
903
  	  Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
73b6a2be8   Russell King   [ARM] Add support...
904

9a7780c9a   Tejun Heo   libata-sff: make ...
905
906
907
  config PATA_RB532
  	tristate "RouterBoard 532 PATA CompactFlash support"
  	depends on MIKROTIK_RB532
0df0d0a0e   Alessandro Zummo   [libata] ARM: add...
908
  	help
9a7780c9a   Tejun Heo   libata-sff: make ...
909
910
  	  This option enables support for the RouterBoard 532
  	  PATA CompactFlash controller.
0df0d0a0e   Alessandro Zummo   [libata] ARM: add...
911
912
  
  	  If unsure, say N.
9a7780c9a   Tejun Heo   libata-sff: make ...
913
914
915
  config PATA_RZ1000
  	tristate "PC Tech RZ1000 PATA support"
  	depends on PCI
3c929c6f5   David Daney   libata: New drive...
916
  	help
9a7780c9a   Tejun Heo   libata-sff: make ...
917
918
  	  This option enables basic support for the PC Tech RZ1000/1
  	  PATA controllers via the new ATA layer
3c929c6f5   David Daney   libata: New drive...
919
920
  
  	  If unsure, say N.
155bf48f1   Abhilash Kesavan   [libata] Add Sams...
921
922
923
924
925
926
927
928
  config PATA_SAMSUNG_CF
  	tristate "Samsung SoC PATA support"
  	depends on SAMSUNG_DEV_IDE
  	help
  	  This option enables basic support for Samsung's S3C/S5P board
  	  PATA controllers via the new ATA layer
  
  	  If unsure, say N.
9a7780c9a   Tejun Heo   libata-sff: make ...
929
930
  config PATA_WINBOND_VLB
  	tristate "Winbond W83759A VLB PATA support (Experimental)"
48b3de219   Kees Cook   drivers/ata: remo...
931
  	depends on ISA
6d981b9a9   Bartlomiej Zolnierkiewicz   libata: remove no...
932
  	select PATA_LEGACY
a619f981b   Akira Iguchi   libata: PATA driv...
933
  	help
9a7780c9a   Tejun Heo   libata-sff: make ...
934
935
  	  Support for the Winbond W83759A controller on Vesa Local Bus
  	  systems.
a619f981b   Akira Iguchi   libata: PATA driv...
936

9a7780c9a   Tejun Heo   libata-sff: make ...
937
  comment "Generic fallback / legacy drivers"
a619f981b   Akira Iguchi   libata: PATA driv...
938

9a7780c9a   Tejun Heo   libata-sff: make ...
939
940
941
  config PATA_ACPI
  	tristate "ACPI firmware driver for PATA"
  	depends on ATA_ACPI && ATA_BMDMA
07ab85de4   Alek Du   libata: Add Intel...
942
  	help
9a7780c9a   Tejun Heo   libata-sff: make ...
943
944
945
946
  	  This option enables an ACPI method driver which drives
  	  motherboard PATA controller interfaces through the ACPI
  	  firmware in the BIOS. This driver can sometimes handle
  	  otherwise unsupported hardware.
07ab85de4   Alek Du   libata: Add Intel...
947

9a7780c9a   Tejun Heo   libata-sff: make ...
948
949
950
  config ATA_GENERIC
  	tristate "Generic ATA support"
  	depends on PCI && ATA_BMDMA
d830d1731   Sonic Zhang   libata driver for...
951
  	help
9a7780c9a   Tejun Heo   libata-sff: make ...
952
953
  	  This option enables support for generic BIOS configured
  	  ATA controllers via the new ATA layer
d830d1731   Sonic Zhang   libata driver for...
954
955
  
  	  If unsure, say N.
9a7780c9a   Tejun Heo   libata-sff: make ...
956
957
  config PATA_LEGACY
  	tristate "Legacy ISA PATA support (Experimental)"
48b3de219   Kees Cook   drivers/ata: remo...
958
  	depends on (ISA || PCI)
88358ab08   Benjamin Herrenschmidt   libata/drivers: A...
959
  	help
9a7780c9a   Tejun Heo   libata-sff: make ...
960
961
  	  This option enables support for ISA/VLB/PCI bus legacy PATA
  	  ports and allows them to be accessed via the new ATA layer.
88358ab08   Benjamin Herrenschmidt   libata/drivers: A...
962

9a7780c9a   Tejun Heo   libata-sff: make ...
963
  	  If unsure, say N.
88358ab08   Benjamin Herrenschmidt   libata/drivers: A...
964

127102aea   Tejun Heo   libata: make SFF ...
965
  endif # ATA_SFF
b196fc69f   Jan Engelhardt   Use menuconfig ob...
966
  endif # ATA