# SPDX-License-Identifier: GPL-2.0
#
# SATA/PATA driver configuration
#
config [31mCONFIG_HAVE_PATA_PLATFORM[0m
bool
help
This is an internal configuration node for any machine that
uses pata-platform driver to enable the relevant driver in the
configuration structure without having to submit endless patches
to update the [31mCONFIG_PATA_PLATFORM[0m entry.
menuconfig [31mCONFIG_ATA[0m
tristate "Serial ATA and Parallel ATA drivers (libata)"
depends on [31mCONFIG_HAS_IOMEM[0m
depends on [31mCONFIG_BLOCK[0m
select [31mCONFIG_SCSI[0m
select [31mCONFIG_GLOB[0m
---help---
If you want to use an [31mCONFIG_ATA[0m hard disk, [31mCONFIG_ATA[0m tape drive, [31mCONFIG_ATA[0m CD-[31mCONFIG_ROM[0m or
any other [31mCONFIG_ATA[0m device under Linux, say Y and make sure that you know
the name of your [31mCONFIG_ATA[0m host adapter (the card inside your computer
that "speaks" the [31mCONFIG_ATA[0m protocol, also called [31mCONFIG_ATA[0m controller),
because you will be asked for it.
NOTE: [31mCONFIG_ATA[0m enables basic [31mCONFIG_SCSI[0m support; *however*,
'[31mCONFIG_SCSI[0m disk support', '[31mCONFIG_SCSI[0m tape support', or
'[31mCONFIG_SCSI[0m [31mCONFIG_CDROM[0m support' may also be needed,
depending on your hardware configuration.
if [31mCONFIG_ATA[0m
config [31mCONFIG_ATA_NONSTANDARD[0m
bool
config [31mCONFIG_ATA_VERBOSE_ERROR[0m
bool "Verbose ATA error reporting"
default y
help
This option adds parsing of [31mCONFIG_ATA[0m command descriptions and error bits
in libata kernel output, making it easier to interpret.
This option will enlarge the kernel by approx. 6KB. Disable it only
if kernel size is more important than ease of debugging.
If unsure, say Y.
config [31mCONFIG_ATA_ACPI[0m
bool "ATA ACPI Support"
depends on [31mCONFIG_ACPI[0m
default y
help
This option adds support for [31mCONFIG_ATA[0m-related [31mCONFIG_ACPI[0m objects.
These [31mCONFIG_ACPI[0m objects add the ability to retrieve taskfiles
from the [31mCONFIG_ACPI[0m BIOS and write them to the disk controller.
These objects may be related to performance, security,
power management, or other areas.
You can disable this at kernel boot time by using the
option libata.noacpi=1
config [31mCONFIG_SATA_ZPODD[0m
bool "SATA Zero Power Optical Disc Drive (ZPODD) support"
depends on [31mCONFIG_ATA_ACPI[0m && [31mCONFIG_PM[0m
help
This option adds support for SATA Zero Power Optical Disc
Drive (ZPODD). It requires both the ODD and the platform
support, and if enabled, will automatically power on/off the
ODD when certain condition is satisfied. This does not impact
end user's experience of the ODD, only power is saved when
the ODD is not in use (i.e. no disc inside).
If unsure, say N.
config [31mCONFIG_SATA_PMP[0m
bool "SATA Port Multiplier support"
default y
help
This option adds support for SATA Port Multipliers
(the SATA version of an ethernet hub, or SAS expander).
if [31mCONFIG_HAS_DMA[0m
comment "Controllers with non-SFF native interface"
config [31mCONFIG_SATA_AHCI[0m
tristate "AHCI SATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for AHCI Serial [31mCONFIG_ATA[0m.
If unsure, say N.
config [31mCONFIG_SATA_MOBILE_LPM_POLICY[0m
int "Default SATA Link Power Management policy for mobile chipsets"
range 0 4
default 0
depends on [31mCONFIG_SATA_AHCI[0m
help
Select the Default SATA Link Power Management (LPM) policy to use
for mobile / laptop variants of chipsets / "South Bridges".
The value set has the following meanings:
0 => Keep firmware settings
1 => Maximum performance
2 => Medium power
3 => Medium power with Device Initiated [31mCONFIG_PM[0m enabled
4 => Minimum power
Note "Minimum power" is known to cause issues, including disk
corruption, with some disks and should not be used.
config [31mCONFIG_SATA_AHCI_PLATFORM[0m
tristate "Platform AHCI SATA support"
help
This option enables support for Platform AHCI Serial [31mCONFIG_ATA[0m
controllers.
If unsure, say N.
config [31mCONFIG_AHCI_BRCM[0m
tristate "Broadcom AHCI SATA support"
depends on [31mCONFIG_ARCH_BRCMSTB[0m || [31mCONFIG_BMIPS_GENERIC[0m || [31mCONFIG_ARCH_BCM_NSP[0m || \
[31mCONFIG_ARCH_BCM_63XX[0m
help
This option enables support for the AHCI SATA3 controller found on
Broadcom SoC's.
If unsure, say N.
config [31mCONFIG_AHCI_DA850[0m
tristate "DaVinci DA850 AHCI SATA support"
depends on [31mCONFIG_ARCH_DAVINCI_DA850[0m
help
This option enables support for the DaVinci DA850 SoC's
onboard AHCI SATA.
If unsure, say N.
config [31mCONFIG_AHCI_DM816[0m
tristate "DaVinci DM816 AHCI SATA support"
depends on [31mCONFIG_ARCH_OMAP2PLUS[0m
help
This option enables support for the DaVinci DM816 SoC's
onboard AHCI SATA controller.
If unsure, say N.
config [31mCONFIG_AHCI_ST[0m
tristate "ST AHCI SATA support"
depends on [31mCONFIG_ARCH_STI[0m
help
This option enables support for ST AHCI SATA controller.
If unsure, say N.
config [31mCONFIG_AHCI_IMX[0m
tristate "Freescale i.MX AHCI SATA support"
depends on [31mCONFIG_MFD_SYSCON[0m && ([31mCONFIG_ARCH_MXC[0m || [31mCONFIG_COMPILE_TEST[0m)
depends on ([31mCONFIG_HWMON[0m && ([31mCONFIG_THERMAL[0m || ![31mCONFIG_THERMAL_OF[0m)) || ![31mCONFIG_HWMON[0m
help
This option enables support for the Freescale i.MX SoC's
onboard AHCI SATA.
If unsure, say N.
config [31mCONFIG_AHCI_CEVA[0m
tristate "CEVA AHCI SATA support"
depends on [31mCONFIG_OF[0m
help
This option enables support for the CEVA AHCI SATA.
It can be found on the Xilinx Zynq UltraScale+ MPSoC.
If unsure, say N.
config [31mCONFIG_AHCI_MTK[0m
tristate "MediaTek AHCI SATA support"
depends on [31mCONFIG_ARCH_MEDIATEK[0m
select [31mCONFIG_MFD_SYSCON[0m
help
This option enables support for the MediaTek SoC's
onboard AHCI SATA controller.
If unsure, say N.
config [31mCONFIG_AHCI_MVEBU[0m
tristate "Marvell EBU AHCI SATA support"
depends on [31mCONFIG_ARCH_MVEBU[0m
help
This option enables support for the Marvebu EBU SoC's
onboard AHCI SATA.
If unsure, say N.
config [31mCONFIG_AHCI_OCTEON[0m
tristate "Cavium Octeon Soc Serial ATA"
depends on [31mCONFIG_SATA_AHCI_PLATFORM[0m && [31mCONFIG_CAVIUM_OCTEON_SOC[0m
default y
help
This option enables support for Cavium Octeon SoC Serial [31mCONFIG_ATA[0m.
If unsure, say N.
config [31mCONFIG_AHCI_SUNXI[0m
tristate "Allwinner sunxi AHCI SATA support"
depends on [31mCONFIG_ARCH_SUNXI[0m
help
This option enables support for the Allwinner sunxi SoC's
onboard AHCI SATA.
If unsure, say N.
config [31mCONFIG_AHCI_TEGRA[0m
tristate "NVIDIA Tegra AHCI SATA support"
depends on [31mCONFIG_ARCH_TEGRA[0m
help
This option enables support for the NVIDIA Tegra SoC's
onboard AHCI SATA.
If unsure, say N.
config [31mCONFIG_AHCI_XGENE[0m
tristate "APM X-Gene 6.0Gbps AHCI SATA host controller support"
depends on [31mCONFIG_PHY_XGENE[0m
help
This option enables support for [31mCONFIG_APM[0m X-Gene SoC SATA host controller.
config [31mCONFIG_AHCI_QORIQ[0m
tristate "Freescale QorIQ AHCI SATA support"
depends on [31mCONFIG_OF[0m
help
This option enables support for the Freescale QorIQ AHCI SoC's
onboard AHCI SATA.
If unsure, say N.
config [31mCONFIG_SATA_FSL[0m
tristate "Freescale 3.0Gbps SATA support"
depends on [31mCONFIG_FSL_SOC[0m
help
This option enables support for Freescale 3.0Gbps SATA controller.
It can be found on MPC837x and MPC8315.
If unsure, say N.
config [31mCONFIG_SATA_GEMINI[0m
tristate "Gemini SATA bridge support"
depends on [31mCONFIG_ARCH_GEMINI[0m || [31mCONFIG_COMPILE_TEST[0m
default [31mCONFIG_ARCH_GEMINI[0m
help
This enabled support for the FTIDE010 to SATA bridge
found in Cortina Systems Gemini platform.
If unsure, say N.
config [31mCONFIG_SATA_AHCI_SEATTLE[0m
tristate "AMD Seattle 6.0Gbps AHCI SATA host controller support"
depends on [31mCONFIG_ARCH_SEATTLE[0m
help
This option enables support for AMD Seattle SATA host controller.
If unsure, say N
config [31mCONFIG_SATA_INIC162X[0m
tristate "Initio 162x SATA support (Very Experimental)"
depends on [31mCONFIG_PCI[0m
help
This option enables support for Initio 162x Serial [31mCONFIG_ATA[0m.
config [31mCONFIG_SATA_ACARD_AHCI[0m
tristate "ACard AHCI variant (ATP 8620)"
depends on [31mCONFIG_PCI[0m
help
This option enables support for Acard.
If unsure, say N.
config [31mCONFIG_SATA_SIL24[0m
tristate "Silicon Image 3124/3132 SATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for Silicon Image 3124/3132 Serial [31mCONFIG_ATA[0m.
If unsure, say N.
endif # [31mCONFIG_HAS_DMA[0m
config [31mCONFIG_ATA_SFF[0m
bool "ATA SFF support (for legacy IDE and PATA)"
default y
help
This option adds support for [31mCONFIG_ATA[0m controllers with SFF
compliant or similar programming interface.
SFF is the legacy [31mCONFIG_IDE[0m interface that has been around since
the dawn of time. Almost all PATA controllers have an
SFF interface. Many SATA controllers have an SFF interface
when configured into a legacy compatibility mode.
For users with exclusively modern controllers like AHCI,
Silicon Image 3124, or Marvell 6440, you may choose to
disable this unneeded SFF support.
If unsure, say Y.
if [31mCONFIG_ATA_SFF[0m
comment "SFF controllers with custom DMA interface"
config [31mCONFIG_PDC_ADMA[0m
tristate "Pacific Digital ADMA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for Pacific Digital ADMA controllers
If unsure, say N.
config [31mCONFIG_PATA_OCTEON_CF[0m
tristate "OCTEON Boot Bus Compact Flash support"
depends on [31mCONFIG_CAVIUM_OCTEON_SOC[0m
help
This option enables a polled compact flash driver for use with
compact flash cards attached to the OCTEON boot bus.
If unsure, say N.
config [31mCONFIG_SATA_QSTOR[0m
tristate "Pacific Digital SATA QStor support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for Pacific Digital Serial [31mCONFIG_ATA[0m QStor.
If unsure, say N.
config [31mCONFIG_SATA_SX4[0m
tristate "Promise SATA SX4 support (Experimental)"
depends on [31mCONFIG_PCI[0m
help
This option enables support for Promise Serial [31mCONFIG_ATA[0m SX4.
If unsure, say N.
config [31mCONFIG_ATA_BMDMA[0m
bool "ATA BMDMA support"
depends on [31mCONFIG_HAS_DMA[0m
default y
help
This option adds support for SFF [31mCONFIG_ATA[0m controllers with BMDMA
capability. BMDMA stands for bus-master DMA and is the
de facto DMA interface for SFF controllers.
If unsure, say Y.
if [31mCONFIG_ATA_BMDMA[0m
comment "SATA SFF controllers with BMDMA"
config [31mCONFIG_ATA_PIIX[0m
tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for ICH5/6/7/8 Serial [31mCONFIG_ATA[0m
and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series
host controllers.
If unsure, say N.
config [31mCONFIG_SATA_DWC[0m
tristate "DesignWare Cores SATA support"
depends on [31mCONFIG_DMADEVICES[0m
select [31mCONFIG_GENERIC_PHY[0m
help
This option enables support for the on-chip SATA controller of the
AppliedMicro processor [31mCONFIG_460EX[0m.
If unsure, say N.
config [31mCONFIG_SATA_DWC_OLD_DMA[0m
bool "Support old device trees"
depends on [31mCONFIG_SATA_DWC[0m
select [31mCONFIG_DW_DMAC_CORE[0m
default y if [31mCONFIG_460EX[0m
help
This option enables support for old device trees without the
"dmas" property.
config [31mCONFIG_SATA_DWC_DEBUG[0m
bool "Debugging driver version"
depends on [31mCONFIG_SATA_DWC[0m
help
This option enables debugging output in the driver.
config [31mCONFIG_SATA_DWC_VDEBUG[0m
bool "Verbose debug output"
depends on [31mCONFIG_SATA_DWC_DEBUG[0m
help
This option enables the taskfile dumping and NCQ debugging.
config [31mCONFIG_SATA_HIGHBANK[0m
tristate "Calxeda Highbank SATA support"
depends on [31mCONFIG_ARCH_HIGHBANK[0m || [31mCONFIG_COMPILE_TEST[0m
help
This option enables support for the Calxeda Highbank SoC's
onboard SATA.
If unsure, say N.
config [31mCONFIG_SATA_MV[0m
tristate "Marvell SATA support"
depends on [31mCONFIG_PCI[0m || [31mCONFIG_ARCH_DOVE[0m || [31mCONFIG_ARCH_MV78XX0[0m || \
[31mCONFIG_ARCH_MVEBU[0m || [31mCONFIG_ARCH_ORION5X[0m || [31mCONFIG_COMPILE_TEST[0m
select [31mCONFIG_GENERIC_PHY[0m
help
This option enables support for the Marvell Serial [31mCONFIG_ATA[0m family.
Currently supports 88SX[56]0[48][01] [31mCONFIG_PCI[0m(-X) chips,
as well as the newer [67]042 [31mCONFIG_PCI[0m-X/PCIe and SOC devices.
If unsure, say N.
config [31mCONFIG_SATA_NV[0m
tristate "NVIDIA SATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for NVIDIA Serial [31mCONFIG_ATA[0m.
If unsure, say N.
config [31mCONFIG_SATA_PROMISE[0m
tristate "Promise SATA TX2/TX4 support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for Promise Serial [31mCONFIG_ATA[0m TX2/TX4.
If unsure, say N.
config [31mCONFIG_SATA_RCAR[0m
tristate "Renesas R-Car SATA support"
depends on [31mCONFIG_ARCH_RENESAS[0m || [31mCONFIG_COMPILE_TEST[0m
help
This option enables support for Renesas R-Car Serial [31mCONFIG_ATA[0m.
If unsure, say N.
config [31mCONFIG_SATA_SIL[0m
tristate "Silicon Image SATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for Silicon Image Serial [31mCONFIG_ATA[0m.
If unsure, say N.
config [31mCONFIG_SATA_SIS[0m
tristate "SiS 964/965/966/180 SATA support"
depends on [31mCONFIG_PCI[0m
select [31mCONFIG_PATA_SIS[0m
help
This option enables support for SiS Serial [31mCONFIG_ATA[0m on
SiS 964/965/966/180 and Parallel [31mCONFIG_ATA[0m on SiS 180.
The PATA support for SiS 180 requires additionally to
enable the [31mCONFIG_PATA_SIS[0m driver in the config.
If unsure, say N.
config [31mCONFIG_SATA_SVW[0m
tristate "ServerWorks Frodo / Apple K2 SATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for Broadcom/Serverworks/Apple K2
SATA support.
If unsure, say N.
config [31mCONFIG_SATA_ULI[0m
tristate "ULi Electronics SATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for ULi Electronics SATA.
If unsure, say N.
config [31mCONFIG_SATA_VIA[0m
tristate "VIA SATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for VIA Serial [31mCONFIG_ATA[0m.
If unsure, say N.
config [31mCONFIG_SATA_VITESSE[0m
tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for Vitesse VSC7174 and Intel 31244 Serial [31mCONFIG_ATA[0m.
If unsure, say N.
comment "PATA SFF controllers with BMDMA"
config [31mCONFIG_PATA_ALI[0m
tristate "ALi PATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for the ALi [31mCONFIG_ATA[0m interfaces
found on the many ALi chipsets.
If unsure, say N.
config [31mCONFIG_PATA_AMD[0m
tristate "AMD/NVidia PATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for the AMD and NVidia PATA
interfaces found on the chipsets for Athlon/Athlon64.
If unsure, say N.
config [31mCONFIG_PATA_ARASAN_CF[0m
tristate "ARASAN CompactFlash PATA Controller Support"
depends on [31mCONFIG_ARCH_SPEAR13XX[0m || [31mCONFIG_COMPILE_TEST[0m
depends on [31mCONFIG_DMADEVICES[0m
select [31mCONFIG_DMA_ENGINE[0m
help
Say Y here to support the ARASAN CompactFlash PATA controller
config [31mCONFIG_PATA_ARTOP[0m
tristate "ARTOP 6210/6260 PATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for ARTOP PATA controllers.
If unsure, say N.
config [31mCONFIG_PATA_ATIIXP[0m
tristate "ATI PATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for the ATI [31mCONFIG_ATA[0m interfaces
found on the many ATI chipsets.
If unsure, say N.
config [31mCONFIG_PATA_ATP867X[0m
tristate "ARTOP/Acard ATP867X PATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for ARTOP/Acard ATP867X PATA
controllers.
If unsure, say N.
config [31mCONFIG_PATA_BK3710[0m
tristate "Palmchip BK3710 PATA support"
depends on [31mCONFIG_ARCH_DAVINCI[0m
help
This option enables support for the integrated [31mCONFIG_IDE[0m controller on
the TI DaVinci SoC.
If unsure, say N.
config [31mCONFIG_PATA_CMD64X[0m
tristate "CMD64x PATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for the CMD64x series chips
except for the CMD640.
If unsure, say N.
config [31mCONFIG_PATA_CS5520[0m
tristate "CS5510/5520 PATA support"
depends on [31mCONFIG_PCI[0m && ([31mCONFIG_X86_32[0m || [31mCONFIG_COMPILE_TEST[0m)
help
This option enables support for the Cyrix 5510/5520
companion chip used with the MediaGX/Geode processor family.
If unsure, say N.
config [31mCONFIG_PATA_CS5530[0m
tristate "CS5530 PATA support"
depends on [31mCONFIG_PCI[0m && ([31mCONFIG_X86_32[0m || [31mCONFIG_COMPILE_TEST[0m)
help
This option enables support for the Cyrix/NatSemi/AMD CS5530
companion chip used with the MediaGX/Geode processor family.
If unsure, say N.
config [31mCONFIG_PATA_CS5535[0m
tristate "CS5535 PATA support (Experimental)"
depends on [31mCONFIG_PCI[0m && [31mCONFIG_X86_32[0m
help
This option enables support for the NatSemi/AMD CS5535
companion chip used with the Geode processor family.
If unsure, say N.
config [31mCONFIG_PATA_CS5536[0m
tristate "CS5536 PATA support"
depends on [31mCONFIG_PCI[0m && ([31mCONFIG_X86_32[0m || [31mCONFIG_MIPS[0m || [31mCONFIG_COMPILE_TEST[0m)
help
This option enables support for the AMD [31mCONFIG_CS5536[0m
companion chip used with the Geode LX processor family.
If unsure, say N.
config [31mCONFIG_PATA_CYPRESS[0m
tristate "Cypress CY82C693 PATA support (Very Experimental)"
depends on [31mCONFIG_PCI[0m
help
This option enables support for the Cypress/Contaq CY82C693
chipset found in some Alpha systems
If unsure, say N.
config [31mCONFIG_PATA_EFAR[0m
tristate "EFAR SLC90E66 support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for the EFAR SLC90E66
[31mCONFIG_IDE[0m controller found on some older machines.
If unsure, say N.
config [31mCONFIG_PATA_EP93XX[0m
tristate "Cirrus Logic EP93xx PATA support"
depends on [31mCONFIG_ARCH_EP93XX[0m
help
This option enables support for the PATA controller in
the Cirrus Logic EP9312 and EP9315 [31mCONFIG_ARM[0m CPU.
If unsure, say N.
config [31mCONFIG_PATA_FTIDE010[0m
tristate "Faraday Technology FTIDE010 PATA support"
depends on [31mCONFIG_OF[0m
depends on [31mCONFIG_ARM[0m
depends on [31mCONFIG_SATA_GEMINI[0m
help
This option enables support for the Faraday FTIDE010
PATA controller found in the Cortina Gemini SoCs.
If unsure, say N.
config [31mCONFIG_PATA_HPT366[0m
tristate "HPT 366/368 PATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for the HPT 366 and 368
PATA controllers via the new [31mCONFIG_ATA[0m layer.
If unsure, say N.
config [31mCONFIG_PATA_HPT37X[0m
tristate "HPT 370/370A/371/372/374/302 PATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for the majority of the later HPT
PATA controllers via the new [31mCONFIG_ATA[0m layer.
If unsure, say N.
config [31mCONFIG_PATA_HPT3X2N[0m
tristate "HPT 371N/372N/302N PATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for the N variant HPT PATA
controllers via the new [31mCONFIG_ATA[0m layer.
If unsure, say N.
config [31mCONFIG_PATA_HPT3X3[0m
tristate "HPT 343/363 PATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for the HPT 343/363
PATA controllers via the new [31mCONFIG_ATA[0m layer
If unsure, say N.
config [31mCONFIG_PATA_HPT3X3_DMA[0m
bool "HPT 343/363 DMA support"
depends on [31mCONFIG_PATA_HPT3X3[0m
help
This option enables DMA support for the HPT343/363
controllers. Enable with care as there are still some
problems with DMA on this chipset.
config [31mCONFIG_PATA_ICSIDE[0m
tristate "Acorn ICS PATA support"
depends on [31mCONFIG_ARM[0m && [31mCONFIG_ARCH_ACORN[0m
help
On Acorn systems, say Y here if you wish to use the ICS PATA
interface card. This is not required for ICS partition support.
If you are unsure, say N to this.
config [31mCONFIG_PATA_IMX[0m
tristate "PATA support for Freescale iMX"
depends on [31mCONFIG_ARCH_MXC[0m
help
This option enables support for the PATA host available on Freescale
iMX SoCs.
If unsure, say N.
config [31mCONFIG_PATA_IT8213[0m
tristate "IT8213 PATA support (Experimental)"
depends on [31mCONFIG_PCI[0m
help
This option enables support for the ITE 821 PATA
controllers via the new [31mCONFIG_ATA[0m layer.
If unsure, say N.
config [31mCONFIG_PATA_IT821X[0m
tristate "IT8211/2 PATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for the ITE 8211 and 8212
PATA controllers via the new [31mCONFIG_ATA[0m layer, including RAID
mode.
If unsure, say N.
config [31mCONFIG_PATA_JMICRON[0m
tristate "JMicron PATA support"
depends on [31mCONFIG_PCI[0m
help
Enable support for the JMicron [31mCONFIG_IDE[0m controller, via the new
[31mCONFIG_ATA[0m layer.
If unsure, say N.
config [31mCONFIG_PATA_MACIO[0m
tristate "Apple PowerMac/PowerBook internal 'MacIO' IDE"
depends on [31mCONFIG_PPC_PMAC[0m
help
Most [31mCONFIG_IDE[0m capable PowerMacs have [31mCONFIG_IDE[0m busses driven by a variant
of this controller which is part of the Apple chipset used on
most PowerMac models. Some models have multiple busses using
different chipsets, though generally, MacIO is one of them.
config [31mCONFIG_PATA_MARVELL[0m
tristate "Marvell PATA support via legacy mode"
depends on [31mCONFIG_PCI[0m
help
This option enables limited support for the Marvell 88SE61xx [31mCONFIG_ATA[0m
controllers. If you wish to use only the SATA ports then select
the AHCI driver alone. If you wish to the use the PATA port or
both SATA and PATA include this driver.
If unsure, say N.
config [31mCONFIG_PATA_MPC52xx[0m
tristate "Freescale MPC52xx SoC internal IDE"
depends on [31mCONFIG_PPC_MPC52xx[0m && [31mCONFIG_PPC_BESTCOMM[0m
select [31mCONFIG_PPC_BESTCOMM_ATA[0m
help
This option enables support for integrated [31mCONFIG_IDE[0m controller
of the Freescale MPC52xx SoC.
If unsure, say N.
config [31mCONFIG_PATA_NETCELL[0m
tristate "NETCELL Revolution RAID support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for the Netcell Revolution RAID
PATA controller.
If unsure, say N.
config [31mCONFIG_PATA_NINJA32[0m
tristate "Ninja32/Delkin Cardbus ATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for the Ninja32, Delkin and
possibly other brands of Cardbus [31mCONFIG_ATA[0m adapter
If unsure, say N.
config [31mCONFIG_PATA_NS87415[0m
tristate "Nat Semi NS87415 PATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for the National Semiconductor
NS87415 [31mCONFIG_PCI[0m-[31mCONFIG_IDE[0m controller.
If unsure, say N.
config [31mCONFIG_PATA_OLDPIIX[0m
tristate "Intel PATA old PIIX support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for early PIIX PATA support.
If unsure, say N.
config [31mCONFIG_PATA_OPTIDMA[0m
tristate "OPTI FireStar PATA support (Very Experimental)"
depends on [31mCONFIG_PCI[0m
help
This option enables DMA/PIO support for the later OPTi
controllers found on some old motherboards and in some
laptops.
If unsure, say N.
config [31mCONFIG_PATA_PDC2027X[0m
tristate "Promise PATA 2027x support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
If unsure, say N.
config [31mCONFIG_PATA_PDC_OLD[0m
tristate "Older Promise PATA controller support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for the Promise 20246, 20262, 20263,
20265 and 20267 adapters.
If unsure, say N.
config [31mCONFIG_PATA_RADISYS[0m
tristate "RADISYS 82600 PATA support (Experimental)"
depends on [31mCONFIG_PCI[0m
help
This option enables support for the RADISYS 82600
PATA controllers via the new [31mCONFIG_ATA[0m layer
If unsure, say N.
config [31mCONFIG_PATA_RDC[0m
tristate "RDC PATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables basic support for the later RDC PATA controllers
controllers via the new [31mCONFIG_ATA[0m layer. For the RDC 1010, you need to
enable the IT821X driver instead.
If unsure, say N.
config [31mCONFIG_PATA_SC1200[0m
tristate "SC1200 PATA support"
depends on [31mCONFIG_PCI[0m && ([31mCONFIG_X86_32[0m || [31mCONFIG_COMPILE_TEST[0m)
help
This option enables support for the NatSemi/AMD SC1200 SoC
companion chip used with the Geode processor family.
If unsure, say N.
config [31mCONFIG_PATA_SCH[0m
tristate "Intel SCH PATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for Intel SCH PATA on the Intel
SCH (US15W, US15L, UL11L) series host controllers.
If unsure, say N.
config [31mCONFIG_PATA_SERVERWORKS[0m
tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for the Serverworks OSB4/CSB5/CSB6 and
HT1000 PATA controllers, via the new [31mCONFIG_ATA[0m layer.
If unsure, say N.
config [31mCONFIG_PATA_SIL680[0m
tristate "CMD / Silicon Image 680 PATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for CMD / Silicon Image 680 PATA.
If unsure, say N.
config [31mCONFIG_PATA_SIS[0m
tristate "SiS PATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for SiS PATA controllers
If unsure, say N.
config [31mCONFIG_PATA_TOSHIBA[0m
tristate "Toshiba Piccolo support (Experimental)"
depends on [31mCONFIG_PCI[0m
help
Support for the Toshiba Piccolo controllers. Currently only the
primary channel is supported by this driver.
If unsure, say N.
config [31mCONFIG_PATA_TRIFLEX[0m
tristate "Compaq Triflex PATA support"
depends on [31mCONFIG_PCI[0m
help
Enable support for the Compaq 'Triflex' [31mCONFIG_IDE[0m controller as found
on many Compaq Pentium-Pro systems, via the new [31mCONFIG_ATA[0m layer.
If unsure, say N.
config [31mCONFIG_PATA_VIA[0m
tristate "VIA PATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for the VIA PATA interfaces
found on the many VIA chipsets.
If unsure, say N.
config [31mCONFIG_PATA_PXA[0m
tristate "PXA DMA-capable PATA support"
depends on [31mCONFIG_ARCH_PXA[0m
help
This option enables support for harddrive attached to PXA CPU's bus.
NOTE: This driver utilizes PXA DMA controller, in case your hardware
is not capable of doing MWDMA, use pata_platform instead.
If unsure, say N.
config [31mCONFIG_PATA_WINBOND[0m
tristate "Winbond SL82C105 PATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for SL82C105 PATA devices found in the
Netwinder and some other systems
If unsure, say N.
endif # [31mCONFIG_ATA_BMDMA[0m
comment "PIO-only SFF controllers"
config [31mCONFIG_PATA_CMD640_PCI[0m
tristate "CMD640 PCI PATA support (Experimental)"
depends on [31mCONFIG_PCI[0m
help
This option enables support for the CMD640 [31mCONFIG_PCI[0m [31mCONFIG_IDE[0m
interface chip. Only the primary channel is currently
supported.
If unsure, say N.
config [31mCONFIG_PATA_FALCON[0m
tristate "Atari Falcon PATA support"
depends on [31mCONFIG_M68K[0m && [31mCONFIG_ATARI[0m
help
This option enables support for the on-board [31mCONFIG_IDE[0m
interface on the Atari Falcon.
If unsure, say N.
config [31mCONFIG_PATA_GAYLE[0m
tristate "Amiga Gayle PATA support"
depends on [31mCONFIG_M68K[0m && [31mCONFIG_AMIGA[0m
help
This option enables support for the on-board [31mCONFIG_IDE[0m
interfaces on some Amiga models (A600, A1200,
A4000 and A4000T) and also for [31mCONFIG_IDE[0m interfaces on
the Zorro expansion bus ([31mCONFIG_M[0m-Tech [31mCONFIG_E[0m-Matrix 530
expansion card).
If unsure, say N.
config [31mCONFIG_PATA_BUDDHA[0m
tristate "Buddha/Catweasel/X-Surf PATA support"
depends on [31mCONFIG_ZORRO[0m
help
This option enables support for the [31mCONFIG_IDE[0m interfaces
on the Buddha, Catweasel and X-Surf expansion boards
on the Zorro expansion bus. It supports up to two
interfaces on the Buddha, three on the Catweasel and
two on the X-Surf.
If unsure, say N.
config [31mCONFIG_PATA_ISAPNP[0m
tristate "ISA Plug and Play PATA support"
depends on [31mCONFIG_ISAPNP[0m
help
This option enables support for [31mCONFIG_ISA[0m plug & play [31mCONFIG_ATA[0m
controllers such as those found on old soundcards.
If unsure, say N.
config [31mCONFIG_PATA_IXP4XX_CF[0m
tristate "IXP4XX Compact Flash support"
depends on [31mCONFIG_ARCH_IXP4XX[0m
help
This option enables support for a Compact Flash connected on
the ixp4xx expansion bus. This driver had been written for
Loft/Avila boards in mind but can work with others.
If unsure, say N.
config [31mCONFIG_PATA_MPIIX[0m
tristate "Intel PATA MPIIX support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for MPIIX PATA support.
If unsure, say N.
config [31mCONFIG_PATA_NS87410[0m
tristate "Nat Semi NS87410 PATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables support for the National Semiconductor
NS87410 [31mCONFIG_PCI[0m-[31mCONFIG_IDE[0m controller.
If unsure, say N.
config [31mCONFIG_PATA_OPTI[0m
tristate "OPTI621/6215 PATA support (Very Experimental)"
depends on [31mCONFIG_PCI[0m
help
This option enables full PIO support for the early Opti [31mCONFIG_ATA[0m
controllers found on some old motherboards.
If unsure, say N.
config [31mCONFIG_PATA_PALMLD[0m
tristate "Palm LifeDrive PATA support"
depends on [31mCONFIG_MACH_PALMLD[0m
help
This option enables support for Palm LifeDrive's internal [31mCONFIG_ATA[0m
port via the new [31mCONFIG_ATA[0m layer.
If unsure, say N.
config [31mCONFIG_PATA_PCMCIA[0m
tristate "PCMCIA PATA support"
depends on [31mCONFIG_PCMCIA[0m
help
This option enables support for [31mCONFIG_PCMCIA[0m [31mCONFIG_ATA[0m interfaces, including
compact flash card adapters via the new [31mCONFIG_ATA[0m layer.
If unsure, say N.
config [31mCONFIG_PATA_PLATFORM[0m
tristate "Generic platform device PATA support"
depends on [31mCONFIG_EXPERT[0m || [31mCONFIG_PPC[0m || [31mCONFIG_HAVE_PATA_PLATFORM[0m
help
This option enables support for generic directly connected [31mCONFIG_ATA[0m
devices commonly found on embedded systems.
If unsure, say N.
config [31mCONFIG_PATA_OF_PLATFORM[0m
tristate "OpenFirmware platform device PATA support"
depends on [31mCONFIG_PATA_PLATFORM[0m && [31mCONFIG_OF[0m
help
This option enables support for generic directly connected [31mCONFIG_ATA[0m
devices commonly found on embedded systems with OpenFirmware
bindings.
If unsure, say N.
config [31mCONFIG_PATA_QDI[0m
tristate "QDI VLB PATA support"
depends on [31mCONFIG_ISA[0m
select [31mCONFIG_PATA_LEGACY[0m
help
Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
config [31mCONFIG_PATA_RB532[0m
tristate "RouterBoard 532 PATA CompactFlash support"
depends on [31mCONFIG_MIKROTIK_RB532[0m
help
This option enables support for the RouterBoard 532
PATA CompactFlash controller.
If unsure, say N.
config [31mCONFIG_PATA_RZ1000[0m
tristate "PC Tech RZ1000 PATA support"
depends on [31mCONFIG_PCI[0m
help
This option enables basic support for the PC Tech RZ1000/1
PATA controllers via the new [31mCONFIG_ATA[0m layer
If unsure, say N.
config [31mCONFIG_PATA_SAMSUNG_CF[0m
tristate "Samsung SoC PATA support"
depends on [31mCONFIG_SAMSUNG_DEV_IDE[0m
help
This option enables basic support for Samsung's S3C/S5P board
PATA controllers via the new [31mCONFIG_ATA[0m layer
If unsure, say N.
config [31mCONFIG_PATA_WINBOND_VLB[0m
tristate "Winbond W83759A VLB PATA support (Experimental)"
depends on [31mCONFIG_ISA[0m
select [31mCONFIG_PATA_LEGACY[0m
help
Support for the Winbond W83759A controller on Vesa Local Bus
systems.
comment "Generic fallback / legacy drivers"
config [31mCONFIG_PATA_ACPI[0m
tristate "ACPI firmware driver for PATA"
depends on [31mCONFIG_ATA_ACPI[0m && [31mCONFIG_ATA_BMDMA[0m && [31mCONFIG_PCI[0m
help
This option enables an [31mCONFIG_ACPI[0m method driver which drives
motherboard PATA controller interfaces through the [31mCONFIG_ACPI[0m
firmware in the BIOS. This driver can sometimes handle
otherwise unsupported hardware.
config [31mCONFIG_ATA_GENERIC[0m
tristate "Generic ATA support"
depends on [31mCONFIG_PCI[0m && [31mCONFIG_ATA_BMDMA[0m
help
This option enables support for generic BIOS configured
[31mCONFIG_ATA[0m controllers via the new [31mCONFIG_ATA[0m layer
If unsure, say N.
config [31mCONFIG_PATA_LEGACY[0m
tristate "Legacy ISA PATA support (Experimental)"
depends on ([31mCONFIG_ISA[0m || [31mCONFIG_PCI[0m)
help
This option enables support for [31mCONFIG_ISA[0m/VLB/[31mCONFIG_PCI[0m bus legacy PATA
ports and allows them to be accessed via the new [31mCONFIG_ATA[0m layer.
If unsure, say N.
endif # [31mCONFIG_ATA_SFF[0m
endif # [31mCONFIG_ATA[0m