xref: /linux/drivers/ata/Kconfig (revision a1ff5a7d78a036d6c2178ee5acd6ba4946243800)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2421b20b9SJeff Garzik#
3421b20b9SJeff Garzik# SATA/PATA driver configuration
4421b20b9SJeff Garzik#
5421b20b9SJeff Garzik
62ad2c320SNick Bowlerconfig HAVE_PATA_PLATFORM
72ad2c320SNick Bowler	bool
82ad2c320SNick Bowler	help
92ad2c320SNick Bowler	  This is an internal configuration node for any machine that
102ad2c320SNick Bowler	  uses pata-platform driver to enable the relevant driver in the
112ad2c320SNick Bowler	  configuration structure without having to submit endless patches
122ad2c320SNick Bowler	  to update the PATA_PLATFORM entry.
132ad2c320SNick Bowler
14b196fc69SJan Engelhardtmenuconfig ATA
15e478cffdSRandy Dunlap	tristate "Serial ATA and Parallel ATA drivers (libata)"
16e25df120SMartin Schwidefsky	depends on HAS_IOMEM
17bf2d401bSAdrian Bunk	depends on BLOCK
1881ce3c4bSJeff Garzik	select SCSI
19428ac5fcSGeorge Spelvin	select GLOB
20a7f7f624SMasahiro Yamada	help
21e478cffdSRandy Dunlap	  If you want to use an ATA hard disk, ATA tape drive, ATA CD-ROM or
22c6fd2807SJeff Garzik	  any other ATA device under Linux, say Y and make sure that you know
23c6fd2807SJeff Garzik	  the name of your ATA host adapter (the card inside your computer
24c6fd2807SJeff Garzik	  that "speaks" the ATA protocol, also called ATA controller),
25c6fd2807SJeff Garzik	  because you will be asked for it.
26c6fd2807SJeff Garzik
27abcdceb9SRandy Dunlap	  NOTE: ATA enables basic SCSI support; *however*,
28abcdceb9SRandy Dunlap	  'SCSI disk support', 'SCSI tape support', or
29abcdceb9SRandy Dunlap	  'SCSI CDROM support' may also be needed,
30abcdceb9SRandy Dunlap	  depending on your hardware configuration.
31abcdceb9SRandy Dunlap
3281ce3c4bSJeff Garzikif ATA
3381ce3c4bSJeff Garzik
348cdf92a9SDavid Woodhouseconfig ATA_NONSTANDARD
358cdf92a9SDavid Woodhouse       bool
368cdf92a9SDavid Woodhouse
37bd322af1SBartlomiej Zolnierkiewiczconfig SATA_HOST
38bd322af1SBartlomiej Zolnierkiewicz	bool
39bd322af1SBartlomiej Zolnierkiewicz
40a9b2c120SBartlomiej Zolnierkiewiczconfig PATA_TIMINGS
41a9b2c120SBartlomiej Zolnierkiewicz	bool
42a9b2c120SBartlomiej Zolnierkiewicz
436521148cSRobert Hancockconfig ATA_VERBOSE_ERROR
446521148cSRobert Hancock	bool "Verbose ATA error reporting"
456521148cSRobert Hancock	default y
466521148cSRobert Hancock	help
476521148cSRobert Hancock	  This option adds parsing of ATA command descriptions and error bits
486521148cSRobert Hancock	  in libata kernel output, making it easier to interpret.
496521148cSRobert Hancock	  This option will enlarge the kernel by approx. 6KB. Disable it only
506521148cSRobert Hancock	  if kernel size is more important than ease of debugging.
516521148cSRobert Hancock
526521148cSRobert Hancock	  If unsure, say Y.
536521148cSRobert Hancock
54bf89b0bfSBartlomiej Zolnierkiewiczconfig ATA_FORCE
55bf89b0bfSBartlomiej Zolnierkiewicz	bool "\"libata.force=\" kernel parameter support" if EXPERT
56bf89b0bfSBartlomiej Zolnierkiewicz	default y
57bf89b0bfSBartlomiej Zolnierkiewicz	help
58bf89b0bfSBartlomiej Zolnierkiewicz	  This option adds support for "libata.force=" kernel parameter for
59bf89b0bfSBartlomiej Zolnierkiewicz	  forcing configuration settings.
60bf89b0bfSBartlomiej Zolnierkiewicz
61bf89b0bfSBartlomiej Zolnierkiewicz	  For further information, please read
62bf89b0bfSBartlomiej Zolnierkiewicz	  <file:Documentation/admin-guide/kernel-parameters.txt>.
63bf89b0bfSBartlomiej Zolnierkiewicz
64bf89b0bfSBartlomiej Zolnierkiewicz	  This option will enlarge the kernel by approx. 3KB. Disable it if
65bf89b0bfSBartlomiej Zolnierkiewicz	  kernel size is more important than ability to override the default
66bf89b0bfSBartlomiej Zolnierkiewicz	  configuration settings.
67bf89b0bfSBartlomiej Zolnierkiewicz
68bf89b0bfSBartlomiej Zolnierkiewicz	  If unsure, say Y.
69bf89b0bfSBartlomiej Zolnierkiewicz
70e92351bbSTejun Heoconfig ATA_ACPI
71c30484d7SChris Wedgwood	bool "ATA ACPI Support"
722051e924SSuthikulpanit, Suravee	depends on ACPI
73a9b2c120SBartlomiej Zolnierkiewicz	select PATA_TIMINGS
74e92351bbSTejun Heo	default y
75e92351bbSTejun Heo	help
76e92351bbSTejun Heo	  This option adds support for ATA-related ACPI objects.
77e92351bbSTejun Heo	  These ACPI objects add the ability to retrieve taskfiles
78e92351bbSTejun Heo	  from the ACPI BIOS and write them to the disk controller.
79e92351bbSTejun Heo	  These objects may be related to performance, security,
80e92351bbSTejun Heo	  power management, or other areas.
81e92351bbSTejun Heo	  You can disable this at kernel boot time by using the
82e92351bbSTejun Heo	  option libata.noacpi=1
83e92351bbSTejun Heo
84afe75951SAaron Luconfig SATA_ZPODD
85e189551bSAaron Lu	bool "SATA Zero Power Optical Disc Drive (ZPODD) support"
861b3e3aa6SRafael J. Wysocki	depends on ATA_ACPI && PM
87afe75951SAaron Lu	help
88e189551bSAaron Lu	  This option adds support for SATA Zero Power Optical Disc
89e189551bSAaron Lu	  Drive (ZPODD). It requires both the ODD and the platform
90e189551bSAaron Lu	  support, and if enabled, will automatically power on/off the
91e189551bSAaron Lu	  ODD when certain condition is satisfied. This does not impact
92e189551bSAaron Lu	  end user's experience of the ODD, only power is saved when
93e189551bSAaron Lu	  the ODD is not in use (i.e. no disc inside).
94afe75951SAaron Lu
95afe75951SAaron Lu	  If unsure, say N.
96afe75951SAaron Lu
9788fcd562STejun Heoconfig SATA_PMP
9888fcd562STejun Heo	bool "SATA Port Multiplier support"
99bd322af1SBartlomiej Zolnierkiewicz	depends on SATA_HOST
10088fcd562STejun Heo	default y
10188fcd562STejun Heo	help
102f3360ebfSJeff Garzik	  This option adds support for SATA Port Multipliers
103f3360ebfSJeff Garzik	  (the SATA version of an ethernet hub, or SAS expander).
10488fcd562STejun Heo
105b16a0168SGeert Uytterhoevenif HAS_DMA
106b16a0168SGeert Uytterhoeven
1079a7780c9STejun Heocomment "Controllers with non-SFF native interface"
1089a7780c9STejun Heo
1098ad92ba7SJeff Garzikconfig SATA_AHCI
110c6fd2807SJeff Garzik	tristate "AHCI SATA support"
11181ce3c4bSJeff Garzik	depends on PCI
112bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
113c6fd2807SJeff Garzik	help
114c6fd2807SJeff Garzik	  This option enables support for AHCI Serial ATA.
115c6fd2807SJeff Garzik
116c6fd2807SJeff Garzik	  If unsure, say N.
117c6fd2807SJeff Garzik
11855b01415SMario Limoncielloconfig SATA_MOBILE_LPM_POLICY
1197627a0edSMario Limonciello	int "Default SATA Link Power Management policy"
120ebb82e3cSHans de Goede	range 0 4
121*5433f0e7SMario Limonciello	default 3
122ebb82e3cSHans de Goede	depends on SATA_AHCI
123ebb82e3cSHans de Goede	help
124ebb82e3cSHans de Goede	  Select the Default SATA Link Power Management (LPM) policy to use
12555b01415SMario Limonciello	  for chipsets / "South Bridges" supporting low-power modes. Such
1267627a0edSMario Limonciello	  chipsets are ubiquitous across laptops, desktops and servers.
127ebb82e3cSHans de Goede
128ebb82e3cSHans de Goede	  The value set has the following meanings:
129ebb82e3cSHans de Goede		0 => Keep firmware settings
130ebb82e3cSHans de Goede		1 => Maximum performance
131ebb82e3cSHans de Goede		2 => Medium power
132ebb82e3cSHans de Goede		3 => Medium power with Device Initiated PM enabled
133ebb82e3cSHans de Goede		4 => Minimum power
134ebb82e3cSHans de Goede
135ebb82e3cSHans de Goede	  Note "Minimum power" is known to cause issues, including disk
136ebb82e3cSHans de Goede	  corruption, with some disks and should not be used.
137ebb82e3cSHans de Goede
1381c2a49f6SAnton Vorontsovconfig SATA_AHCI_PLATFORM
1391c2a49f6SAnton Vorontsov	tristate "Platform AHCI SATA support"
140bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
1411c2a49f6SAnton Vorontsov	help
1421c2a49f6SAnton Vorontsov	  This option enables support for Platform AHCI Serial ATA
1431c2a49f6SAnton Vorontsov	  controllers.
1441c2a49f6SAnton Vorontsov
1451c2a49f6SAnton Vorontsov	  If unsure, say N.
1461c2a49f6SAnton Vorontsov
147eba68f82SYendapally Reddy Dhananjaya Reddyconfig AHCI_BRCM
148eba68f82SYendapally Reddy Dhananjaya Reddy	tristate "Broadcom AHCI SATA support"
1497fb44929SFlorian Fainelli	depends on ARCH_BRCMSTB || BMIPS_GENERIC || ARCH_BCM_NSP || \
150c4d2c775SWilliam Zhang		   ARCH_BCMBCA || COMPILE_TEST
151bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
152766a2d97SBrian Norris	help
153766a2d97SBrian Norris	  This option enables support for the AHCI SATA3 controller found on
154eba68f82SYendapally Reddy Dhananjaya Reddy	  Broadcom SoC's.
155766a2d97SBrian Norris
156766a2d97SBrian Norris	  If unsure, say N.
157766a2d97SBrian Norris
158ae8723f8SBartlomiej Zolnierkiewiczconfig AHCI_DA850
159ae8723f8SBartlomiej Zolnierkiewicz	tristate "DaVinci DA850 AHCI SATA support"
160e73d7378SDamien Le Moal	depends on ARCH_DAVINCI_DA850 || COMPILE_TEST
161bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
162ae8723f8SBartlomiej Zolnierkiewicz	help
163ae8723f8SBartlomiej Zolnierkiewicz	  This option enables support for the DaVinci DA850 SoC's
164ae8723f8SBartlomiej Zolnierkiewicz	  onboard AHCI SATA.
165ae8723f8SBartlomiej Zolnierkiewicz
166ae8723f8SBartlomiej Zolnierkiewicz	  If unsure, say N.
167ae8723f8SBartlomiej Zolnierkiewicz
168df46e6a4SBartosz Golaszewskiconfig AHCI_DM816
169df46e6a4SBartosz Golaszewski	tristate "DaVinci DM816 AHCI SATA support"
17056e18702SDamien Le Moal	depends on ARCH_OMAP2PLUS || COMPILE_TEST
171bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
172df46e6a4SBartosz Golaszewski	help
173df46e6a4SBartosz Golaszewski	  This option enables support for the DaVinci DM816 SoC's
174df46e6a4SBartosz Golaszewski	  onboard AHCI SATA controller.
175df46e6a4SBartosz Golaszewski
176df46e6a4SBartosz Golaszewski	  If unsure, say N.
177df46e6a4SBartosz Golaszewski
17833629d35SSerge Seminconfig AHCI_DWC
17933629d35SSerge Semin	tristate "Synopsys DWC AHCI SATA support"
18033629d35SSerge Semin	select SATA_HOST
1819628711aSSerge Semin	select MFD_SYSCON if (MIPS_BAIKAL_T1 || COMPILE_TEST)
18233629d35SSerge Semin	help
18333629d35SSerge Semin	  This option enables support for the Synopsys DWC AHCI SATA
18433629d35SSerge Semin	  controller implementation.
18533629d35SSerge Semin
18633629d35SSerge Semin	  If unsure, say N.
18733629d35SSerge Semin
1884a2e5123SLee Jonesconfig AHCI_ST
1894a2e5123SLee Jones	tristate "ST AHCI SATA support"
190ecf8322fSDamien Le Moal	depends on ARCH_STI || COMPILE_TEST
191bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
19276884cb2SLee Jones	help
1934a2e5123SLee Jones	  This option enables support for ST AHCI SATA controller.
19476884cb2SLee Jones
19576884cb2SLee Jones	  If unsure, say N.
19676884cb2SLee Jones
1979e54eae2SRichard Zhuconfig AHCI_IMX
1989e54eae2SRichard Zhu	tristate "Freescale i.MX AHCI SATA support"
199f5f85ee0SJean Delvare	depends on MFD_SYSCON && (ARCH_MXC || COMPILE_TEST)
200d7969f59SArnd Bergmann	depends on (HWMON && (THERMAL || !THERMAL_OF)) || !HWMON
201bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
2029e54eae2SRichard Zhu	help
2039e54eae2SRichard Zhu	  This option enables support for the Freescale i.MX SoC's
2049e54eae2SRichard Zhu	  onboard AHCI SATA.
2059e54eae2SRichard Zhu
2069e54eae2SRichard Zhu	  If unsure, say N.
2079e54eae2SRichard Zhu
208a73ed350SSuneel Garapaticonfig AHCI_CEVA
209a73ed350SSuneel Garapati	tristate "CEVA AHCI SATA support"
210a73ed350SSuneel Garapati	depends on OF
211bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
212a73ed350SSuneel Garapati	help
213a73ed350SSuneel Garapati	  This option enables support for the CEVA AHCI SATA.
214a73ed350SSuneel Garapati	  It can be found on the Xilinx Zynq UltraScale+ MPSoC.
215a73ed350SSuneel Garapati
216a73ed350SSuneel Garapati	  If unsure, say N.
217a73ed350SSuneel Garapati
21847269605SRyder Leeconfig AHCI_MTK
21947269605SRyder Lee	tristate "MediaTek AHCI SATA support"
22028a53d31SDamien Le Moal	depends on ARCH_MEDIATEK || COMPILE_TEST
22147269605SRyder Lee	select MFD_SYSCON
222bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
22347269605SRyder Lee	help
22447269605SRyder Lee	  This option enables support for the MediaTek SoC's
22547269605SRyder Lee	  onboard AHCI SATA controller.
22647269605SRyder Lee
22747269605SRyder Lee	  If unsure, say N.
22847269605SRyder Lee
229a3464ed2SThomas Petazzoniconfig AHCI_MVEBU
230a3464ed2SThomas Petazzoni	tristate "Marvell EBU AHCI SATA support"
231368c7edcSDamien Le Moal	depends on ARCH_MVEBU || COMPILE_TEST
232bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
233a3464ed2SThomas Petazzoni	help
234a3464ed2SThomas Petazzoni	  This option enables support for the Marvebu EBU SoC's
235a3464ed2SThomas Petazzoni	  onboard AHCI SATA.
236a3464ed2SThomas Petazzoni
237a3464ed2SThomas Petazzoni	  If unsure, say N.
238a3464ed2SThomas Petazzoni
239a2127e40SAleksey Makarovconfig AHCI_OCTEON
240a2127e40SAleksey Makarov	tristate "Cavium Octeon Soc Serial ATA"
241a2127e40SAleksey Makarov	depends on SATA_AHCI_PLATFORM && CAVIUM_OCTEON_SOC
242a2127e40SAleksey Makarov	default y
243a2127e40SAleksey Makarov	help
244a2127e40SAleksey Makarov	  This option enables support for Cavium Octeon SoC Serial ATA.
245a2127e40SAleksey Makarov
246a2127e40SAleksey Makarov	  If unsure, say N.
247a2127e40SAleksey Makarov
248c5754b52SOlliver Schinaglconfig AHCI_SUNXI
249c5754b52SOlliver Schinagl	tristate "Allwinner sunxi AHCI SATA support"
250c05b911aSDamien Le Moal	depends on ARCH_SUNXI || COMPILE_TEST
251bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
252c5754b52SOlliver Schinagl	help
253c5754b52SOlliver Schinagl	  This option enables support for the Allwinner sunxi SoC's
254c5754b52SOlliver Schinagl	  onboard AHCI SATA.
255c5754b52SOlliver Schinagl
256c5754b52SOlliver Schinagl	  If unsure, say N.
257c5754b52SOlliver Schinagl
258ccfde508SMikko Perttunenconfig AHCI_TEGRA
25934d232ebSPreetham Ramchandra	tristate "NVIDIA Tegra AHCI SATA support"
2603d98cbf7SDamien Le Moal	depends on ARCH_TEGRA || COMPILE_TEST
261bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
262ccfde508SMikko Perttunen	help
26334d232ebSPreetham Ramchandra	  This option enables support for the NVIDIA Tegra SoC's
264ccfde508SMikko Perttunen	  onboard AHCI SATA.
265ccfde508SMikko Perttunen
266ccfde508SMikko Perttunen	  If unsure, say N.
267ccfde508SMikko Perttunen
26881d01bfaSLoc Hoconfig AHCI_XGENE
26981d01bfaSLoc Ho	tristate "APM X-Gene 6.0Gbps AHCI SATA host controller support"
270b7c9b00fSDamien Le Moal	depends on PHY_XGENE || COMPILE_TEST
271bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
27281d01bfaSLoc Ho	help
27381d01bfaSLoc Ho	 This option enables support for APM X-Gene SoC SATA host controller.
27481d01bfaSLoc Ho
275ecfb4598STang Yuantianconfig AHCI_QORIQ
276ecfb4598STang Yuantian	tristate "Freescale QorIQ AHCI SATA support"
277ecfb4598STang Yuantian	depends on OF
27871424f05SGeert Uytterhoeven	depends on SOC_LS1021A || ARCH_LAYERSCAPE || COMPILE_TEST
279bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
280ecfb4598STang Yuantian	help
281ecfb4598STang Yuantian	  This option enables support for the Freescale QorIQ AHCI SoC's
282ecfb4598STang Yuantian	  onboard AHCI SATA.
283ecfb4598STang Yuantian
284ecfb4598STang Yuantian	  If unsure, say N.
285ecfb4598STang Yuantian
2869a7780c9STejun Heoconfig SATA_FSL
2879a7780c9STejun Heo	tristate "Freescale 3.0Gbps SATA support"
28887924c5bSDamien Le Moal	depends on FSL_SOC || COMPILE_TEST
289bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
290127102aeSTejun Heo	help
2919a7780c9STejun Heo	  This option enables support for Freescale 3.0Gbps SATA controller.
2929a7780c9STejun Heo	  It can be found on MPC837x and MPC8315.
293127102aeSTejun Heo
294127102aeSTejun Heo	  If unsure, say N.
295127102aeSTejun Heo
296be4e456eSLinus Walleijconfig SATA_GEMINI
297be4e456eSLinus Walleij	tristate "Gemini SATA bridge support"
2986c4c900bSDamien Le Moal	depends on ARCH_GEMINI || COMPILE_TEST
299bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
300be4e456eSLinus Walleij	default ARCH_GEMINI
301be4e456eSLinus Walleij	help
302be4e456eSLinus Walleij	  This enabled support for the FTIDE010 to SATA bridge
303be4e456eSLinus Walleij	  found in Cortina Systems Gemini platform.
304be4e456eSLinus Walleij
305be4e456eSLinus Walleij	  If unsure, say N.
306be4e456eSLinus Walleij
307535dac4aSBrijesh Singhconfig SATA_AHCI_SEATTLE
308535dac4aSBrijesh Singh	tristate "AMD Seattle 6.0Gbps AHCI SATA host controller support"
309a33a348dSDamien Le Moal	depends on ARCH_SEATTLE || COMPILE_TEST
310bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
311535dac4aSBrijesh Singh	help
312535dac4aSBrijesh Singh	 This option enables support for AMD Seattle SATA host controller.
313535dac4aSBrijesh Singh
314535dac4aSBrijesh Singh	 If unsure, say N
315535dac4aSBrijesh Singh
3166f791460STejun Heoconfig SATA_INIC162X
317bb969619STejun Heo	tristate "Initio 162x SATA support (Very Experimental)"
3186f791460STejun Heo	depends on PCI
319bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
3206f791460STejun Heo	help
3216f791460STejun Heo	  This option enables support for Initio 162x Serial ATA.
3226f791460STejun Heo
32302cdfcf0SDavid Milburnconfig SATA_ACARD_AHCI
32402cdfcf0SDavid Milburn	tristate "ACard AHCI variant (ATP 8620)"
32502cdfcf0SDavid Milburn	depends on PCI
326bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
32702cdfcf0SDavid Milburn	help
32802cdfcf0SDavid Milburn	  This option enables support for Acard.
32902cdfcf0SDavid Milburn
33002cdfcf0SDavid Milburn	  If unsure, say N.
33102cdfcf0SDavid Milburn
3329a7780c9STejun Heoconfig SATA_SIL24
3339a7780c9STejun Heo	tristate "Silicon Image 3124/3132 SATA support"
3349a7780c9STejun Heo	depends on PCI
335bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
336127102aeSTejun Heo	help
3379a7780c9STejun Heo	  This option enables support for Silicon Image 3124/3132 Serial ATA.
338127102aeSTejun Heo
339127102aeSTejun Heo	  If unsure, say N.
340127102aeSTejun Heo
341b16a0168SGeert Uytterhoevenendif # HAS_DMA
342b16a0168SGeert Uytterhoeven
343127102aeSTejun Heoconfig ATA_SFF
344ebd60028SPaul Menzel	bool "ATA SFF support (for legacy IDE and PATA)"
345127102aeSTejun Heo	default y
346127102aeSTejun Heo	help
347127102aeSTejun Heo	  This option adds support for ATA controllers with SFF
348127102aeSTejun Heo	  compliant or similar programming interface.
349127102aeSTejun Heo
350f3360ebfSJeff Garzik	  SFF is the legacy IDE interface that has been around since
351f3360ebfSJeff Garzik	  the dawn of time.  Almost all PATA controllers have an
352f3360ebfSJeff Garzik	  SFF interface.  Many SATA controllers have an SFF interface
353f3360ebfSJeff Garzik	  when configured into a legacy compatibility mode.
354f3360ebfSJeff Garzik
355f3360ebfSJeff Garzik	  For users with exclusively modern controllers like AHCI,
356f3360ebfSJeff Garzik	  Silicon Image 3124, or Marvell 6440, you may choose to
357692105b8SMatt LaPlante	  disable this unneeded SFF support.
358f3360ebfSJeff Garzik
359f3360ebfSJeff Garzik	  If unsure, say Y.
360f3360ebfSJeff Garzik
361127102aeSTejun Heoif ATA_SFF
362127102aeSTejun Heo
3639a7780c9STejun Heocomment "SFF controllers with custom DMA interface"
3649a7780c9STejun Heo
3659a7780c9STejun Heoconfig PDC_ADMA
3669a7780c9STejun Heo	tristate "Pacific Digital ADMA support"
36781ce3c4bSJeff Garzik	depends on PCI
368c6fd2807SJeff Garzik	help
3699a7780c9STejun Heo	  This option enables support for Pacific Digital ADMA controllers
370c6fd2807SJeff Garzik
371c6fd2807SJeff Garzik	  If unsure, say N.
372c6fd2807SJeff Garzik
3739a7780c9STejun Heoconfig PATA_OCTEON_CF
3749a7780c9STejun Heo	tristate "OCTEON Boot Bus Compact Flash support"
3759ddebc46SDavid Daney	depends on CAVIUM_OCTEON_SOC
376a9b2c120SBartlomiej Zolnierkiewicz	select PATA_TIMINGS
3779a7780c9STejun Heo	help
3789a7780c9STejun Heo	  This option enables a polled compact flash driver for use with
3799a7780c9STejun Heo	  compact flash cards attached to the OCTEON boot bus.
3809a7780c9STejun Heo
3819a7780c9STejun Heo	  If unsure, say N.
3829a7780c9STejun Heo
3839a7780c9STejun Heoconfig SATA_QSTOR
3849a7780c9STejun Heo	tristate "Pacific Digital SATA QStor support"
3859a7780c9STejun Heo	depends on PCI
386bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
3879a7780c9STejun Heo	help
3889a7780c9STejun Heo	  This option enables support for Pacific Digital Serial ATA QStor.
3899a7780c9STejun Heo
3909a7780c9STejun Heo	  If unsure, say N.
3919a7780c9STejun Heo
3929a7780c9STejun Heoconfig SATA_SX4
3939a7780c9STejun Heo	tristate "Promise SATA SX4 support (Experimental)"
39448b3de21SKees Cook	depends on PCI
395bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
3969a7780c9STejun Heo	help
3979a7780c9STejun Heo	  This option enables support for Promise Serial ATA SX4.
3989a7780c9STejun Heo
3999a7780c9STejun Heo	  If unsure, say N.
4009a7780c9STejun Heo
4019a7780c9STejun Heoconfig ATA_BMDMA
4029a7780c9STejun Heo	bool "ATA BMDMA support"
4037bc7ab1eSGeert Uytterhoeven	depends on HAS_DMA
4049a7780c9STejun Heo	default y
4059a7780c9STejun Heo	help
4069a7780c9STejun Heo	  This option adds support for SFF ATA controllers with BMDMA
407ed4e2f80SStefan Richter	  capability.  BMDMA stands for bus-master DMA and is the
408ed4e2f80SStefan Richter	  de facto DMA interface for SFF controllers.
4099a7780c9STejun Heo
410ed4e2f80SStefan Richter	  If unsure, say Y.
4119a7780c9STejun Heo
4129a7780c9STejun Heoif ATA_BMDMA
4139a7780c9STejun Heo
4149a7780c9STejun Heocomment "SATA SFF controllers with BMDMA"
4159a7780c9STejun Heo
4168ad92ba7SJeff Garzikconfig ATA_PIIX
4172c7620d5SAlan	tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support"
41881ce3c4bSJeff Garzik	depends on PCI
419bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
420c6fd2807SJeff Garzik	help
4212bfc3611SAlan	  This option enables support for ICH5/6/7/8 Serial ATA
4222c7620d5SAlan	  and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series
4232c7620d5SAlan	  host controllers.
424c6fd2807SJeff Garzik
425c6fd2807SJeff Garzik	  If unsure, say N.
426c6fd2807SJeff Garzik
42762936009SRupjyoti Sarmahconfig SATA_DWC
42862936009SRupjyoti Sarmah	tristate "DesignWare Cores SATA support"
4297598469aSArnd Bergmann	depends on DMADEVICES
4300f48debdSMans Rullgard	select GENERIC_PHY
431bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
43262936009SRupjyoti Sarmah	help
43362936009SRupjyoti Sarmah	  This option enables support for the on-chip SATA controller of the
43462936009SRupjyoti Sarmah	  AppliedMicro processor 460EX.
43562936009SRupjyoti Sarmah
43662936009SRupjyoti Sarmah	  If unsure, say N.
43762936009SRupjyoti Sarmah
43850b43375SMans Rullgardconfig SATA_DWC_OLD_DMA
43950b43375SMans Rullgard	bool "Support old device trees"
44050b43375SMans Rullgard	depends on SATA_DWC
44150b43375SMans Rullgard	select DW_DMAC_CORE
44250b43375SMans Rullgard	default y if 460EX
44350b43375SMans Rullgard	help
44450b43375SMans Rullgard	  This option enables support for old device trees without the
44550b43375SMans Rullgard	  "dmas" property.
44650b43375SMans Rullgard
4478996b89dSMark Langsdorfconfig SATA_HIGHBANK
4488996b89dSMark Langsdorf	tristate "Calxeda Highbank SATA support"
4490b99f864SBartlomiej Zolnierkiewicz	depends on ARCH_HIGHBANK || COMPILE_TEST
450bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
4518996b89dSMark Langsdorf	help
4528996b89dSMark Langsdorf	  This option enables support for the Calxeda Highbank SoC's
4538996b89dSMark Langsdorf	  onboard SATA.
4548996b89dSMark Langsdorf
4558996b89dSMark Langsdorf	  If unsure, say N.
4568996b89dSMark Langsdorf
4578ad92ba7SJeff Garzikconfig SATA_MV
458f9228c7fSMark Lord	tristate "Marvell SATA support"
4594efded05SAndrew Lunn	depends on PCI || ARCH_DOVE || ARCH_MV78XX0 || \
46003803ef6SBartlomiej Zolnierkiewicz		   ARCH_MVEBU || ARCH_ORION5X || COMPILE_TEST
46149c8f1ffSAndrew Lunn	select GENERIC_PHY
462bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
463c6fd2807SJeff Garzik	help
464c6fd2807SJeff Garzik	  This option enables support for the Marvell Serial ATA family.
465f9228c7fSMark Lord	  Currently supports 88SX[56]0[48][01] PCI(-X) chips,
466f9228c7fSMark Lord	  as well as the newer [67]042 PCI-X/PCIe and SOC devices.
467c6fd2807SJeff Garzik
468c6fd2807SJeff Garzik	  If unsure, say N.
469c6fd2807SJeff Garzik
4708ad92ba7SJeff Garzikconfig SATA_NV
471c6fd2807SJeff Garzik	tristate "NVIDIA SATA support"
47281ce3c4bSJeff Garzik	depends on PCI
473bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
474c6fd2807SJeff Garzik	help
475c6fd2807SJeff Garzik	  This option enables support for NVIDIA Serial ATA.
476c6fd2807SJeff Garzik
477c6fd2807SJeff Garzik	  If unsure, say N.
478c6fd2807SJeff Garzik
4798ad92ba7SJeff Garzikconfig SATA_PROMISE
480c6fd2807SJeff Garzik	tristate "Promise SATA TX2/TX4 support"
48181ce3c4bSJeff Garzik	depends on PCI
482bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
483c6fd2807SJeff Garzik	help
484c6fd2807SJeff Garzik	  This option enables support for Promise Serial ATA TX2/TX4.
485c6fd2807SJeff Garzik
486c6fd2807SJeff Garzik	  If unsure, say N.
487c6fd2807SJeff Garzik
488163cf81dSVladimir Barinovconfig SATA_RCAR
489163cf81dSVladimir Barinov	tristate "Renesas R-Car SATA support"
49051b1b286SSimon Horman	depends on ARCH_RENESAS || COMPILE_TEST
491bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
492163cf81dSVladimir Barinov	help
493163cf81dSVladimir Barinov	  This option enables support for Renesas R-Car Serial ATA.
494163cf81dSVladimir Barinov
495163cf81dSVladimir Barinov	  If unsure, say N.
496163cf81dSVladimir Barinov
4978ad92ba7SJeff Garzikconfig SATA_SIL
498c6fd2807SJeff Garzik	tristate "Silicon Image SATA support"
49981ce3c4bSJeff Garzik	depends on PCI
500bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
501c6fd2807SJeff Garzik	help
502c6fd2807SJeff Garzik	  This option enables support for Silicon Image Serial ATA.
503c6fd2807SJeff Garzik
504c6fd2807SJeff Garzik	  If unsure, say N.
505c6fd2807SJeff Garzik
5068ad92ba7SJeff Garzikconfig SATA_SIS
5079b14dec5SAlan	tristate "SiS 964/965/966/180 SATA support"
50881ce3c4bSJeff Garzik	depends on PCI
5099b14dec5SAlan	select PATA_SIS
510bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
511c6fd2807SJeff Garzik	help
5129b14dec5SAlan	  This option enables support for SiS Serial ATA on
5139b14dec5SAlan	  SiS 964/965/966/180 and Parallel ATA on SiS 180.
5149b14dec5SAlan	  The PATA support for SiS 180 requires additionally to
5159b14dec5SAlan	  enable the PATA_SIS driver in the config.
516c6fd2807SJeff Garzik	  If unsure, say N.
517c6fd2807SJeff Garzik
5189a7780c9STejun Heoconfig SATA_SVW
5199a7780c9STejun Heo	tristate "ServerWorks Frodo / Apple K2 SATA support"
5209a7780c9STejun Heo	depends on PCI
521bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
5229a7780c9STejun Heo	help
5239a7780c9STejun Heo	  This option enables support for Broadcom/Serverworks/Apple K2
5249a7780c9STejun Heo	  SATA support.
5259a7780c9STejun Heo
5269a7780c9STejun Heo	  If unsure, say N.
5279a7780c9STejun Heo
5288ad92ba7SJeff Garzikconfig SATA_ULI
529c6fd2807SJeff Garzik	tristate "ULi Electronics SATA support"
53081ce3c4bSJeff Garzik	depends on PCI
531bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
532c6fd2807SJeff Garzik	help
533c6fd2807SJeff Garzik	  This option enables support for ULi Electronics SATA.
534c6fd2807SJeff Garzik
535c6fd2807SJeff Garzik	  If unsure, say N.
536c6fd2807SJeff Garzik
5378ad92ba7SJeff Garzikconfig SATA_VIA
538c6fd2807SJeff Garzik	tristate "VIA SATA support"
53981ce3c4bSJeff Garzik	depends on PCI
540bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
541c6fd2807SJeff Garzik	help
542c6fd2807SJeff Garzik	  This option enables support for VIA Serial ATA.
543c6fd2807SJeff Garzik
544c6fd2807SJeff Garzik	  If unsure, say N.
545c6fd2807SJeff Garzik
5468ad92ba7SJeff Garzikconfig SATA_VITESSE
547c6fd2807SJeff Garzik	tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
54881ce3c4bSJeff Garzik	depends on PCI
549bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
550c6fd2807SJeff Garzik	help
551c6fd2807SJeff Garzik	  This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
552c6fd2807SJeff Garzik
553c6fd2807SJeff Garzik	  If unsure, say N.
554c6fd2807SJeff Garzik
5559a7780c9STejun Heocomment "PATA SFF controllers with BMDMA"
556025621f9SAlan Cox
557669a5db4SJeff Garzikconfig PATA_ALI
558e3389cbcSAlan Cox	tristate "ALi PATA support"
55921a6f37dSNiklas Schnelle	depends on PCI && HAS_IOPORT
560a9b2c120SBartlomiej Zolnierkiewicz	select PATA_TIMINGS
561669a5db4SJeff Garzik	help
562669a5db4SJeff Garzik	  This option enables support for the ALi ATA interfaces
563669a5db4SJeff Garzik	  found on the many ALi chipsets.
564669a5db4SJeff Garzik
565669a5db4SJeff Garzik	  If unsure, say N.
566669a5db4SJeff Garzik
567669a5db4SJeff Garzikconfig PATA_AMD
568942d0947SAlan Cox	tristate "AMD/NVidia PATA support"
56921a6f37dSNiklas Schnelle	depends on PCI && HAS_IOPORT
570a9b2c120SBartlomiej Zolnierkiewicz	select PATA_TIMINGS
571669a5db4SJeff Garzik	help
572669a5db4SJeff Garzik	  This option enables support for the AMD and NVidia PATA
573669a5db4SJeff Garzik	  interfaces found on the chipsets for Athlon/Athlon64.
574669a5db4SJeff Garzik
575669a5db4SJeff Garzik	  If unsure, say N.
576669a5db4SJeff Garzik
577a480167bSViresh Kumarconfig PATA_ARASAN_CF
578a480167bSViresh Kumar	tristate "ARASAN CompactFlash PATA Controller Support"
579e638433bSBartlomiej Zolnierkiewicz	depends on ARCH_SPEAR13XX || COMPILE_TEST
5803b5ec274SRandy Dunlap	depends on DMADEVICES
581a480167bSViresh Kumar	select DMA_ENGINE
582a480167bSViresh Kumar	help
583a480167bSViresh Kumar	  Say Y here to support the ARASAN CompactFlash PATA controller
584a480167bSViresh Kumar
585669a5db4SJeff Garzikconfig PATA_ARTOP
586c645fd34SAlan Cox	tristate "ARTOP 6210/6260 PATA support"
58721a6f37dSNiklas Schnelle	depends on PCI && HAS_IOPORT
588669a5db4SJeff Garzik	help
589669a5db4SJeff Garzik	  This option enables support for ARTOP PATA controllers.
590669a5db4SJeff Garzik
591669a5db4SJeff Garzik	  If unsure, say N.
592669a5db4SJeff Garzik
593669a5db4SJeff Garzikconfig PATA_ATIIXP
594c645fd34SAlan Cox	tristate "ATI PATA support"
595c645fd34SAlan Cox	depends on PCI
596669a5db4SJeff Garzik	help
597669a5db4SJeff Garzik	  This option enables support for the ATI ATA interfaces
598669a5db4SJeff Garzik	  found on the many ATI chipsets.
599669a5db4SJeff Garzik
600669a5db4SJeff Garzik	  If unsure, say N.
601669a5db4SJeff Garzik
6029a7780c9STejun Heoconfig PATA_ATP867X
6039a7780c9STejun Heo	tristate "ARTOP/Acard ATP867X PATA support"
6049a7780c9STejun Heo	depends on PCI
605a9b2c120SBartlomiej Zolnierkiewicz	select PATA_TIMINGS
606b2248dacSAlan Cox	help
6079a7780c9STejun Heo	  This option enables support for ARTOP/Acard ATP867X PATA
6089a7780c9STejun Heo	  controllers.
6099a7780c9STejun Heo
6109a7780c9STejun Heo	  If unsure, say N.
6119a7780c9STejun Heo
612669a5db4SJeff Garzikconfig PATA_CMD64X
613c645fd34SAlan Cox	tristate "CMD64x PATA support"
61421a6f37dSNiklas Schnelle	depends on PCI && HAS_IOPORT
615a9b2c120SBartlomiej Zolnierkiewicz	select PATA_TIMINGS
616669a5db4SJeff Garzik	help
617669a5db4SJeff Garzik	  This option enables support for the CMD64x series chips
618669a5db4SJeff Garzik	  except for the CMD640.
619669a5db4SJeff Garzik
620669a5db4SJeff Garzik	  If unsure, say N.
621669a5db4SJeff Garzik
622669a5db4SJeff Garzikconfig PATA_CS5520
623669a5db4SJeff Garzik	tristate "CS5510/5520 PATA support"
6249236a76dSJean Delvare	depends on PCI && (X86_32 || COMPILE_TEST)
625669a5db4SJeff Garzik	help
626669a5db4SJeff Garzik	  This option enables support for the Cyrix 5510/5520
627669a5db4SJeff Garzik	  companion chip used with the MediaGX/Geode processor family.
628669a5db4SJeff Garzik
629669a5db4SJeff Garzik	  If unsure, say N.
630669a5db4SJeff Garzik
631669a5db4SJeff Garzikconfig PATA_CS5530
632e3389cbcSAlan Cox	tristate "CS5530 PATA support"
6339236a76dSJean Delvare	depends on PCI && (X86_32 || COMPILE_TEST)
634669a5db4SJeff Garzik	help
635669a5db4SJeff Garzik	  This option enables support for the Cyrix/NatSemi/AMD CS5530
636669a5db4SJeff Garzik	  companion chip used with the MediaGX/Geode processor family.
637669a5db4SJeff Garzik
638669a5db4SJeff Garzik	  If unsure, say N.
639669a5db4SJeff Garzik
640669a5db4SJeff Garzikconfig PATA_CS5535
641669a5db4SJeff Garzik	tristate "CS5535 PATA support (Experimental)"
642dc5d7b3cSDamien Le Moal	depends on PCI && (X86_32 || (X86_64 && COMPILE_TEST))
64322eebaa6SPeter Foley	depends on !UML
644669a5db4SJeff Garzik	help
645669a5db4SJeff Garzik	  This option enables support for the NatSemi/AMD CS5535
646669a5db4SJeff Garzik	  companion chip used with the Geode processor family.
647669a5db4SJeff Garzik
648669a5db4SJeff Garzik	  If unsure, say N.
649669a5db4SJeff Garzik
6503957df61SMartin K. Petersenconfig PATA_CS5536
651e3389cbcSAlan Cox	tristate "CS5536 PATA support"
6529236a76dSJean Delvare	depends on PCI && (X86_32 || MIPS || COMPILE_TEST)
6533957df61SMartin K. Petersen	help
6543957df61SMartin K. Petersen	  This option enables support for the AMD CS5536
6553957df61SMartin K. Petersen	  companion chip used with the Geode LX processor family.
6563957df61SMartin K. Petersen
6573957df61SMartin K. Petersen	  If unsure, say N.
6583957df61SMartin K. Petersen
659669a5db4SJeff Garzikconfig PATA_CYPRESS
660669a5db4SJeff Garzik	tristate "Cypress CY82C693 PATA support (Very Experimental)"
66121a6f37dSNiklas Schnelle	depends on PCI && HAS_IOPORT
662a9b2c120SBartlomiej Zolnierkiewicz	select PATA_TIMINGS
663669a5db4SJeff Garzik	help
664669a5db4SJeff Garzik	  This option enables support for the Cypress/Contaq CY82C693
665669a5db4SJeff Garzik	  chipset found in some Alpha systems
666669a5db4SJeff Garzik
667669a5db4SJeff Garzik	  If unsure, say N.
668669a5db4SJeff Garzik
669669a5db4SJeff Garzikconfig PATA_EFAR
670669a5db4SJeff Garzik	tristate "EFAR SLC90E66 support"
671669a5db4SJeff Garzik	depends on PCI
672669a5db4SJeff Garzik	help
673669a5db4SJeff Garzik	  This option enables support for the EFAR SLC90E66
674669a5db4SJeff Garzik	  IDE controller found on some older machines.
675669a5db4SJeff Garzik
676669a5db4SJeff Garzik	  If unsure, say N.
677669a5db4SJeff Garzik
6782fff2751SRafal Prylowskiconfig PATA_EP93XX
6792fff2751SRafal Prylowski	tristate "Cirrus Logic EP93xx PATA support"
6802fff2751SRafal Prylowski	depends on ARCH_EP93XX
681a9b2c120SBartlomiej Zolnierkiewicz	select PATA_TIMINGS
6822fff2751SRafal Prylowski	help
6832fff2751SRafal Prylowski	  This option enables support for the PATA controller in
6842fff2751SRafal Prylowski	  the Cirrus Logic EP9312 and EP9315 ARM CPU.
6852fff2751SRafal Prylowski
6862fff2751SRafal Prylowski	  If unsure, say N.
6872fff2751SRafal Prylowski
688be4e456eSLinus Walleijconfig PATA_FTIDE010
689be4e456eSLinus Walleij	tristate "Faraday Technology FTIDE010 PATA support"
6902aa56671SDamien Le Moal	depends on ARM || COMPILE_TEST
691accd0473SArnd Bergmann	depends on SATA_GEMINI
692be4e456eSLinus Walleij	help
693be4e456eSLinus Walleij	  This option enables support for the Faraday FTIDE010
694be4e456eSLinus Walleij	  PATA controller found in the Cortina Gemini SoCs.
695be4e456eSLinus Walleij
696be4e456eSLinus Walleij	  If unsure, say N.
697be4e456eSLinus Walleij
698669a5db4SJeff Garzikconfig PATA_HPT366
699c645fd34SAlan Cox	tristate "HPT 366/368 PATA support"
700c645fd34SAlan Cox	depends on PCI
701669a5db4SJeff Garzik	help
702669a5db4SJeff Garzik	  This option enables support for the HPT 366 and 368
703669a5db4SJeff Garzik	  PATA controllers via the new ATA layer.
704669a5db4SJeff Garzik
705669a5db4SJeff Garzik	  If unsure, say N.
706669a5db4SJeff Garzik
707669a5db4SJeff Garzikconfig PATA_HPT37X
708be315d46SAlan Cox	tristate "HPT 370/370A/371/372/374/302 PATA support"
70921a6f37dSNiklas Schnelle	depends on PCI && HAS_IOPORT
710669a5db4SJeff Garzik	help
711669a5db4SJeff Garzik	  This option enables support for the majority of the later HPT
712669a5db4SJeff Garzik	  PATA controllers via the new ATA layer.
713669a5db4SJeff Garzik
714669a5db4SJeff Garzik	  If unsure, say N.
715669a5db4SJeff Garzik
716669a5db4SJeff Garzikconfig PATA_HPT3X2N
7170ca646dbSSergei Shtylyov	tristate "HPT 371N/372N/302N PATA support"
71821a6f37dSNiklas Schnelle	depends on PCI && HAS_IOPORT
719669a5db4SJeff Garzik	help
720669a5db4SJeff Garzik	  This option enables support for the N variant HPT PATA
7210ca646dbSSergei Shtylyov	  controllers via the new ATA layer.
722669a5db4SJeff Garzik
723669a5db4SJeff Garzik	  If unsure, say N.
724669a5db4SJeff Garzik
725669a5db4SJeff Garzikconfig PATA_HPT3X3
72666e7da4eSAlan Cox	tristate "HPT 343/363 PATA support"
727669a5db4SJeff Garzik	depends on PCI
728669a5db4SJeff Garzik	help
729669a5db4SJeff Garzik	  This option enables support for the HPT 343/363
730669a5db4SJeff Garzik	  PATA controllers via the new ATA layer
731669a5db4SJeff Garzik
732669a5db4SJeff Garzik	  If unsure, say N.
733669a5db4SJeff Garzik
73466e7da4eSAlan Coxconfig PATA_HPT3X3_DMA
735be315d46SAlan Cox	bool "HPT 343/363 DMA support"
73666e7da4eSAlan Cox	depends on PATA_HPT3X3
73766e7da4eSAlan Cox	help
73866e7da4eSAlan Cox	  This option enables DMA support for the HPT343/363
73966e7da4eSAlan Cox	  controllers. Enable with care as there are still some
74066e7da4eSAlan Cox	  problems with DMA on this chipset.
74166e7da4eSAlan Cox
7429a7780c9STejun Heoconfig PATA_ICSIDE
7439a7780c9STejun Heo	tristate "Acorn ICS PATA support"
7449a7780c9STejun Heo	depends on ARM && ARCH_ACORN
745a9b2c120SBartlomiej Zolnierkiewicz	select PATA_TIMINGS
746669a5db4SJeff Garzik	help
7479a7780c9STejun Heo	  On Acorn systems, say Y here if you wish to use the ICS PATA
7489a7780c9STejun Heo	  interface card.  This is not required for ICS partition support.
7499a7780c9STejun Heo	  If you are unsure, say N to this.
7509a7780c9STejun Heo
751e39c75cfSArnaud Patard (Rtp)config PATA_IMX
752e39c75cfSArnaud Patard (Rtp)	tristate "PATA support for Freescale iMX"
7537dc3c053SDamien Le Moal	depends on ARCH_MXC || COMPILE_TEST
754a9b2c120SBartlomiej Zolnierkiewicz	select PATA_TIMINGS
755e39c75cfSArnaud Patard (Rtp)	help
756e39c75cfSArnaud Patard (Rtp)	  This option enables support for the PATA host available on Freescale
757e39c75cfSArnaud Patard (Rtp)          iMX SoCs.
758e39c75cfSArnaud Patard (Rtp)
759e39c75cfSArnaud Patard (Rtp)	  If unsure, say N.
760e39c75cfSArnaud Patard (Rtp)
7619a7780c9STejun Heoconfig PATA_IT8213
7629a7780c9STejun Heo	tristate "IT8213 PATA support (Experimental)"
76348b3de21SKees Cook	depends on PCI
7649a7780c9STejun Heo	help
7659a7780c9STejun Heo	  This option enables support for the ITE 821 PATA
7669a7780c9STejun Heo          controllers via the new ATA layer.
767669a5db4SJeff Garzik
768669a5db4SJeff Garzik	  If unsure, say N.
769669a5db4SJeff Garzik
770669a5db4SJeff Garzikconfig PATA_IT821X
771942d0947SAlan Cox	tristate "IT8211/2 PATA support"
772942d0947SAlan Cox	depends on PCI
773669a5db4SJeff Garzik	help
774669a5db4SJeff Garzik	  This option enables support for the ITE 8211 and 8212
775669a5db4SJeff Garzik	  PATA controllers via the new ATA layer, including RAID
776669a5db4SJeff Garzik	  mode.
777669a5db4SJeff Garzik
778669a5db4SJeff Garzik	  If unsure, say N.
779669a5db4SJeff Garzik
780406176eeSJeff Garzikconfig PATA_JMICRON
781406176eeSJeff Garzik	tristate "JMicron PATA support"
782406176eeSJeff Garzik	depends on PCI
783406176eeSJeff Garzik	help
784406176eeSJeff Garzik	  Enable support for the JMicron IDE controller, via the new
785406176eeSJeff Garzik	  ATA layer.
786406176eeSJeff Garzik
787406176eeSJeff Garzik	  If unsure, say N.
788406176eeSJeff Garzik
7899a7780c9STejun Heoconfig PATA_MACIO
7909a7780c9STejun Heo	tristate "Apple PowerMac/PowerBook internal 'MacIO' IDE"
7919a7780c9STejun Heo	depends on PPC_PMAC
792669a5db4SJeff Garzik	help
7939a7780c9STejun Heo	  Most IDE capable PowerMacs have IDE busses driven by a variant
7949a7780c9STejun Heo          of this controller which is part of the Apple chipset used on
7959a7780c9STejun Heo          most PowerMac models. Some models have multiple busses using
7969a7780c9STejun Heo          different chipsets, though generally, MacIO is one of them.
797669a5db4SJeff Garzik
79875742cb4SAlan Coxconfig PATA_MARVELL
79975742cb4SAlan Cox	tristate "Marvell PATA support via legacy mode"
80075742cb4SAlan Cox	depends on PCI
80175742cb4SAlan Cox	help
8025b66c829SAlan Cox	  This option enables limited support for the Marvell 88SE61xx ATA
8035b66c829SAlan Cox	  controllers. If you wish to use only the SATA ports then select
8045b66c829SAlan Cox	  the AHCI driver alone. If you wish to the use the PATA port or
8055b66c829SAlan Cox	  both SATA and PATA include this driver.
80675742cb4SAlan Cox
80775742cb4SAlan Cox	  If unsure, say N.
80875742cb4SAlan Cox
809869934adSWolfram Sangconfig PATA_MPC52xx
810869934adSWolfram Sang	tristate "Freescale MPC52xx SoC internal IDE"
811869934adSWolfram Sang	depends on PPC_MPC52xx && PPC_BESTCOMM
812869934adSWolfram Sang	select PPC_BESTCOMM_ATA
813869934adSWolfram Sang	help
814869934adSWolfram Sang	  This option enables support for integrated IDE controller
815869934adSWolfram Sang	  of the Freescale MPC52xx SoC.
816869934adSWolfram Sang
817869934adSWolfram Sang	  If unsure, say N.
818869934adSWolfram Sang
819669a5db4SJeff Garzikconfig PATA_NETCELL
820669a5db4SJeff Garzik	tristate "NETCELL Revolution RAID support"
82121a6f37dSNiklas Schnelle	depends on PCI && HAS_IOPORT
822669a5db4SJeff Garzik	help
823669a5db4SJeff Garzik	  This option enables support for the Netcell Revolution RAID
824669a5db4SJeff Garzik	  PATA controller.
825669a5db4SJeff Garzik
826669a5db4SJeff Garzik	  If unsure, say N.
827669a5db4SJeff Garzik
82851dbd490SAlan Coxconfig PATA_NINJA32
829be315d46SAlan Cox	tristate "Ninja32/Delkin Cardbus ATA support"
830be315d46SAlan Cox	depends on PCI
83151dbd490SAlan Cox	help
83251dbd490SAlan Cox	  This option enables support for the Ninja32, Delkin and
83351dbd490SAlan Cox	  possibly other brands of Cardbus ATA adapter
83451dbd490SAlan Cox
83551dbd490SAlan Cox	  If unsure, say N.
83651dbd490SAlan Cox
837c4b5b7b6SAlan Coxconfig PATA_NS87415
838e3389cbcSAlan Cox	tristate "Nat Semi NS87415 PATA support"
839e3389cbcSAlan Cox	depends on PCI
840a9b2c120SBartlomiej Zolnierkiewicz	select PATA_TIMINGS
841c4b5b7b6SAlan Cox	help
842c4b5b7b6SAlan Cox	  This option enables support for the National Semiconductor
843c4b5b7b6SAlan Cox	  NS87415 PCI-IDE controller.
844c4b5b7b6SAlan Cox
845c4b5b7b6SAlan Cox	  If unsure, say N.
846c4b5b7b6SAlan Cox
8479a7780c9STejun Heoconfig PATA_OLDPIIX
8489a7780c9STejun Heo	tristate "Intel PATA old PIIX support"
8499a7780c9STejun Heo	depends on PCI
850669a5db4SJeff Garzik	help
8519a7780c9STejun Heo	  This option enables support for early PIIX PATA support.
852669a5db4SJeff Garzik
853669a5db4SJeff Garzik	  If unsure, say N.
854669a5db4SJeff Garzik
855669a5db4SJeff Garzikconfig PATA_OPTIDMA
856516e72cbSAlexey Dobriyan	tristate "OPTI FireStar PATA support (Very Experimental)"
85721a6f37dSNiklas Schnelle	depends on PCI && HAS_IOPORT
858669a5db4SJeff Garzik	help
859669a5db4SJeff Garzik	  This option enables DMA/PIO support for the later OPTi
860669a5db4SJeff Garzik	  controllers found on some old motherboards and in some
8613dde6ad8SDavid Sterba	  laptops.
862669a5db4SJeff Garzik
863669a5db4SJeff Garzik	  If unsure, say N.
864669a5db4SJeff Garzik
865be315d46SAlan Coxconfig PATA_PDC2027X
866be315d46SAlan Cox	tristate "Promise PATA 2027x support"
86721a6f37dSNiklas Schnelle	depends on PCI && HAS_IOPORT
868be315d46SAlan Cox	help
869be315d46SAlan Cox	  This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
870be315d46SAlan Cox
871be315d46SAlan Cox	  If unsure, say N.
872be315d46SAlan Cox
873669a5db4SJeff Garzikconfig PATA_PDC_OLD
874e3389cbcSAlan Cox	tristate "Older Promise PATA controller support"
87521a6f37dSNiklas Schnelle	depends on PCI && HAS_IOPORT
876669a5db4SJeff Garzik	help
877669a5db4SJeff Garzik	  This option enables support for the Promise 20246, 20262, 20263,
878669a5db4SJeff Garzik	  20265 and 20267 adapters.
879669a5db4SJeff Garzik
880669a5db4SJeff Garzik	  If unsure, say N.
881669a5db4SJeff Garzik
882669a5db4SJeff Garzikconfig PATA_RADISYS
883e3389cbcSAlan Cox	tristate "RADISYS 82600 PATA support (Experimental)"
88448b3de21SKees Cook	depends on PCI
885669a5db4SJeff Garzik	help
886669a5db4SJeff Garzik	  This option enables support for the RADISYS 82600
887669a5db4SJeff Garzik	  PATA controllers via the new ATA layer
888669a5db4SJeff Garzik
889669a5db4SJeff Garzik	  If unsure, say N.
890669a5db4SJeff Garzik
8916b406782SAlan Coxconfig PATA_RDC
8926b406782SAlan Cox	tristate "RDC PATA support"
8936b406782SAlan Cox	depends on PCI
8946b406782SAlan Cox	help
8956b406782SAlan Cox	  This option enables basic support for the later RDC PATA controllers
8966b406782SAlan Cox	  controllers via the new ATA layer. For the RDC 1010, you need to
8976b406782SAlan Cox	  enable the IT821X driver instead.
8986b406782SAlan Cox
8996b406782SAlan Cox	  If unsure, say N.
9006b406782SAlan Cox
901669a5db4SJeff Garzikconfig PATA_SC1200
902e3389cbcSAlan Cox	tristate "SC1200 PATA support"
90321a6f37dSNiklas Schnelle	depends on PCI && (X86_32 || COMPILE_TEST) && HAS_IOPORT
904669a5db4SJeff Garzik	help
905669a5db4SJeff Garzik	  This option enables support for the NatSemi/AMD SC1200 SoC
906669a5db4SJeff Garzik	  companion chip used with the Geode processor family.
907669a5db4SJeff Garzik
908669a5db4SJeff Garzik	  If unsure, say N.
909669a5db4SJeff Garzik
9109a7780c9STejun Heoconfig PATA_SCH
9119a7780c9STejun Heo	tristate "Intel SCH PATA support"
9129a7780c9STejun Heo	depends on PCI
9139a7780c9STejun Heo	help
9149a7780c9STejun Heo	  This option enables support for Intel SCH PATA on the Intel
9159a7780c9STejun Heo	  SCH (US15W, US15L, UL11L) series host controllers.
9169a7780c9STejun Heo
9179a7780c9STejun Heo	  If unsure, say N.
9189a7780c9STejun Heo
919669a5db4SJeff Garzikconfig PATA_SERVERWORKS
920942d0947SAlan Cox	tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support"
92121a6f37dSNiklas Schnelle	depends on PCI && HAS_IOPORT
922669a5db4SJeff Garzik	help
923669a5db4SJeff Garzik	  This option enables support for the Serverworks OSB4/CSB5/CSB6 and
924669a5db4SJeff Garzik	  HT1000 PATA controllers, via the new ATA layer.
925669a5db4SJeff Garzik
926669a5db4SJeff Garzik	  If unsure, say N.
927669a5db4SJeff Garzik
928669a5db4SJeff Garzikconfig PATA_SIL680
929669a5db4SJeff Garzik	tristate "CMD / Silicon Image 680 PATA support"
930669a5db4SJeff Garzik	depends on PCI
931669a5db4SJeff Garzik	help
932669a5db4SJeff Garzik	  This option enables support for CMD / Silicon Image 680 PATA.
933669a5db4SJeff Garzik
934669a5db4SJeff Garzik	  If unsure, say N.
935669a5db4SJeff Garzik
936669a5db4SJeff Garzikconfig PATA_SIS
937e3389cbcSAlan Cox	tristate "SiS PATA support"
938e3389cbcSAlan Cox	depends on PCI
939669a5db4SJeff Garzik	help
940669a5db4SJeff Garzik	  This option enables support for SiS PATA controllers
941669a5db4SJeff Garzik
942669a5db4SJeff Garzik	  If unsure, say N.
943669a5db4SJeff Garzik
9448e182a90SAlan Coxconfig PATA_TOSHIBA
9458e182a90SAlan Cox	tristate "Toshiba Piccolo support (Experimental)"
94648b3de21SKees Cook	depends on PCI
9478e182a90SAlan Cox	help
9488e182a90SAlan Cox	  Support for the Toshiba Piccolo controllers. Currently only the
9498e182a90SAlan Cox	  primary channel is supported by this driver.
9508e182a90SAlan Cox
9518e182a90SAlan Cox	  If unsure, say N.
9528e182a90SAlan Cox
9539a7780c9STejun Heoconfig PATA_TRIFLEX
9549a7780c9STejun Heo	tristate "Compaq Triflex PATA support"
9559a7780c9STejun Heo	depends on PCI
9569a7780c9STejun Heo	help
9579a7780c9STejun Heo	  Enable support for the Compaq 'Triflex' IDE controller as found
9589a7780c9STejun Heo	  on many Compaq Pentium-Pro systems, via the new ATA layer.
9599a7780c9STejun Heo
9609a7780c9STejun Heo	  If unsure, say N.
9619a7780c9STejun Heo
962669a5db4SJeff Garzikconfig PATA_VIA
963669a5db4SJeff Garzik	tristate "VIA PATA support"
964669a5db4SJeff Garzik	depends on PCI
965a9b2c120SBartlomiej Zolnierkiewicz	select PATA_TIMINGS
966669a5db4SJeff Garzik	help
967669a5db4SJeff Garzik	  This option enables support for the VIA PATA interfaces
968669a5db4SJeff Garzik	  found on the many VIA chipsets.
969669a5db4SJeff Garzik
970669a5db4SJeff Garzik	  If unsure, say N.
971669a5db4SJeff Garzik
9722dc6c6f1SMarek Vasutconfig PATA_PXA
9732dc6c6f1SMarek Vasut	tristate "PXA DMA-capable PATA support"
9747767c73aSDamien Le Moal	depends on ARCH_PXA || COMPILE_TEST
9752dc6c6f1SMarek Vasut	help
9762dc6c6f1SMarek Vasut	  This option enables support for harddrive attached to PXA CPU's bus.
9772dc6c6f1SMarek Vasut
9782dc6c6f1SMarek Vasut	  NOTE: This driver utilizes PXA DMA controller, in case your hardware
9792dc6c6f1SMarek Vasut	        is not capable of doing MWDMA, use pata_platform instead.
9802dc6c6f1SMarek Vasut
9812dc6c6f1SMarek Vasut	  If unsure, say N.
9822dc6c6f1SMarek Vasut
983669a5db4SJeff Garzikconfig PATA_WINBOND
984669a5db4SJeff Garzik	tristate "Winbond SL82C105 PATA support"
985669a5db4SJeff Garzik	depends on PCI
986669a5db4SJeff Garzik	help
987669a5db4SJeff Garzik	  This option enables support for SL82C105 PATA devices found in the
988669a5db4SJeff Garzik	  Netwinder and some other systems
989669a5db4SJeff Garzik
990669a5db4SJeff Garzik	  If unsure, say N.
991669a5db4SJeff Garzik
9929a7780c9STejun Heoendif # ATA_BMDMA
9939a7780c9STejun Heo
9949a7780c9STejun Heocomment "PIO-only SFF controllers"
9959a7780c9STejun Heo
9969a7780c9STejun Heoconfig PATA_CMD640_PCI
9979a7780c9STejun Heo	tristate "CMD640 PCI PATA support (Experimental)"
99848b3de21SKees Cook	depends on PCI
999a9b2c120SBartlomiej Zolnierkiewicz	select PATA_TIMINGS
10009a7780c9STejun Heo	help
10019a7780c9STejun Heo	  This option enables support for the CMD640 PCI IDE
10029a7780c9STejun Heo	  interface chip. Only the primary channel is currently
10039a7780c9STejun Heo	  supported.
10049a7780c9STejun Heo
10059a7780c9STejun Heo	  If unsure, say N.
10069a7780c9STejun Heo
10077e11aabdSBartlomiej Zolnierkiewiczconfig PATA_FALCON
100844b1fbc0SFinn Thain	tristate "Atari Falcon and Q40/Q60 PATA support"
100944b1fbc0SFinn Thain	depends on M68K && (ATARI || Q40)
10107e11aabdSBartlomiej Zolnierkiewicz	help
10117e11aabdSBartlomiej Zolnierkiewicz	  This option enables support for the on-board IDE
101244b1fbc0SFinn Thain	  interface on the Atari Falcon and Q40/Q60.
10137e11aabdSBartlomiej Zolnierkiewicz
10147e11aabdSBartlomiej Zolnierkiewicz	  If unsure, say N.
10157e11aabdSBartlomiej Zolnierkiewicz
10169ab27d1dSBartlomiej Zolnierkiewiczconfig PATA_GAYLE
10179ab27d1dSBartlomiej Zolnierkiewicz	tristate "Amiga Gayle PATA support"
10189ab27d1dSBartlomiej Zolnierkiewicz	depends on M68K && AMIGA
10199ab27d1dSBartlomiej Zolnierkiewicz	help
10209ab27d1dSBartlomiej Zolnierkiewicz	  This option enables support for the on-board IDE
10219ab27d1dSBartlomiej Zolnierkiewicz	  interfaces on some Amiga models (A600, A1200,
10229ab27d1dSBartlomiej Zolnierkiewicz	  A4000 and A4000T) and also for IDE interfaces on
10239ab27d1dSBartlomiej Zolnierkiewicz	  the Zorro expansion bus (M-Tech E-Matrix 530
10249ab27d1dSBartlomiej Zolnierkiewicz	  expansion card).
10259ab27d1dSBartlomiej Zolnierkiewicz
10269ab27d1dSBartlomiej Zolnierkiewicz	  If unsure, say N.
10279ab27d1dSBartlomiej Zolnierkiewicz
1028740c68a0SBartlomiej Zolnierkiewiczconfig PATA_BUDDHA
1029740c68a0SBartlomiej Zolnierkiewicz	tristate "Buddha/Catweasel/X-Surf PATA support"
1030740c68a0SBartlomiej Zolnierkiewicz	depends on ZORRO
1031740c68a0SBartlomiej Zolnierkiewicz	help
1032740c68a0SBartlomiej Zolnierkiewicz	  This option enables support for the IDE interfaces
1033740c68a0SBartlomiej Zolnierkiewicz	  on the Buddha, Catweasel and X-Surf expansion boards
1034740c68a0SBartlomiej Zolnierkiewicz	  on the Zorro expansion bus. It supports up to two
1035740c68a0SBartlomiej Zolnierkiewicz	  interfaces on the Buddha, three on the Catweasel and
1036740c68a0SBartlomiej Zolnierkiewicz	  two on the X-Surf.
1037740c68a0SBartlomiej Zolnierkiewicz
1038740c68a0SBartlomiej Zolnierkiewicz	  If unsure, say N.
1039740c68a0SBartlomiej Zolnierkiewicz
10409a7780c9STejun Heoconfig PATA_ISAPNP
10419a7780c9STejun Heo	tristate "ISA Plug and Play PATA support"
10429a7780c9STejun Heo	depends on ISAPNP
10439a7780c9STejun Heo	help
10449a7780c9STejun Heo	  This option enables support for ISA plug & play ATA
10459a7780c9STejun Heo	  controllers such as those found on old soundcards.
10469a7780c9STejun Heo
10479a7780c9STejun Heo	  If unsure, say N.
10489a7780c9STejun Heo
10499a7780c9STejun Heoconfig PATA_IXP4XX_CF
10509a7780c9STejun Heo	tristate "IXP4XX Compact Flash support"
105155712627SArnd Bergmann	depends on ARCH_IXP4XX || COMPILE_TEST
10529a7780c9STejun Heo	help
10539a7780c9STejun Heo	  This option enables support for a Compact Flash connected on
10549a7780c9STejun Heo	  the ixp4xx expansion bus. This driver had been written for
10559a7780c9STejun Heo	  Loft/Avila boards in mind but can work with others.
10569a7780c9STejun Heo
10579a7780c9STejun Heo	  If unsure, say N.
10589a7780c9STejun Heo
10599a7780c9STejun Heoconfig PATA_MPIIX
10609a7780c9STejun Heo	tristate "Intel PATA MPIIX support"
10619a7780c9STejun Heo	depends on PCI
10629a7780c9STejun Heo	help
10639a7780c9STejun Heo	  This option enables support for MPIIX PATA support.
10649a7780c9STejun Heo
10659a7780c9STejun Heo	  If unsure, say N.
10669a7780c9STejun Heo
10679a7780c9STejun Heoconfig PATA_NS87410
10689a7780c9STejun Heo	tristate "Nat Semi NS87410 PATA support"
10699a7780c9STejun Heo	depends on PCI
1070a9b2c120SBartlomiej Zolnierkiewicz	select PATA_TIMINGS
10719a7780c9STejun Heo	help
10729a7780c9STejun Heo	  This option enables support for the National Semiconductor
10739a7780c9STejun Heo	  NS87410 PCI-IDE controller.
10749a7780c9STejun Heo
10759a7780c9STejun Heo	  If unsure, say N.
10769a7780c9STejun Heo
10779a7780c9STejun Heoconfig PATA_OPTI
10789a7780c9STejun Heo	tristate "OPTI621/6215 PATA support (Very Experimental)"
107948b3de21SKees Cook	depends on PCI
10809a7780c9STejun Heo	help
10819a7780c9STejun Heo	  This option enables full PIO support for the early Opti ATA
10829a7780c9STejun Heo	  controllers found on some old motherboards.
10839a7780c9STejun Heo
10849a7780c9STejun Heo	  If unsure, say N.
10859a7780c9STejun Heo
10869a7780c9STejun Heoconfig PATA_PCMCIA
10879a7780c9STejun Heo	tristate "PCMCIA PATA support"
10889a7780c9STejun Heo	depends on PCMCIA
10899a7780c9STejun Heo	help
10909a7780c9STejun Heo	  This option enables support for PCMCIA ATA interfaces, including
10919a7780c9STejun Heo	  compact flash card adapters via the new ATA layer.
10929a7780c9STejun Heo
10939a7780c9STejun Heo	  If unsure, say N.
10947e45b0e5SAlan Cox
1095a20c9e82SPaul Mundtconfig PATA_PLATFORM
1096d3243965SLukas Bulwahn	tristate "Generic platform device PATA support" if HAVE_PATA_PLATFORM
1097a20c9e82SPaul Mundt	help
1098a20c9e82SPaul Mundt	  This option enables support for generic directly connected ATA
1099a20c9e82SPaul Mundt	  devices commonly found on embedded systems.
1100a20c9e82SPaul Mundt
1101a20c9e82SPaul Mundt	  If unsure, say N.
1102a20c9e82SPaul Mundt
110361f71621SAnton Vorontsovconfig PATA_OF_PLATFORM
110461f71621SAnton Vorontsov	tristate "OpenFirmware platform device PATA support"
11053ebe59a5SLukas Bulwahn	depends on OF
11063ebe59a5SLukas Bulwahn	select PATA_PLATFORM
110761f71621SAnton Vorontsov	help
110861f71621SAnton Vorontsov	  This option enables support for generic directly connected ATA
110961f71621SAnton Vorontsov	  devices commonly found on embedded systems with OpenFirmware
111061f71621SAnton Vorontsov	  bindings.
111161f71621SAnton Vorontsov
111261f71621SAnton Vorontsov	  If unsure, say N.
111361f71621SAnton Vorontsov
11149a7780c9STejun Heoconfig PATA_QDI
11159a7780c9STejun Heo	tristate "QDI VLB PATA support"
11169a7780c9STejun Heo	depends on ISA
11170dcd0a76SBartlomiej Zolnierkiewicz	select PATA_LEGACY
111873b6a2beSRussell King	help
11199a7780c9STejun Heo	  Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
112073b6a2beSRussell King
11219a7780c9STejun Heoconfig PATA_RB532
11229a7780c9STejun Heo	tristate "RouterBoard 532 PATA CompactFlash support"
11239a7780c9STejun Heo	depends on MIKROTIK_RB532
11240df0d0a0SAlessandro Zummo	help
11259a7780c9STejun Heo	  This option enables support for the RouterBoard 532
11269a7780c9STejun Heo	  PATA CompactFlash controller.
11270df0d0a0SAlessandro Zummo
11280df0d0a0SAlessandro Zummo	  If unsure, say N.
11290df0d0a0SAlessandro Zummo
11309a7780c9STejun Heoconfig PATA_RZ1000
11319a7780c9STejun Heo	tristate "PC Tech RZ1000 PATA support"
113207ab85deSAlek Du	depends on PCI
113307ab85deSAlek Du	help
11349a7780c9STejun Heo	  This option enables basic support for the PC Tech RZ1000/1
11359a7780c9STejun Heo	  PATA controllers via the new ATA layer
113607ab85deSAlek Du
113707ab85deSAlek Du	  If unsure, say N.
113807ab85deSAlek Du
11399a7780c9STejun Heoconfig PATA_WINBOND_VLB
11409a7780c9STejun Heo	tristate "Winbond W83759A VLB PATA support (Experimental)"
114148b3de21SKees Cook	depends on ISA
11426d981b9aSBartlomiej Zolnierkiewicz	select PATA_LEGACY
1143d830d173SSonic Zhang	help
11449a7780c9STejun Heo	  Support for the Winbond W83759A controller on Vesa Local Bus
11459a7780c9STejun Heo	  systems.
11469a7780c9STejun Heo
1147246a1c4cSOndrej Zaryconfig PATA_PARPORT
1148246a1c4cSOndrej Zary	tristate "Parallel port IDE device support"
11497750d8b5SOndrej Zary	depends on PARPORT_PC
1150246a1c4cSOndrej Zary	help
1151246a1c4cSOndrej Zary	  There are many external CD-ROM and disk devices that connect through
1152246a1c4cSOndrej Zary	  your computer's parallel port. Most of them are actually IDE devices
1153246a1c4cSOndrej Zary	  using a parallel port IDE adapter. This option enables the
1154246a1c4cSOndrej Zary	  PATA_PARPORT subsystem which contains drivers for many of these
1155246a1c4cSOndrej Zary	  external drives.
1156246a1c4cSOndrej Zary	  Read <file:Documentation/admin-guide/blockdev/paride.rst> for more
1157246a1c4cSOndrej Zary	  information.
1158246a1c4cSOndrej Zary
115972f2b0b2SOndrej Zarysource "drivers/ata/pata_parport/Kconfig"
1160246a1c4cSOndrej Zary
11619a7780c9STejun Heocomment "Generic fallback / legacy drivers"
11629a7780c9STejun Heo
11639a7780c9STejun Heoconfig PATA_ACPI
11649a7780c9STejun Heo	tristate "ACPI firmware driver for PATA"
1165995592bcSSinan Kaya	depends on ATA_ACPI && ATA_BMDMA && PCI
1166a9b2c120SBartlomiej Zolnierkiewicz	select PATA_TIMINGS
11679a7780c9STejun Heo	help
11689a7780c9STejun Heo	  This option enables an ACPI method driver which drives
11699a7780c9STejun Heo	  motherboard PATA controller interfaces through the ACPI
11709a7780c9STejun Heo	  firmware in the BIOS. This driver can sometimes handle
11719a7780c9STejun Heo	  otherwise unsupported hardware.
11729a7780c9STejun Heo
11739a7780c9STejun Heoconfig ATA_GENERIC
11749a7780c9STejun Heo	tristate "Generic ATA support"
11759a7780c9STejun Heo	depends on PCI && ATA_BMDMA
1176bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
11779a7780c9STejun Heo	help
11789a7780c9STejun Heo	  This option enables support for generic BIOS configured
11799a7780c9STejun Heo	  ATA controllers via the new ATA layer
1180d830d173SSonic Zhang
1181d830d173SSonic Zhang	  If unsure, say N.
1182d830d173SSonic Zhang
11839a7780c9STejun Heoconfig PATA_LEGACY
11849a7780c9STejun Heo	tristate "Legacy ISA PATA support (Experimental)"
118521a6f37dSNiklas Schnelle	depends on (ISA || PCI) && HAS_IOPORT
1186a9b2c120SBartlomiej Zolnierkiewicz	select PATA_TIMINGS
118788358ab0SBenjamin Herrenschmidt	help
11889a7780c9STejun Heo	  This option enables support for ISA/VLB/PCI bus legacy PATA
11899a7780c9STejun Heo	  ports and allows them to be accessed via the new ATA layer.
119088358ab0SBenjamin Herrenschmidt
11919a7780c9STejun Heo	  If unsure, say N.
119288358ab0SBenjamin Herrenschmidt
1193127102aeSTejun Heoendif # ATA_SFF
1194b196fc69SJan Engelhardtendif # ATA
1195