1 # SPDX-License-Identifier: GPL-2.0
3 # SATA/PATA driver configuration
6 config HAVE_PATA_PLATFORM
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.
15 tristate "Serial ATA and Parallel ATA drivers (libata)"
21 If you want to use an ATA hard disk, ATA tape drive, ATA CD-ROM or
22 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.
27 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.
34 config ATA_NONSTANDARD
43 config ATA_VERBOSE_ERROR
44 bool "Verbose ATA error reporting"
47 This option adds parsing of ATA command descriptions and error bits
48 in libata kernel output, making it easier to interpret.
49 This option will enlarge the kernel by approx. 6KB. Disable it only
50 if kernel size is more important than ease of debugging.
55 bool "\"libata.force=\" kernel parameter support" if EXPERT
58 This option adds support for "libata.force=" kernel parameter for
59 forcing configuration settings.
61 For further information, please read
62 <file:Documentation/admin-guide/kernel-parameters.txt>.
64 This option will enlarge the kernel by approx. 3KB. Disable it if
65 kernel size is more important than ability to override the default
66 configuration settings.
71 bool "ATA ACPI Support"
76 This option adds support for ATA-related ACPI objects.
77 These ACPI objects add the ability to retrieve taskfiles
78 from the ACPI BIOS and write them to the disk controller.
79 These objects may be related to performance, security,
80 power management, or other areas.
81 You can disable this at kernel boot time by using the
82 option libata.noacpi=1
85 bool "SATA Zero Power Optical Disc Drive (ZPODD) support"
86 depends on ATA_ACPI && PM
88 This option adds support for SATA Zero Power Optical Disc
89 Drive (ZPODD). It requires both the ODD and the platform
90 support, and if enabled, will automatically power on/off the
91 ODD when certain condition is satisfied. This does not impact
92 end user's experience of the ODD, only power is saved when
93 the ODD is not in use (i.e. no disc inside).
98 bool "SATA Port Multiplier support"
102 This option adds support for SATA Port Multipliers
103 (the SATA version of an ethernet hub, or SAS expander).
107 comment "Controllers with non-SFF native interface"
110 tristate "AHCI SATA support"
114 This option enables support for AHCI Serial ATA.
118 config SATA_MOBILE_LPM_POLICY
119 int "Default SATA Link Power Management policy for low power chipsets"
124 Select the Default SATA Link Power Management (LPM) policy to use
125 for chipsets / "South Bridges" supporting low-power modes. Such
126 chipsets are typically found on most laptops but desktops and
127 servers now also widely use chipsets supporting low power modes.
129 The value set has the following meanings:
130 0 => Keep firmware settings
131 1 => Maximum performance
133 3 => Medium power with Device Initiated PM enabled
136 Note "Minimum power" is known to cause issues, including disk
137 corruption, with some disks and should not be used.
139 config SATA_AHCI_PLATFORM
140 tristate "Platform AHCI SATA support"
143 This option enables support for Platform AHCI Serial ATA
149 tristate "Broadcom AHCI SATA support"
150 depends on ARCH_BRCMSTB || BMIPS_GENERIC || ARCH_BCM_NSP || \
151 ARCH_BCM_63XX || COMPILE_TEST
154 This option enables support for the AHCI SATA3 controller found on
160 tristate "DaVinci DA850 AHCI SATA support"
161 depends on ARCH_DAVINCI_DA850 || COMPILE_TEST
164 This option enables support for the DaVinci DA850 SoC's
170 tristate "DaVinci DM816 AHCI SATA support"
171 depends on ARCH_OMAP2PLUS || COMPILE_TEST
174 This option enables support for the DaVinci DM816 SoC's
175 onboard AHCI SATA controller.
180 tristate "ST AHCI SATA support"
184 This option enables support for ST AHCI SATA controller.
189 tristate "Freescale i.MX AHCI SATA support"
190 depends on MFD_SYSCON && (ARCH_MXC || COMPILE_TEST)
191 depends on (HWMON && (THERMAL || !THERMAL_OF)) || !HWMON
194 This option enables support for the Freescale i.MX SoC's
200 tristate "CEVA AHCI SATA support"
204 This option enables support for the CEVA AHCI SATA.
205 It can be found on the Xilinx Zynq UltraScale+ MPSoC.
210 tristate "MediaTek AHCI SATA support"
211 depends on ARCH_MEDIATEK || COMPILE_TEST
215 This option enables support for the MediaTek SoC's
216 onboard AHCI SATA controller.
221 tristate "Marvell EBU AHCI SATA support"
222 depends on ARCH_MVEBU || COMPILE_TEST
225 This option enables support for the Marvebu EBU SoC's
231 tristate "Cavium Octeon Soc Serial ATA"
232 depends on SATA_AHCI_PLATFORM && CAVIUM_OCTEON_SOC
235 This option enables support for Cavium Octeon SoC Serial ATA.
240 tristate "Allwinner sunxi AHCI SATA support"
241 depends on ARCH_SUNXI || COMPILE_TEST
244 This option enables support for the Allwinner sunxi SoC's
250 tristate "NVIDIA Tegra AHCI SATA support"
251 depends on ARCH_TEGRA || COMPILE_TEST
254 This option enables support for the NVIDIA Tegra SoC's
260 tristate "APM X-Gene 6.0Gbps AHCI SATA host controller support"
261 depends on PHY_XGENE || COMPILE_TEST
264 This option enables support for APM X-Gene SoC SATA host controller.
267 tristate "Freescale QorIQ AHCI SATA support"
271 This option enables support for the Freescale QorIQ AHCI SoC's
277 tristate "Freescale 3.0Gbps SATA support"
278 depends on FSL_SOC || COMPILE_TEST
281 This option enables support for Freescale 3.0Gbps SATA controller.
282 It can be found on MPC837x and MPC8315.
287 tristate "Gemini SATA bridge support"
288 depends on ARCH_GEMINI || (OF && COMPILE_TEST)
292 This enabled support for the FTIDE010 to SATA bridge
293 found in Cortina Systems Gemini platform.
297 config SATA_AHCI_SEATTLE
298 tristate "AMD Seattle 6.0Gbps AHCI SATA host controller support"
299 depends on ARCH_SEATTLE || COMPILE_TEST
302 This option enables support for AMD Seattle SATA host controller.
307 tristate "Initio 162x SATA support (Very Experimental)"
311 This option enables support for Initio 162x Serial ATA.
313 config SATA_ACARD_AHCI
314 tristate "ACard AHCI variant (ATP 8620)"
318 This option enables support for Acard.
323 tristate "Silicon Image 3124/3132 SATA support"
327 This option enables support for Silicon Image 3124/3132 Serial ATA.
334 bool "ATA SFF support (for legacy IDE and PATA)"
337 This option adds support for ATA controllers with SFF
338 compliant or similar programming interface.
340 SFF is the legacy IDE interface that has been around since
341 the dawn of time. Almost all PATA controllers have an
342 SFF interface. Many SATA controllers have an SFF interface
343 when configured into a legacy compatibility mode.
345 For users with exclusively modern controllers like AHCI,
346 Silicon Image 3124, or Marvell 6440, you may choose to
347 disable this unneeded SFF support.
353 comment "SFF controllers with custom DMA interface"
356 tristate "Pacific Digital ADMA support"
359 This option enables support for Pacific Digital ADMA controllers
363 config PATA_OCTEON_CF
364 tristate "OCTEON Boot Bus Compact Flash support"
365 depends on CAVIUM_OCTEON_SOC
368 This option enables a polled compact flash driver for use with
369 compact flash cards attached to the OCTEON boot bus.
374 tristate "Pacific Digital SATA QStor support"
378 This option enables support for Pacific Digital Serial ATA QStor.
383 tristate "Promise SATA SX4 support (Experimental)"
387 This option enables support for Promise Serial ATA SX4.
392 bool "ATA BMDMA support"
396 This option adds support for SFF ATA controllers with BMDMA
397 capability. BMDMA stands for bus-master DMA and is the
398 de facto DMA interface for SFF controllers.
404 comment "SATA SFF controllers with BMDMA"
407 tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support"
411 This option enables support for ICH5/6/7/8 Serial ATA
412 and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series
418 tristate "DesignWare Cores SATA support"
419 depends on DMADEVICES
423 This option enables support for the on-chip SATA controller of the
424 AppliedMicro processor 460EX.
428 config SATA_DWC_OLD_DMA
429 bool "Support old device trees"
434 This option enables support for old device trees without the
438 tristate "Calxeda Highbank SATA support"
439 depends on ARCH_HIGHBANK || COMPILE_TEST
442 This option enables support for the Calxeda Highbank SoC's
448 tristate "Marvell SATA support"
449 depends on PCI || ARCH_DOVE || ARCH_MV78XX0 || \
450 ARCH_MVEBU || ARCH_ORION5X || COMPILE_TEST
454 This option enables support for the Marvell Serial ATA family.
455 Currently supports 88SX[56]0[48][01] PCI(-X) chips,
456 as well as the newer [67]042 PCI-X/PCIe and SOC devices.
461 tristate "NVIDIA SATA support"
465 This option enables support for NVIDIA Serial ATA.
470 tristate "Promise SATA TX2/TX4 support"
474 This option enables support for Promise Serial ATA TX2/TX4.
479 tristate "Renesas R-Car SATA support"
480 depends on ARCH_RENESAS || COMPILE_TEST
483 This option enables support for Renesas R-Car Serial ATA.
488 tristate "Silicon Image SATA support"
492 This option enables support for Silicon Image Serial ATA.
497 tristate "SiS 964/965/966/180 SATA support"
502 This option enables support for SiS Serial ATA on
503 SiS 964/965/966/180 and Parallel ATA on SiS 180.
504 The PATA support for SiS 180 requires additionally to
505 enable the PATA_SIS driver in the config.
509 tristate "ServerWorks Frodo / Apple K2 SATA support"
513 This option enables support for Broadcom/Serverworks/Apple K2
519 tristate "ULi Electronics SATA support"
523 This option enables support for ULi Electronics SATA.
528 tristate "VIA SATA support"
532 This option enables support for VIA Serial ATA.
537 tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
541 This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
545 comment "PATA SFF controllers with BMDMA"
548 tristate "ALi PATA support"
552 This option enables support for the ALi ATA interfaces
553 found on the many ALi chipsets.
558 tristate "AMD/NVidia PATA support"
562 This option enables support for the AMD and NVidia PATA
563 interfaces found on the chipsets for Athlon/Athlon64.
567 config PATA_ARASAN_CF
568 tristate "ARASAN CompactFlash PATA Controller Support"
569 depends on ARCH_SPEAR13XX || COMPILE_TEST
570 depends on DMADEVICES
573 Say Y here to support the ARASAN CompactFlash PATA controller
576 tristate "ARTOP 6210/6260 PATA support"
579 This option enables support for ARTOP PATA controllers.
584 tristate "ATI PATA support"
587 This option enables support for the ATI ATA interfaces
588 found on the many ATI chipsets.
593 tristate "ARTOP/Acard ATP867X PATA support"
597 This option enables support for ARTOP/Acard ATP867X PATA
603 tristate "Palmchip BK3710 PATA support"
604 depends on ARCH_DAVINCI || COMPILE_TEST
607 This option enables support for the integrated IDE controller on
613 tristate "CMD64x PATA support"
617 This option enables support for the CMD64x series chips
618 except for the CMD640.
623 tristate "CS5510/5520 PATA support"
624 depends on PCI && (X86_32 || COMPILE_TEST)
626 This option enables support for the Cyrix 5510/5520
627 companion chip used with the MediaGX/Geode processor family.
632 tristate "CS5530 PATA support"
633 depends on PCI && (X86_32 || COMPILE_TEST)
635 This option enables support for the Cyrix/NatSemi/AMD CS5530
636 companion chip used with the MediaGX/Geode processor family.
641 tristate "CS5535 PATA support (Experimental)"
642 depends on PCI && (X86_32 || (X86_64 && COMPILE_TEST))
644 This option enables support for the NatSemi/AMD CS5535
645 companion chip used with the Geode processor family.
650 tristate "CS5536 PATA support"
651 depends on PCI && (X86_32 || MIPS || COMPILE_TEST)
653 This option enables support for the AMD CS5536
654 companion chip used with the Geode LX processor family.
659 tristate "Cypress CY82C693 PATA support (Very Experimental)"
663 This option enables support for the Cypress/Contaq CY82C693
664 chipset found in some Alpha systems
669 tristate "EFAR SLC90E66 support"
672 This option enables support for the EFAR SLC90E66
673 IDE controller found on some older machines.
678 tristate "Cirrus Logic EP93xx PATA support"
679 depends on ARCH_EP93XX
682 This option enables support for the PATA controller in
683 the Cirrus Logic EP9312 and EP9315 ARM CPU.
688 tristate "Faraday Technology FTIDE010 PATA support"
690 depends on ARM || COMPILE_TEST
691 depends on SATA_GEMINI
693 This option enables support for the Faraday FTIDE010
694 PATA controller found in the Cortina Gemini SoCs.
699 tristate "HPT 366/368 PATA support"
702 This option enables support for the HPT 366 and 368
703 PATA controllers via the new ATA layer.
708 tristate "HPT 370/370A/371/372/374/302 PATA support"
711 This option enables support for the majority of the later HPT
712 PATA controllers via the new ATA layer.
717 tristate "HPT 371N/372N/302N PATA support"
720 This option enables support for the N variant HPT PATA
721 controllers via the new ATA layer.
726 tristate "HPT 343/363 PATA support"
729 This option enables support for the HPT 343/363
730 PATA controllers via the new ATA layer
734 config PATA_HPT3X3_DMA
735 bool "HPT 343/363 DMA support"
736 depends on PATA_HPT3X3
738 This option enables DMA support for the HPT343/363
739 controllers. Enable with care as there are still some
740 problems with DMA on this chipset.
743 tristate "Acorn ICS PATA support"
744 depends on ARM && ARCH_ACORN
747 On Acorn systems, say Y here if you wish to use the ICS PATA
748 interface card. This is not required for ICS partition support.
749 If you are unsure, say N to this.
752 tristate "PATA support for Freescale iMX"
753 depends on ARCH_MXC || COMPILE_TEST
756 This option enables support for the PATA host available on Freescale
762 tristate "IT8213 PATA support (Experimental)"
765 This option enables support for the ITE 821 PATA
766 controllers via the new ATA layer.
771 tristate "IT8211/2 PATA support"
774 This option enables support for the ITE 8211 and 8212
775 PATA controllers via the new ATA layer, including RAID
781 tristate "JMicron PATA support"
784 Enable support for the JMicron IDE controller, via the new
790 tristate "Apple PowerMac/PowerBook internal 'MacIO' IDE"
793 Most IDE capable PowerMacs have IDE busses driven by a variant
794 of this controller which is part of the Apple chipset used on
795 most PowerMac models. Some models have multiple busses using
796 different chipsets, though generally, MacIO is one of them.
799 tristate "Marvell PATA support via legacy mode"
802 This option enables limited support for the Marvell 88SE61xx ATA
803 controllers. If you wish to use only the SATA ports then select
804 the AHCI driver alone. If you wish to the use the PATA port or
805 both SATA and PATA include this driver.
810 tristate "Freescale MPC52xx SoC internal IDE"
811 depends on PPC_MPC52xx && PPC_BESTCOMM
812 select PPC_BESTCOMM_ATA
814 This option enables support for integrated IDE controller
815 of the Freescale MPC52xx SoC.
820 tristate "NETCELL Revolution RAID support"
823 This option enables support for the Netcell Revolution RAID
829 tristate "Ninja32/Delkin Cardbus ATA support"
832 This option enables support for the Ninja32, Delkin and
833 possibly other brands of Cardbus ATA adapter
838 tristate "Nat Semi NS87415 PATA support"
842 This option enables support for the National Semiconductor
843 NS87415 PCI-IDE controller.
848 tristate "Intel PATA old PIIX support"
851 This option enables support for early PIIX PATA support.
856 tristate "OPTI FireStar PATA support (Very Experimental)"
859 This option enables DMA/PIO support for the later OPTi
860 controllers found on some old motherboards and in some
866 tristate "Promise PATA 2027x support"
869 This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
874 tristate "Older Promise PATA controller support"
877 This option enables support for the Promise 20246, 20262, 20263,
878 20265 and 20267 adapters.
883 tristate "RADISYS 82600 PATA support (Experimental)"
886 This option enables support for the RADISYS 82600
887 PATA controllers via the new ATA layer
892 tristate "RDC PATA support"
895 This option enables basic support for the later RDC PATA controllers
896 controllers via the new ATA layer. For the RDC 1010, you need to
897 enable the IT821X driver instead.
902 tristate "SC1200 PATA support"
903 depends on PCI && (X86_32 || COMPILE_TEST)
905 This option enables support for the NatSemi/AMD SC1200 SoC
906 companion chip used with the Geode processor family.
911 tristate "Intel SCH PATA support"
914 This option enables support for Intel SCH PATA on the Intel
915 SCH (US15W, US15L, UL11L) series host controllers.
919 config PATA_SERVERWORKS
920 tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support"
923 This option enables support for the Serverworks OSB4/CSB5/CSB6 and
924 HT1000 PATA controllers, via the new ATA layer.
929 tristate "CMD / Silicon Image 680 PATA support"
932 This option enables support for CMD / Silicon Image 680 PATA.
937 tristate "SiS PATA support"
940 This option enables support for SiS PATA controllers
945 tristate "Toshiba Piccolo support (Experimental)"
948 Support for the Toshiba Piccolo controllers. Currently only the
949 primary channel is supported by this driver.
954 tristate "Compaq Triflex PATA support"
957 Enable support for the Compaq 'Triflex' IDE controller as found
958 on many Compaq Pentium-Pro systems, via the new ATA layer.
963 tristate "VIA PATA support"
967 This option enables support for the VIA PATA interfaces
968 found on the many VIA chipsets.
973 tristate "PXA DMA-capable PATA support"
974 depends on ARCH_PXA || COMPILE_TEST
976 This option enables support for harddrive attached to PXA CPU's bus.
978 NOTE: This driver utilizes PXA DMA controller, in case your hardware
979 is not capable of doing MWDMA, use pata_platform instead.
984 tristate "Winbond SL82C105 PATA support"
987 This option enables support for SL82C105 PATA devices found in the
988 Netwinder and some other systems
994 comment "PIO-only SFF controllers"
996 config PATA_CMD640_PCI
997 tristate "CMD640 PCI PATA support (Experimental)"
1001 This option enables support for the CMD640 PCI IDE
1002 interface chip. Only the primary channel is currently
1008 tristate "Atari Falcon and Q40/Q60 PATA support"
1009 depends on M68K && (ATARI || Q40)
1011 This option enables support for the on-board IDE
1012 interface on the Atari Falcon and Q40/Q60.
1017 tristate "Amiga Gayle PATA support"
1018 depends on M68K && AMIGA
1020 This option enables support for the on-board IDE
1021 interfaces on some Amiga models (A600, A1200,
1022 A4000 and A4000T) and also for IDE interfaces on
1023 the Zorro expansion bus (M-Tech E-Matrix 530
1029 tristate "Buddha/Catweasel/X-Surf PATA support"
1032 This option enables support for the IDE interfaces
1033 on the Buddha, Catweasel and X-Surf expansion boards
1034 on the Zorro expansion bus. It supports up to two
1035 interfaces on the Buddha, three on the Catweasel and
1041 tristate "ISA Plug and Play PATA support"
1044 This option enables support for ISA plug & play ATA
1045 controllers such as those found on old soundcards.
1049 config PATA_IXP4XX_CF
1050 tristate "IXP4XX Compact Flash support"
1051 depends on ARCH_IXP4XX || COMPILE_TEST
1053 This option enables support for a Compact Flash connected on
1054 the ixp4xx expansion bus. This driver had been written for
1055 Loft/Avila boards in mind but can work with others.
1060 tristate "Intel PATA MPIIX support"
1063 This option enables support for MPIIX PATA support.
1068 tristate "Nat Semi NS87410 PATA support"
1072 This option enables support for the National Semiconductor
1073 NS87410 PCI-IDE controller.
1078 tristate "OPTI621/6215 PATA support (Very Experimental)"
1081 This option enables full PIO support for the early Opti ATA
1082 controllers found on some old motherboards.
1087 tristate "Palm LifeDrive PATA support"
1088 depends on MACH_PALMLD
1090 This option enables support for Palm LifeDrive's internal ATA
1091 port via the new ATA layer.
1096 tristate "PCMCIA PATA support"
1099 This option enables support for PCMCIA ATA interfaces, including
1100 compact flash card adapters via the new ATA layer.
1104 config PATA_PLATFORM
1105 tristate "Generic platform device PATA support"
1106 depends on EXPERT || PPC || HAVE_PATA_PLATFORM
1108 This option enables support for generic directly connected ATA
1109 devices commonly found on embedded systems.
1113 config PATA_OF_PLATFORM
1114 tristate "OpenFirmware platform device PATA support"
1115 depends on PATA_PLATFORM && OF
1117 This option enables support for generic directly connected ATA
1118 devices commonly found on embedded systems with OpenFirmware
1124 tristate "QDI VLB PATA support"
1128 Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
1131 tristate "RouterBoard 532 PATA CompactFlash support"
1132 depends on MIKROTIK_RB532
1134 This option enables support for the RouterBoard 532
1135 PATA CompactFlash controller.
1140 tristate "PC Tech RZ1000 PATA support"
1143 This option enables basic support for the PC Tech RZ1000/1
1144 PATA controllers via the new ATA layer
1148 config PATA_SAMSUNG_CF
1149 tristate "Samsung SoC PATA support"
1150 depends on SAMSUNG_DEV_IDE || COMPILE_TEST
1153 This option enables basic support for Samsung's S3C/S5P board
1154 PATA controllers via the new ATA layer
1158 config PATA_WINBOND_VLB
1159 tristate "Winbond W83759A VLB PATA support (Experimental)"
1163 Support for the Winbond W83759A controller on Vesa Local Bus
1166 comment "Generic fallback / legacy drivers"
1169 tristate "ACPI firmware driver for PATA"
1170 depends on ATA_ACPI && ATA_BMDMA && PCI
1173 This option enables an ACPI method driver which drives
1174 motherboard PATA controller interfaces through the ACPI
1175 firmware in the BIOS. This driver can sometimes handle
1176 otherwise unsupported hardware.
1179 tristate "Generic ATA support"
1180 depends on PCI && ATA_BMDMA
1183 This option enables support for generic BIOS configured
1184 ATA controllers via the new ATA layer
1189 tristate "Legacy ISA PATA support (Experimental)"
1190 depends on (ISA || PCI)
1193 This option enables support for ISA/VLB/PCI bus legacy PATA
1194 ports and allows them to be accessed via the new ATA layer.