blob: 2b16e7c8fff357645d3cec4069330b89985347bb [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Jeff Garzik421b20b2006-08-14 14:27:36 -04002#
3# SATA/PATA driver configuration
4#
5
Nick Bowler2ad2c322011-01-07 21:32:02 -05006config HAVE_PATA_PLATFORM
7 bool
8 help
9 This is an internal configuration node for any machine that
10 uses pata-platform driver to enable the relevant driver in the
11 configuration structure without having to submit endless patches
12 to update the PATA_PLATFORM entry.
13
Jan Engelhardtb196fc62007-05-10 22:48:54 -070014menuconfig ATA
Randy Dunlape478cff2014-02-14 18:29:34 -080015 tristate "Serial ATA and Parallel ATA drivers (libata)"
Martin Schwidefskye25df122007-05-10 15:45:57 +020016 depends on HAS_IOMEM
Adrian Bunkbf2d4012006-10-20 14:39:35 -070017 depends on BLOCK
Jeff Garzik81ce3c42006-08-24 02:41:25 -040018 select SCSI
George Spelvin428ac5f2014-08-06 16:09:27 -070019 select GLOB
Jeff Garzikc6fd2802006-08-10 07:31:37 -040020 ---help---
Randy Dunlape478cff2014-02-14 18:29:34 -080021 If you want to use an ATA hard disk, ATA tape drive, ATA CD-ROM or
Jeff Garzikc6fd2802006-08-10 07:31:37 -040022 any other ATA device under Linux, say Y and make sure that you know
23 the name of your ATA host adapter (the card inside your computer
24 that "speaks" the ATA protocol, also called ATA controller),
25 because you will be asked for it.
26
Randy Dunlapabcdceb2007-06-11 11:59:34 -070027 NOTE: ATA enables basic SCSI support; *however*,
28 'SCSI disk support', 'SCSI tape support', or
29 'SCSI CDROM support' may also be needed,
30 depending on your hardware configuration.
31
Jeff Garzik81ce3c42006-08-24 02:41:25 -040032if ATA
33
David Woodhouse8cdf92a2007-01-01 19:31:15 +000034config ATA_NONSTANDARD
35 bool
36 default n
37
Robert Hancock65211482009-07-14 20:43:39 -060038config ATA_VERBOSE_ERROR
39 bool "Verbose ATA error reporting"
40 default y
41 help
42 This option adds parsing of ATA command descriptions and error bits
43 in libata kernel output, making it easier to interpret.
44 This option will enlarge the kernel by approx. 6KB. Disable it only
45 if kernel size is more important than ease of debugging.
46
47 If unsure, say Y.
48
Tejun Heoe92351b2007-05-05 23:50:38 +090049config ATA_ACPI
Chris Wedgwoodc30484d2008-03-18 15:06:48 -070050 bool "ATA ACPI Support"
Suthikulpanit, Suravee2051e922015-07-07 01:55:21 +020051 depends on ACPI
Tejun Heoe92351b2007-05-05 23:50:38 +090052 default y
53 help
54 This option adds support for ATA-related ACPI objects.
55 These ACPI objects add the ability to retrieve taskfiles
56 from the ACPI BIOS and write them to the disk controller.
57 These objects may be related to performance, security,
58 power management, or other areas.
59 You can disable this at kernel boot time by using the
60 option libata.noacpi=1
61
Aaron Luafe75952013-01-15 17:20:58 +080062config SATA_ZPODD
Aaron Lue1895512013-03-02 13:00:37 +080063 bool "SATA Zero Power Optical Disc Drive (ZPODD) support"
Rafael J. Wysocki1b3e3aa2014-12-13 00:44:04 +010064 depends on ATA_ACPI && PM
Aaron Luafe75952013-01-15 17:20:58 +080065 default n
66 help
Aaron Lue1895512013-03-02 13:00:37 +080067 This option adds support for SATA Zero Power Optical Disc
68 Drive (ZPODD). It requires both the ODD and the platform
69 support, and if enabled, will automatically power on/off the
70 ODD when certain condition is satisfied. This does not impact
71 end user's experience of the ODD, only power is saved when
72 the ODD is not in use (i.e. no disc inside).
Aaron Luafe75952013-01-15 17:20:58 +080073
74 If unsure, say N.
75
Tejun Heo88fcd562008-04-07 22:47:22 +090076config SATA_PMP
77 bool "SATA Port Multiplier support"
78 default y
79 help
Jeff Garzikf3360eb2008-04-17 15:55:24 -040080 This option adds support for SATA Port Multipliers
81 (the SATA version of an ethernet hub, or SAS expander).
Tejun Heo88fcd562008-04-07 22:47:22 +090082
Geert Uytterhoevenb16a0162017-01-03 19:09:47 +010083if HAS_DMA
84
Tejun Heo9a7780c2010-05-19 22:10:24 +020085comment "Controllers with non-SFF native interface"
86
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040087config SATA_AHCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040088 tristate "AHCI SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040089 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040090 help
91 This option enables support for AHCI Serial ATA.
92
93 If unsure, say N.
94
Hans de Goedeebb82e32017-12-11 17:52:16 +010095config SATA_MOBILE_LPM_POLICY
96 int "Default SATA Link Power Management policy for mobile chipsets"
97 range 0 4
98 default 0
99 depends on SATA_AHCI
100 help
101 Select the Default SATA Link Power Management (LPM) policy to use
102 for mobile / laptop variants of chipsets / "South Bridges".
103
104 The value set has the following meanings:
105 0 => Keep firmware settings
106 1 => Maximum performance
107 2 => Medium power
108 3 => Medium power with Device Initiated PM enabled
109 4 => Minimum power
110
111 Note "Minimum power" is known to cause issues, including disk
112 corruption, with some disks and should not be used.
113
Anton Vorontsov1c2a49f2010-03-04 20:06:06 +0300114config SATA_AHCI_PLATFORM
115 tristate "Platform AHCI SATA support"
116 help
117 This option enables support for Platform AHCI Serial ATA
118 controllers.
119
120 If unsure, say N.
121
Yendapally Reddy Dhananjaya Reddyeba68f82016-06-16 09:53:32 -0400122config AHCI_BRCM
123 tristate "Broadcom AHCI SATA support"
Yendapally Reddy Dhananjaya Reddy3ee2e6d2016-06-16 09:53:33 -0400124 depends on ARCH_BRCMSTB || BMIPS_GENERIC || ARCH_BCM_NSP
Brian Norris766a2d92015-05-12 16:28:21 -0700125 help
126 This option enables support for the AHCI SATA3 controller found on
Yendapally Reddy Dhananjaya Reddyeba68f82016-06-16 09:53:32 -0400127 Broadcom SoC's.
Brian Norris766a2d92015-05-12 16:28:21 -0700128
129 If unsure, say N.
130
Bartlomiej Zolnierkiewiczae8723f2014-03-25 19:51:40 +0100131config AHCI_DA850
132 tristate "DaVinci DA850 AHCI SATA support"
133 depends on ARCH_DAVINCI_DA850
134 help
135 This option enables support for the DaVinci DA850 SoC's
136 onboard AHCI SATA.
137
138 If unsure, say N.
139
Bartosz Golaszewskidf46e6a2017-03-14 12:04:51 +0100140config AHCI_DM816
141 tristate "DaVinci DM816 AHCI SATA support"
142 depends on ARCH_OMAP2PLUS
143 help
144 This option enables support for the DaVinci DM816 SoC's
145 onboard AHCI SATA controller.
146
147 If unsure, say N.
148
Lee Jones4a2e5122014-03-12 12:39:38 +0000149config AHCI_ST
150 tristate "ST AHCI SATA support"
Lee Jones48c54df2014-03-12 12:39:41 +0000151 depends on ARCH_STI
Lee Jones76884cb2014-02-26 14:47:21 +0000152 help
Lee Jones4a2e5122014-03-12 12:39:38 +0000153 This option enables support for ST AHCI SATA controller.
Lee Jones76884cb2014-02-26 14:47:21 +0000154
155 If unsure, say N.
156
Richard Zhu9e54eae2013-07-24 14:15:29 +0800157config AHCI_IMX
158 tristate "Freescale i.MX AHCI SATA support"
Jean Delvaref5f85ee2014-04-08 11:06:26 +0200159 depends on MFD_SYSCON && (ARCH_MXC || COMPILE_TEST)
Arnd Bergmannd7969f52017-01-11 14:36:16 +0100160 depends on (HWMON && (THERMAL || !THERMAL_OF)) || !HWMON
Richard Zhu9e54eae2013-07-24 14:15:29 +0800161 help
162 This option enables support for the Freescale i.MX SoC's
163 onboard AHCI SATA.
164
165 If unsure, say N.
166
Suneel Garapatia73ed352015-06-09 14:23:50 +0530167config AHCI_CEVA
168 tristate "CEVA AHCI SATA support"
169 depends on OF
170 help
171 This option enables support for the CEVA AHCI SATA.
172 It can be found on the Xilinx Zynq UltraScale+ MPSoC.
173
174 If unsure, say N.
175
Ryder Lee47269602017-08-18 09:13:07 +0800176config AHCI_MTK
177 tristate "MediaTek AHCI SATA support"
178 depends on ARCH_MEDIATEK
179 select MFD_SYSCON
180 help
181 This option enables support for the MediaTek SoC's
182 onboard AHCI SATA controller.
183
184 If unsure, say N.
185
Thomas Petazzonia3464ed2014-04-15 17:00:03 +0200186config AHCI_MVEBU
187 tristate "Marvell EBU AHCI SATA support"
188 depends on ARCH_MVEBU
189 help
190 This option enables support for the Marvebu EBU SoC's
191 onboard AHCI SATA.
192
193 If unsure, say N.
194
Aleksey Makarova2127e42016-02-11 13:53:08 +0000195config AHCI_OCTEON
196 tristate "Cavium Octeon Soc Serial ATA"
197 depends on SATA_AHCI_PLATFORM && CAVIUM_OCTEON_SOC
198 default y
199 help
200 This option enables support for Cavium Octeon SoC Serial ATA.
201
202 If unsure, say N.
203
Olliver Schinaglc5754b52014-02-22 16:53:36 +0100204config AHCI_SUNXI
205 tristate "Allwinner sunxi AHCI SATA support"
Bartlomiej Zolnierkiewiczfd990552014-03-25 19:51:39 +0100206 depends on ARCH_SUNXI
Olliver Schinaglc5754b52014-02-22 16:53:36 +0100207 help
208 This option enables support for the Allwinner sunxi SoC's
209 onboard AHCI SATA.
210
211 If unsure, say N.
212
Mikko Perttunenccfde502014-07-18 10:12:30 +0300213config AHCI_TEGRA
Preetham Ramchandra34d232e2018-03-12 17:10:38 +0530214 tristate "NVIDIA Tegra AHCI SATA support"
Mikko Perttunenccfde502014-07-18 10:12:30 +0300215 depends on ARCH_TEGRA
216 help
Preetham Ramchandra34d232e2018-03-12 17:10:38 +0530217 This option enables support for the NVIDIA Tegra SoC's
Mikko Perttunenccfde502014-07-18 10:12:30 +0300218 onboard AHCI SATA.
219
220 If unsure, say N.
221
Loc Ho81d01bf2014-03-14 17:53:20 -0600222config AHCI_XGENE
223 tristate "APM X-Gene 6.0Gbps AHCI SATA host controller support"
Tejun Heo74c03eb2014-04-02 12:41:59 -0400224 depends on PHY_XGENE
Loc Ho81d01bf2014-03-14 17:53:20 -0600225 help
226 This option enables support for APM X-Gene SoC SATA host controller.
227
Tang Yuantianecfb4592015-09-07 16:23:16 +0800228config AHCI_QORIQ
229 tristate "Freescale QorIQ AHCI SATA support"
230 depends on OF
231 help
232 This option enables support for the Freescale QorIQ AHCI SoC's
233 onboard AHCI SATA.
234
235 If unsure, say N.
236
Tejun Heo9a7780c2010-05-19 22:10:24 +0200237config SATA_FSL
238 tristate "Freescale 3.0Gbps SATA support"
239 depends on FSL_SOC
Tejun Heo127102a2008-04-07 22:47:21 +0900240 help
Tejun Heo9a7780c2010-05-19 22:10:24 +0200241 This option enables support for Freescale 3.0Gbps SATA controller.
242 It can be found on MPC837x and MPC8315.
Tejun Heo127102a2008-04-07 22:47:21 +0900243
244 If unsure, say N.
245
Linus Walleijbe4e4562017-06-04 10:50:08 +0200246config SATA_GEMINI
247 tristate "Gemini SATA bridge support"
Arnd Bergmannaccd0472017-07-10 10:51:02 +0200248 depends on ARCH_GEMINI || COMPILE_TEST
Linus Walleijbe4e4562017-06-04 10:50:08 +0200249 default ARCH_GEMINI
250 help
251 This enabled support for the FTIDE010 to SATA bridge
252 found in Cortina Systems Gemini platform.
253
254 If unsure, say N.
255
Brijesh Singh535dac42016-01-14 10:31:11 -0600256config SATA_AHCI_SEATTLE
257 tristate "AMD Seattle 6.0Gbps AHCI SATA host controller support"
258 depends on ARCH_SEATTLE
259 help
260 This option enables support for AMD Seattle SATA host controller.
261
262 If unsure, say N
263
Tejun Heo6f791462010-05-10 21:41:26 +0200264config SATA_INIC162X
Tejun Heobb969612013-07-22 16:53:36 -0400265 tristate "Initio 162x SATA support (Very Experimental)"
Tejun Heo6f791462010-05-10 21:41:26 +0200266 depends on PCI
267 help
268 This option enables support for Initio 162x Serial ATA.
269
David Milburn02cdfcf2010-11-12 15:38:21 -0600270config SATA_ACARD_AHCI
271 tristate "ACard AHCI variant (ATP 8620)"
272 depends on PCI
273 help
274 This option enables support for Acard.
275
276 If unsure, say N.
277
Tejun Heo9a7780c2010-05-19 22:10:24 +0200278config SATA_SIL24
279 tristate "Silicon Image 3124/3132 SATA support"
280 depends on PCI
Tejun Heo127102a2008-04-07 22:47:21 +0900281 help
Tejun Heo9a7780c2010-05-19 22:10:24 +0200282 This option enables support for Silicon Image 3124/3132 Serial ATA.
Tejun Heo127102a2008-04-07 22:47:21 +0900283
284 If unsure, say N.
285
Geert Uytterhoevenb16a0162017-01-03 19:09:47 +0100286endif # HAS_DMA
287
Tejun Heo127102a2008-04-07 22:47:21 +0900288config ATA_SFF
Paul Menzelebd60022012-08-12 23:43:42 +0200289 bool "ATA SFF support (for legacy IDE and PATA)"
Tejun Heo127102a2008-04-07 22:47:21 +0900290 default y
291 help
292 This option adds support for ATA controllers with SFF
293 compliant or similar programming interface.
294
Jeff Garzikf3360eb2008-04-17 15:55:24 -0400295 SFF is the legacy IDE interface that has been around since
296 the dawn of time. Almost all PATA controllers have an
297 SFF interface. Many SATA controllers have an SFF interface
298 when configured into a legacy compatibility mode.
299
300 For users with exclusively modern controllers like AHCI,
301 Silicon Image 3124, or Marvell 6440, you may choose to
Matt LaPlante692105b2009-01-26 11:12:25 +0100302 disable this unneeded SFF support.
Jeff Garzikf3360eb2008-04-17 15:55:24 -0400303
304 If unsure, say Y.
305
Tejun Heo127102a2008-04-07 22:47:21 +0900306if ATA_SFF
307
Tejun Heo9a7780c2010-05-19 22:10:24 +0200308comment "SFF controllers with custom DMA interface"
309
310config PDC_ADMA
311 tristate "Pacific Digital ADMA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400312 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400313 help
Tejun Heo9a7780c2010-05-19 22:10:24 +0200314 This option enables support for Pacific Digital ADMA controllers
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400315
316 If unsure, say N.
317
Tejun Heo9a7780c2010-05-19 22:10:24 +0200318config PATA_OCTEON_CF
319 tristate "OCTEON Boot Bus Compact Flash support"
David Daney9ddebc42013-05-22 15:10:46 +0000320 depends on CAVIUM_OCTEON_SOC
Tejun Heo9a7780c2010-05-19 22:10:24 +0200321 help
322 This option enables a polled compact flash driver for use with
323 compact flash cards attached to the OCTEON boot bus.
324
325 If unsure, say N.
326
327config SATA_QSTOR
328 tristate "Pacific Digital SATA QStor support"
329 depends on PCI
330 help
331 This option enables support for Pacific Digital Serial ATA QStor.
332
333 If unsure, say N.
334
335config SATA_SX4
336 tristate "Promise SATA SX4 support (Experimental)"
Kees Cook48b3de22013-01-16 18:53:29 -0800337 depends on PCI
Tejun Heo9a7780c2010-05-19 22:10:24 +0200338 help
339 This option enables support for Promise Serial ATA SX4.
340
341 If unsure, say N.
342
343config ATA_BMDMA
344 bool "ATA BMDMA support"
Geert Uytterhoeven7bc7ab12017-01-03 19:09:46 +0100345 depends on HAS_DMA
Tejun Heo9a7780c2010-05-19 22:10:24 +0200346 default y
347 help
348 This option adds support for SFF ATA controllers with BMDMA
Stefan Richtered4e2f82010-05-29 12:47:45 +0200349 capability. BMDMA stands for bus-master DMA and is the
350 de facto DMA interface for SFF controllers.
Tejun Heo9a7780c2010-05-19 22:10:24 +0200351
Stefan Richtered4e2f82010-05-29 12:47:45 +0200352 If unsure, say Y.
Tejun Heo9a7780c2010-05-19 22:10:24 +0200353
354if ATA_BMDMA
355
356comment "SATA SFF controllers with BMDMA"
357
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400358config ATA_PIIX
Alan2c7620d2007-02-05 16:04:10 +0000359 tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400360 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400361 help
Alan2bfc3612006-12-16 12:54:29 +0000362 This option enables support for ICH5/6/7/8 Serial ATA
Alan2c7620d2007-02-05 16:04:10 +0000363 and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series
364 host controllers.
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400365
366 If unsure, say N.
367
Rupjyoti Sarmah62936002010-07-06 16:36:03 +0530368config SATA_DWC
369 tristate "DesignWare Cores SATA support"
Arnd Bergmann7598469a2016-05-11 15:42:08 +0200370 depends on DMADEVICES
Mans Rullgard0f48deb2016-04-26 12:03:11 +0300371 select GENERIC_PHY
Rupjyoti Sarmah62936002010-07-06 16:36:03 +0530372 help
373 This option enables support for the on-chip SATA controller of the
374 AppliedMicro processor 460EX.
375
376 If unsure, say N.
377
Mans Rullgard50b43372016-04-26 12:03:10 +0300378config SATA_DWC_OLD_DMA
379 bool "Support old device trees"
380 depends on SATA_DWC
381 select DW_DMAC_CORE
382 default y if 460EX
383 help
384 This option enables support for old device trees without the
385 "dmas" property.
386
Sergei Shtylyov14080fa2011-01-28 22:02:09 +0300387config SATA_DWC_DEBUG
388 bool "Debugging driver version"
389 depends on SATA_DWC
390 help
391 This option enables debugging output in the driver.
392
393config SATA_DWC_VDEBUG
394 bool "Verbose debug output"
395 depends on SATA_DWC_DEBUG
396 help
397 This option enables the taskfile dumping and NCQ debugging.
398
Mark Langsdorf8996b892012-09-06 16:03:30 -0500399config SATA_HIGHBANK
400 tristate "Calxeda Highbank SATA support"
Geert Uytterhoeven2a736e02017-01-03 19:09:45 +0100401 depends on HAS_DMA
Bartlomiej Zolnierkiewicz0b99f862014-03-26 16:39:50 +0100402 depends on ARCH_HIGHBANK || COMPILE_TEST
Mark Langsdorf8996b892012-09-06 16:03:30 -0500403 help
404 This option enables support for the Calxeda Highbank SoC's
405 onboard SATA.
406
407 If unsure, say N.
408
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400409config SATA_MV
Mark Lordf9228c72009-01-21 10:34:17 -0500410 tristate "Marvell SATA support"
Geert Uytterhoeven62989ce2017-01-03 19:09:44 +0100411 depends on HAS_DMA
Andrew Lunn4efded02014-08-30 18:46:07 +0200412 depends on PCI || ARCH_DOVE || ARCH_MV78XX0 || \
Bartlomiej Zolnierkiewicz03803ef2014-03-27 14:24:39 +0100413 ARCH_MVEBU || ARCH_ORION5X || COMPILE_TEST
Andrew Lunn49c8f1f2014-01-22 20:56:33 +0100414 select GENERIC_PHY
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400415 help
416 This option enables support for the Marvell Serial ATA family.
Mark Lordf9228c72009-01-21 10:34:17 -0500417 Currently supports 88SX[56]0[48][01] PCI(-X) chips,
418 as well as the newer [67]042 PCI-X/PCIe and SOC devices.
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400419
420 If unsure, say N.
421
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400422config SATA_NV
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400423 tristate "NVIDIA SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400424 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400425 help
426 This option enables support for NVIDIA Serial ATA.
427
428 If unsure, say N.
429
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400430config SATA_PROMISE
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400431 tristate "Promise SATA TX2/TX4 support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400432 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400433 help
434 This option enables support for Promise Serial ATA TX2/TX4.
435
436 If unsure, say N.
437
Vladimir Barinov163cf81d2013-02-20 23:10:29 +0300438config SATA_RCAR
439 tristate "Renesas R-Car SATA support"
Simon Horman51b1b282016-03-03 10:28:50 +0900440 depends on ARCH_RENESAS || COMPILE_TEST
Vladimir Barinov163cf81d2013-02-20 23:10:29 +0300441 help
442 This option enables support for Renesas R-Car Serial ATA.
443
444 If unsure, say N.
445
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400446config SATA_SIL
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400447 tristate "Silicon Image SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400448 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400449 help
450 This option enables support for Silicon Image Serial ATA.
451
452 If unsure, say N.
453
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400454config SATA_SIS
Alan9b14dec2007-01-08 16:11:07 +0000455 tristate "SiS 964/965/966/180 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400456 depends on PCI
Alan9b14dec2007-01-08 16:11:07 +0000457 select PATA_SIS
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400458 help
Jeff Garzika617c092007-05-21 20:14:23 -0400459 This option enables support for SiS Serial ATA on
Alan9b14dec2007-01-08 16:11:07 +0000460 SiS 964/965/966/180 and Parallel ATA on SiS 180.
461 The PATA support for SiS 180 requires additionally to
462 enable the PATA_SIS driver in the config.
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400463 If unsure, say N.
464
Tejun Heo9a7780c2010-05-19 22:10:24 +0200465config SATA_SVW
466 tristate "ServerWorks Frodo / Apple K2 SATA support"
467 depends on PCI
468 help
469 This option enables support for Broadcom/Serverworks/Apple K2
470 SATA support.
471
472 If unsure, say N.
473
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400474config SATA_ULI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400475 tristate "ULi Electronics SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400476 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400477 help
478 This option enables support for ULi Electronics SATA.
479
480 If unsure, say N.
481
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400482config SATA_VIA
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400483 tristate "VIA SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400484 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400485 help
486 This option enables support for VIA Serial ATA.
487
488 If unsure, say N.
489
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400490config SATA_VITESSE
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400491 tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400492 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400493 help
494 This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
495
496 If unsure, say N.
497
Tejun Heo9a7780c2010-05-19 22:10:24 +0200498comment "PATA SFF controllers with BMDMA"
Alan Cox025621f2007-10-04 21:32:58 +0100499
Jeff Garzik669a5db2006-08-29 18:12:40 -0400500config PATA_ALI
Alan Coxe3389cb2008-12-05 19:43:03 +0000501 tristate "ALi PATA support"
502 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400503 help
504 This option enables support for the ALi ATA interfaces
505 found on the many ALi chipsets.
506
507 If unsure, say N.
508
509config PATA_AMD
Alan Cox942d09472007-03-08 23:24:49 +0000510 tristate "AMD/NVidia PATA support"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400511 depends on PCI
512 help
513 This option enables support for the AMD and NVidia PATA
514 interfaces found on the chipsets for Athlon/Athlon64.
515
516 If unsure, say N.
517
Viresh Kumara4801672011-02-22 15:46:07 +0530518config PATA_ARASAN_CF
519 tristate "ARASAN CompactFlash PATA Controller Support"
Bartlomiej Zolnierkiewicze6384332014-03-26 15:33:37 +0100520 depends on ARCH_SPEAR13XX || COMPILE_TEST
Randy Dunlap3b5ec272011-05-22 17:32:27 -0700521 depends on DMADEVICES
Viresh Kumara4801672011-02-22 15:46:07 +0530522 select DMA_ENGINE
523 help
524 Say Y here to support the ARASAN CompactFlash PATA controller
525
Jeff Garzik669a5db2006-08-29 18:12:40 -0400526config PATA_ARTOP
Alan Coxc645fd32007-09-20 14:58:48 +0100527 tristate "ARTOP 6210/6260 PATA support"
528 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400529 help
530 This option enables support for ARTOP PATA controllers.
531
532 If unsure, say N.
533
534config PATA_ATIIXP
Alan Coxc645fd32007-09-20 14:58:48 +0100535 tristate "ATI PATA support"
536 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400537 help
538 This option enables support for the ATI ATA interfaces
539 found on the many ATI chipsets.
540
541 If unsure, say N.
542
Tejun Heo9a7780c2010-05-19 22:10:24 +0200543config PATA_ATP867X
544 tristate "ARTOP/Acard ATP867X PATA support"
545 depends on PCI
Alan Coxb2248da2007-03-06 02:38:11 -0800546 help
Tejun Heo9a7780c2010-05-19 22:10:24 +0200547 This option enables support for ARTOP/Acard ATP867X PATA
548 controllers.
549
550 If unsure, say N.
551
Bartlomiej Zolnierkiewicz76a40ca2017-03-22 19:20:58 +0100552config PATA_BK3710
553 tristate "Palmchip BK3710 PATA support"
554 depends on ARCH_DAVINCI
555 help
556 This option enables support for the integrated IDE controller on
557 the TI DaVinci SoC.
558
559 If unsure, say N.
560
Jeff Garzik669a5db2006-08-29 18:12:40 -0400561config PATA_CMD64X
Alan Coxc645fd32007-09-20 14:58:48 +0100562 tristate "CMD64x PATA support"
563 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400564 help
565 This option enables support for the CMD64x series chips
566 except for the CMD640.
567
568 If unsure, say N.
569
570config PATA_CS5520
571 tristate "CS5510/5520 PATA support"
Jean Delvare9236a762014-03-11 12:55:24 +0100572 depends on PCI && (X86_32 || COMPILE_TEST)
Jeff Garzik669a5db2006-08-29 18:12:40 -0400573 help
574 This option enables support for the Cyrix 5510/5520
575 companion chip used with the MediaGX/Geode processor family.
576
577 If unsure, say N.
578
579config PATA_CS5530
Alan Coxe3389cb2008-12-05 19:43:03 +0000580 tristate "CS5530 PATA support"
Jean Delvare9236a762014-03-11 12:55:24 +0100581 depends on PCI && (X86_32 || COMPILE_TEST)
Jeff Garzik669a5db2006-08-29 18:12:40 -0400582 help
583 This option enables support for the Cyrix/NatSemi/AMD CS5530
584 companion chip used with the MediaGX/Geode processor family.
585
586 If unsure, say N.
587
588config PATA_CS5535
589 tristate "CS5535 PATA support (Experimental)"
Jean Delvare9236a762014-03-11 12:55:24 +0100590 depends on PCI && X86_32
Jeff Garzik669a5db2006-08-29 18:12:40 -0400591 help
592 This option enables support for the NatSemi/AMD CS5535
593 companion chip used with the Geode processor family.
594
595 If unsure, say N.
596
Martin K. Petersen3957df62007-10-11 03:38:19 -0400597config PATA_CS5536
Alan Coxe3389cb2008-12-05 19:43:03 +0000598 tristate "CS5536 PATA support"
Jean Delvare9236a762014-03-11 12:55:24 +0100599 depends on PCI && (X86_32 || MIPS || COMPILE_TEST)
Martin K. Petersen3957df62007-10-11 03:38:19 -0400600 help
601 This option enables support for the AMD CS5536
602 companion chip used with the Geode LX processor family.
603
604 If unsure, say N.
605
Jeff Garzik669a5db2006-08-29 18:12:40 -0400606config PATA_CYPRESS
607 tristate "Cypress CY82C693 PATA support (Very Experimental)"
Kees Cook48b3de22013-01-16 18:53:29 -0800608 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400609 help
610 This option enables support for the Cypress/Contaq CY82C693
611 chipset found in some Alpha systems
612
613 If unsure, say N.
614
615config PATA_EFAR
616 tristate "EFAR SLC90E66 support"
617 depends on PCI
618 help
619 This option enables support for the EFAR SLC90E66
620 IDE controller found on some older machines.
621
622 If unsure, say N.
623
Rafal Prylowski2fff2752012-04-12 14:13:16 +0200624config PATA_EP93XX
625 tristate "Cirrus Logic EP93xx PATA support"
626 depends on ARCH_EP93XX
627 help
628 This option enables support for the PATA controller in
629 the Cirrus Logic EP9312 and EP9315 ARM CPU.
630
631 If unsure, say N.
632
Linus Walleijbe4e4562017-06-04 10:50:08 +0200633config PATA_FTIDE010
634 tristate "Faraday Technology FTIDE010 PATA support"
635 depends on OF
636 depends on ARM
Arnd Bergmannaccd0472017-07-10 10:51:02 +0200637 depends on SATA_GEMINI
Linus Walleijbe4e4562017-06-04 10:50:08 +0200638 help
639 This option enables support for the Faraday FTIDE010
640 PATA controller found in the Cortina Gemini SoCs.
641
642 If unsure, say N.
643
Jeff Garzik669a5db2006-08-29 18:12:40 -0400644config PATA_HPT366
Alan Coxc645fd32007-09-20 14:58:48 +0100645 tristate "HPT 366/368 PATA support"
646 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400647 help
648 This option enables support for the HPT 366 and 368
649 PATA controllers via the new ATA layer.
650
651 If unsure, say N.
652
653config PATA_HPT37X
Alan Coxbe315d42009-11-30 13:23:00 +0000654 tristate "HPT 370/370A/371/372/374/302 PATA support"
655 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400656 help
657 This option enables support for the majority of the later HPT
658 PATA controllers via the new ATA layer.
659
660 If unsure, say N.
661
662config PATA_HPT3X2N
Sergei Shtylyov0ca646d2010-12-28 21:46:40 +0300663 tristate "HPT 371N/372N/302N PATA support"
Alan Coxbe315d42009-11-30 13:23:00 +0000664 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400665 help
666 This option enables support for the N variant HPT PATA
Sergei Shtylyov0ca646d2010-12-28 21:46:40 +0300667 controllers via the new ATA layer.
Jeff Garzik669a5db2006-08-29 18:12:40 -0400668
669 If unsure, say N.
670
671config PATA_HPT3X3
Alan Cox66e7da42007-07-09 11:46:22 -0700672 tristate "HPT 343/363 PATA support"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400673 depends on PCI
674 help
675 This option enables support for the HPT 343/363
676 PATA controllers via the new ATA layer
677
678 If unsure, say N.
679
Alan Cox66e7da42007-07-09 11:46:22 -0700680config PATA_HPT3X3_DMA
Alan Coxbe315d42009-11-30 13:23:00 +0000681 bool "HPT 343/363 DMA support"
Alan Cox66e7da42007-07-09 11:46:22 -0700682 depends on PATA_HPT3X3
683 help
684 This option enables DMA support for the HPT343/363
685 controllers. Enable with care as there are still some
686 problems with DMA on this chipset.
687
Tejun Heo9a7780c2010-05-19 22:10:24 +0200688config PATA_ICSIDE
689 tristate "Acorn ICS PATA support"
690 depends on ARM && ARCH_ACORN
Jeff Garzik669a5db2006-08-29 18:12:40 -0400691 help
Tejun Heo9a7780c2010-05-19 22:10:24 +0200692 On Acorn systems, say Y here if you wish to use the ICS PATA
693 interface card. This is not required for ICS partition support.
694 If you are unsure, say N to this.
695
Arnaud Patard (Rtp)e39c75c2011-07-26 16:58:19 +0200696config PATA_IMX
697 tristate "PATA support for Freescale iMX"
698 depends on ARCH_MXC
699 help
700 This option enables support for the PATA host available on Freescale
701 iMX SoCs.
702
703 If unsure, say N.
704
Tejun Heo9a7780c2010-05-19 22:10:24 +0200705config PATA_IT8213
706 tristate "IT8213 PATA support (Experimental)"
Kees Cook48b3de22013-01-16 18:53:29 -0800707 depends on PCI
Tejun Heo9a7780c2010-05-19 22:10:24 +0200708 help
709 This option enables support for the ITE 821 PATA
710 controllers via the new ATA layer.
Jeff Garzik669a5db2006-08-29 18:12:40 -0400711
712 If unsure, say N.
713
Jeff Garzik669a5db2006-08-29 18:12:40 -0400714config PATA_IT821X
Alan Cox942d09472007-03-08 23:24:49 +0000715 tristate "IT8211/2 PATA support"
716 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400717 help
718 This option enables support for the ITE 8211 and 8212
719 PATA controllers via the new ATA layer, including RAID
720 mode.
721
722 If unsure, say N.
723
Jeff Garzik406176e2006-09-06 10:48:19 -0400724config PATA_JMICRON
725 tristate "JMicron PATA support"
726 depends on PCI
727 help
728 Enable support for the JMicron IDE controller, via the new
729 ATA layer.
730
731 If unsure, say N.
732
Tejun Heo9a7780c2010-05-19 22:10:24 +0200733config PATA_MACIO
734 tristate "Apple PowerMac/PowerBook internal 'MacIO' IDE"
735 depends on PPC_PMAC
Jeff Garzik669a5db2006-08-29 18:12:40 -0400736 help
Tejun Heo9a7780c2010-05-19 22:10:24 +0200737 Most IDE capable PowerMacs have IDE busses driven by a variant
738 of this controller which is part of the Apple chipset used on
739 most PowerMac models. Some models have multiple busses using
740 different chipsets, though generally, MacIO is one of them.
Jeff Garzik669a5db2006-08-29 18:12:40 -0400741
Alan Cox75742cb2006-10-16 16:40:06 +0100742config PATA_MARVELL
743 tristate "Marvell PATA support via legacy mode"
744 depends on PCI
745 help
Alan Cox5b66c822008-09-03 14:48:34 +0100746 This option enables limited support for the Marvell 88SE61xx ATA
747 controllers. If you wish to use only the SATA ports then select
748 the AHCI driver alone. If you wish to the use the PATA port or
749 both SATA and PATA include this driver.
Alan Cox75742cb2006-10-16 16:40:06 +0100750
751 If unsure, say N.
752
Wolfram Sang869934a2010-12-22 16:50:10 +0100753config PATA_MPC52xx
754 tristate "Freescale MPC52xx SoC internal IDE"
755 depends on PPC_MPC52xx && PPC_BESTCOMM
756 select PPC_BESTCOMM_ATA
757 help
758 This option enables support for integrated IDE controller
759 of the Freescale MPC52xx SoC.
760
761 If unsure, say N.
762
Jeff Garzik669a5db2006-08-29 18:12:40 -0400763config PATA_NETCELL
764 tristate "NETCELL Revolution RAID support"
765 depends on PCI
766 help
767 This option enables support for the Netcell Revolution RAID
768 PATA controller.
769
770 If unsure, say N.
771
Alan Cox51dbd492007-11-19 14:45:53 +0000772config PATA_NINJA32
Alan Coxbe315d42009-11-30 13:23:00 +0000773 tristate "Ninja32/Delkin Cardbus ATA support"
774 depends on PCI
Alan Cox51dbd492007-11-19 14:45:53 +0000775 help
776 This option enables support for the Ninja32, Delkin and
777 possibly other brands of Cardbus ATA adapter
778
779 If unsure, say N.
780
Alan Coxc4b5b7b2007-09-29 02:35:10 -0400781config PATA_NS87415
Alan Coxe3389cb2008-12-05 19:43:03 +0000782 tristate "Nat Semi NS87415 PATA support"
783 depends on PCI
Alan Coxc4b5b7b2007-09-29 02:35:10 -0400784 help
785 This option enables support for the National Semiconductor
786 NS87415 PCI-IDE controller.
787
788 If unsure, say N.
789
Tejun Heo9a7780c2010-05-19 22:10:24 +0200790config PATA_OLDPIIX
791 tristate "Intel PATA old PIIX support"
792 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400793 help
Tejun Heo9a7780c2010-05-19 22:10:24 +0200794 This option enables support for early PIIX PATA support.
Jeff Garzik669a5db2006-08-29 18:12:40 -0400795
796 If unsure, say N.
797
798config PATA_OPTIDMA
Alexey Dobriyan516e72c2007-01-05 16:37:00 -0800799 tristate "OPTI FireStar PATA support (Very Experimental)"
Kees Cook48b3de22013-01-16 18:53:29 -0800800 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400801 help
802 This option enables DMA/PIO support for the later OPTi
803 controllers found on some old motherboards and in some
David Sterba3dde6ad2007-05-09 07:12:20 +0200804 laptops.
Jeff Garzik669a5db2006-08-29 18:12:40 -0400805
806 If unsure, say N.
807
Alan Coxbe315d42009-11-30 13:23:00 +0000808config PATA_PDC2027X
809 tristate "Promise PATA 2027x support"
810 depends on PCI
811 help
812 This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
813
814 If unsure, say N.
815
Jeff Garzik669a5db2006-08-29 18:12:40 -0400816config PATA_PDC_OLD
Alan Coxe3389cb2008-12-05 19:43:03 +0000817 tristate "Older Promise PATA controller support"
818 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400819 help
820 This option enables support for the Promise 20246, 20262, 20263,
821 20265 and 20267 adapters.
822
823 If unsure, say N.
824
Jeff Garzik669a5db2006-08-29 18:12:40 -0400825config PATA_RADISYS
Alan Coxe3389cb2008-12-05 19:43:03 +0000826 tristate "RADISYS 82600 PATA support (Experimental)"
Kees Cook48b3de22013-01-16 18:53:29 -0800827 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400828 help
829 This option enables support for the RADISYS 82600
830 PATA controllers via the new ATA layer
831
832 If unsure, say N.
833
Alan Cox6b406782009-06-24 18:29:44 +0100834config PATA_RDC
835 tristate "RDC PATA support"
836 depends on PCI
837 help
838 This option enables basic support for the later RDC PATA controllers
839 controllers via the new ATA layer. For the RDC 1010, you need to
840 enable the IT821X driver instead.
841
842 If unsure, say N.
843
Jeff Garzik669a5db2006-08-29 18:12:40 -0400844config PATA_SC1200
Alan Coxe3389cb2008-12-05 19:43:03 +0000845 tristate "SC1200 PATA support"
Jean Delvare840aa782014-03-14 15:41:31 +0100846 depends on PCI && (X86_32 || COMPILE_TEST)
Jeff Garzik669a5db2006-08-29 18:12:40 -0400847 help
848 This option enables support for the NatSemi/AMD SC1200 SoC
849 companion chip used with the Geode processor family.
850
851 If unsure, say N.
852
Tejun Heo9a7780c2010-05-19 22:10:24 +0200853config PATA_SCH
854 tristate "Intel SCH PATA support"
855 depends on PCI
856 help
857 This option enables support for Intel SCH PATA on the Intel
858 SCH (US15W, US15L, UL11L) series host controllers.
859
860 If unsure, say N.
861
Jeff Garzik669a5db2006-08-29 18:12:40 -0400862config PATA_SERVERWORKS
Alan Cox942d09472007-03-08 23:24:49 +0000863 tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support"
864 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400865 help
866 This option enables support for the Serverworks OSB4/CSB5/CSB6 and
867 HT1000 PATA controllers, via the new ATA layer.
868
869 If unsure, say N.
870
Jeff Garzik669a5db2006-08-29 18:12:40 -0400871config PATA_SIL680
872 tristate "CMD / Silicon Image 680 PATA support"
873 depends on PCI
874 help
875 This option enables support for CMD / Silicon Image 680 PATA.
876
877 If unsure, say N.
878
879config PATA_SIS
Alan Coxe3389cb2008-12-05 19:43:03 +0000880 tristate "SiS PATA support"
881 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400882 help
883 This option enables support for SiS PATA controllers
884
885 If unsure, say N.
886
Alan Cox8e182a92009-11-30 13:23:11 +0000887config PATA_TOSHIBA
888 tristate "Toshiba Piccolo support (Experimental)"
Kees Cook48b3de22013-01-16 18:53:29 -0800889 depends on PCI
Alan Cox8e182a92009-11-30 13:23:11 +0000890 help
891 Support for the Toshiba Piccolo controllers. Currently only the
892 primary channel is supported by this driver.
893
894 If unsure, say N.
895
Tejun Heo9a7780c2010-05-19 22:10:24 +0200896config PATA_TRIFLEX
897 tristate "Compaq Triflex PATA support"
898 depends on PCI
899 help
900 Enable support for the Compaq 'Triflex' IDE controller as found
901 on many Compaq Pentium-Pro systems, via the new ATA layer.
902
903 If unsure, say N.
904
Jeff Garzik669a5db2006-08-29 18:12:40 -0400905config PATA_VIA
906 tristate "VIA PATA support"
907 depends on PCI
908 help
909 This option enables support for the VIA PATA interfaces
910 found on the many VIA chipsets.
911
912 If unsure, say N.
913
Marek Vasut2dc6c6f2010-05-21 03:12:44 +0200914config PATA_PXA
915 tristate "PXA DMA-capable PATA support"
916 depends on ARCH_PXA
917 help
918 This option enables support for harddrive attached to PXA CPU's bus.
919
920 NOTE: This driver utilizes PXA DMA controller, in case your hardware
921 is not capable of doing MWDMA, use pata_platform instead.
922
923 If unsure, say N.
924
Jeff Garzik669a5db2006-08-29 18:12:40 -0400925config PATA_WINBOND
926 tristate "Winbond SL82C105 PATA support"
927 depends on PCI
928 help
929 This option enables support for SL82C105 PATA devices found in the
930 Netwinder and some other systems
931
932 If unsure, say N.
933
Tejun Heo9a7780c2010-05-19 22:10:24 +0200934endif # ATA_BMDMA
935
936comment "PIO-only SFF controllers"
937
Tejun Heo9a7780c2010-05-19 22:10:24 +0200938config PATA_CMD640_PCI
939 tristate "CMD640 PCI PATA support (Experimental)"
Kees Cook48b3de22013-01-16 18:53:29 -0800940 depends on PCI
Tejun Heo9a7780c2010-05-19 22:10:24 +0200941 help
942 This option enables support for the CMD640 PCI IDE
943 interface chip. Only the primary channel is currently
944 supported.
945
946 If unsure, say N.
947
Bartlomiej Zolnierkiewicz7e11aab2016-12-30 15:01:18 +0100948config PATA_FALCON
949 tristate "Atari Falcon PATA support"
950 depends on M68K && ATARI
951 help
952 This option enables support for the on-board IDE
953 interface on the Atari Falcon.
954
955 If unsure, say N.
956
Bartlomiej Zolnierkiewicz9ab27d12018-03-16 17:15:47 +0100957config PATA_GAYLE
958 tristate "Amiga Gayle PATA support"
959 depends on M68K && AMIGA
960 help
961 This option enables support for the on-board IDE
962 interfaces on some Amiga models (A600, A1200,
963 A4000 and A4000T) and also for IDE interfaces on
964 the Zorro expansion bus (M-Tech E-Matrix 530
965 expansion card).
966
967 If unsure, say N.
968
Tejun Heo9a7780c2010-05-19 22:10:24 +0200969config PATA_ISAPNP
970 tristate "ISA Plug and Play PATA support"
971 depends on ISAPNP
972 help
973 This option enables support for ISA plug & play ATA
974 controllers such as those found on old soundcards.
975
976 If unsure, say N.
977
978config PATA_IXP4XX_CF
979 tristate "IXP4XX Compact Flash support"
980 depends on ARCH_IXP4XX
981 help
982 This option enables support for a Compact Flash connected on
983 the ixp4xx expansion bus. This driver had been written for
984 Loft/Avila boards in mind but can work with others.
985
986 If unsure, say N.
987
988config PATA_MPIIX
989 tristate "Intel PATA MPIIX support"
990 depends on PCI
991 help
992 This option enables support for MPIIX PATA support.
993
994 If unsure, say N.
995
996config PATA_NS87410
997 tristate "Nat Semi NS87410 PATA support"
998 depends on PCI
999 help
1000 This option enables support for the National Semiconductor
1001 NS87410 PCI-IDE controller.
1002
1003 If unsure, say N.
1004
1005config PATA_OPTI
1006 tristate "OPTI621/6215 PATA support (Very Experimental)"
Kees Cook48b3de22013-01-16 18:53:29 -08001007 depends on PCI
Tejun Heo9a7780c2010-05-19 22:10:24 +02001008 help
1009 This option enables full PIO support for the early Opti ATA
1010 controllers found on some old motherboards.
1011
1012 If unsure, say N.
1013
1014config PATA_PALMLD
1015 tristate "Palm LifeDrive PATA support"
1016 depends on MACH_PALMLD
1017 help
1018 This option enables support for Palm LifeDrive's internal ATA
1019 port via the new ATA layer.
1020
1021 If unsure, say N.
1022
1023config PATA_PCMCIA
1024 tristate "PCMCIA PATA support"
1025 depends on PCMCIA
1026 help
1027 This option enables support for PCMCIA ATA interfaces, including
1028 compact flash card adapters via the new ATA layer.
1029
1030 If unsure, say N.
Alan Cox7e45b0e2006-09-29 18:30:05 +01001031
Paul Mundta20c9e82006-10-27 19:08:48 -07001032config PATA_PLATFORM
1033 tristate "Generic platform device PATA support"
David Rientjes6a108a12011-01-20 14:44:16 -08001034 depends on EXPERT || PPC || HAVE_PATA_PLATFORM
Paul Mundta20c9e82006-10-27 19:08:48 -07001035 help
1036 This option enables support for generic directly connected ATA
1037 devices commonly found on embedded systems.
1038
1039 If unsure, say N.
1040
Anton Vorontsov61f71622008-01-09 22:10:41 +03001041config PATA_OF_PLATFORM
1042 tristate "OpenFirmware platform device PATA support"
Rob Herringd0643aa2011-12-22 15:07:00 -05001043 depends on PATA_PLATFORM && OF
Anton Vorontsov61f71622008-01-09 22:10:41 +03001044 help
1045 This option enables support for generic directly connected ATA
1046 devices commonly found on embedded systems with OpenFirmware
1047 bindings.
1048
1049 If unsure, say N.
1050
Tejun Heo9a7780c2010-05-19 22:10:24 +02001051config PATA_QDI
1052 tristate "QDI VLB PATA support"
1053 depends on ISA
Bartlomiej Zolnierkiewicz0dcd0a72011-10-13 15:11:39 +02001054 select PATA_LEGACY
Russell King73b6a2b2007-05-03 09:55:52 +01001055 help
Tejun Heo9a7780c2010-05-19 22:10:24 +02001056 Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
Russell King73b6a2b2007-05-03 09:55:52 +01001057
Tejun Heo9a7780c2010-05-19 22:10:24 +02001058config PATA_RB532
1059 tristate "RouterBoard 532 PATA CompactFlash support"
1060 depends on MIKROTIK_RB532
Alessandro Zummo0df0d0a2006-11-14 13:43:21 -05001061 help
Tejun Heo9a7780c2010-05-19 22:10:24 +02001062 This option enables support for the RouterBoard 532
1063 PATA CompactFlash controller.
Alessandro Zummo0df0d0a2006-11-14 13:43:21 -05001064
1065 If unsure, say N.
1066
Tejun Heo9a7780c2010-05-19 22:10:24 +02001067config PATA_RZ1000
1068 tristate "PC Tech RZ1000 PATA support"
Alek Du07ab85d2008-05-06 21:31:41 +08001069 depends on PCI
1070 help
Tejun Heo9a7780c2010-05-19 22:10:24 +02001071 This option enables basic support for the PC Tech RZ1000/1
1072 PATA controllers via the new ATA layer
Alek Du07ab85d2008-05-06 21:31:41 +08001073
1074 If unsure, say N.
1075
Abhilash Kesavan155bf482010-07-13 13:23:05 +09001076config PATA_SAMSUNG_CF
1077 tristate "Samsung SoC PATA support"
1078 depends on SAMSUNG_DEV_IDE
1079 help
1080 This option enables basic support for Samsung's S3C/S5P board
1081 PATA controllers via the new ATA layer
1082
1083 If unsure, say N.
1084
Tejun Heo9a7780c2010-05-19 22:10:24 +02001085config PATA_WINBOND_VLB
1086 tristate "Winbond W83759A VLB PATA support (Experimental)"
Kees Cook48b3de22013-01-16 18:53:29 -08001087 depends on ISA
Bartlomiej Zolnierkiewicz6d981b92009-11-25 07:08:33 +00001088 select PATA_LEGACY
Sonic Zhangd830d172007-08-21 13:12:31 +08001089 help
Tejun Heo9a7780c2010-05-19 22:10:24 +02001090 Support for the Winbond W83759A controller on Vesa Local Bus
1091 systems.
1092
1093comment "Generic fallback / legacy drivers"
1094
1095config PATA_ACPI
1096 tristate "ACPI firmware driver for PATA"
1097 depends on ATA_ACPI && ATA_BMDMA
1098 help
1099 This option enables an ACPI method driver which drives
1100 motherboard PATA controller interfaces through the ACPI
1101 firmware in the BIOS. This driver can sometimes handle
1102 otherwise unsupported hardware.
1103
1104config ATA_GENERIC
1105 tristate "Generic ATA support"
1106 depends on PCI && ATA_BMDMA
1107 help
1108 This option enables support for generic BIOS configured
1109 ATA controllers via the new ATA layer
Sonic Zhangd830d172007-08-21 13:12:31 +08001110
1111 If unsure, say N.
1112
Tejun Heo9a7780c2010-05-19 22:10:24 +02001113config PATA_LEGACY
1114 tristate "Legacy ISA PATA support (Experimental)"
Kees Cook48b3de22013-01-16 18:53:29 -08001115 depends on (ISA || PCI)
Benjamin Herrenschmidt88358ab2009-12-01 14:36:29 +00001116 help
Tejun Heo9a7780c2010-05-19 22:10:24 +02001117 This option enables support for ISA/VLB/PCI bus legacy PATA
1118 ports and allows them to be accessed via the new ATA layer.
Benjamin Herrenschmidt88358ab2009-12-01 14:36:29 +00001119
Tejun Heo9a7780c2010-05-19 22:10:24 +02001120 If unsure, say N.
Benjamin Herrenschmidt88358ab2009-12-01 14:36:29 +00001121
Tejun Heo127102a2008-04-07 22:47:21 +09001122endif # ATA_SFF
Jan Engelhardtb196fc62007-05-10 22:48:54 -07001123endif # ATA