dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/ata/Kconfig

151 lines
3.2 KiB
Plaintext
Raw Normal View History

#
# SATA/PATA driver configuration
#
menu "Serial ATA (prod) and Parallel ATA (experimental) drivers"
2006-08-10 11:31:37 +00:00
config ATA
tristate "ATA device support"
2006-08-24 06:41:25 +00:00
select SCSI
2006-08-10 11:31:37 +00:00
---help---
If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or
any other ATA device under Linux, say Y and make sure that you know
the name of your ATA host adapter (the card inside your computer
that "speaks" the ATA protocol, also called ATA controller),
because you will be asked for it.
2006-08-24 06:41:25 +00:00
if ATA
config SATA_AHCI
2006-08-10 11:31:37 +00:00
tristate "AHCI SATA support"
2006-08-24 06:41:25 +00:00
depends on PCI
2006-08-10 11:31:37 +00:00
help
This option enables support for AHCI Serial ATA.
If unsure, say N.
config SATA_SVW
2006-08-10 11:31:37 +00:00
tristate "ServerWorks Frodo / Apple K2 SATA support"
2006-08-24 06:41:25 +00:00
depends on PCI
2006-08-10 11:31:37 +00:00
help
This option enables support for Broadcom/Serverworks/Apple K2
SATA support.
If unsure, say N.
config ATA_PIIX
2006-08-10 11:31:37 +00:00
tristate "Intel PIIX/ICH SATA support"
2006-08-24 06:41:25 +00:00
depends on PCI
2006-08-10 11:31:37 +00:00
help
This option enables support for ICH5/6/7/8 Serial ATA.
If PATA support was enabled previously, this enables
support for select Intel PIIX/ICH PATA host controllers.
If unsure, say N.
config SATA_MV
2006-08-10 11:31:37 +00:00
tristate "Marvell SATA support (HIGHLY EXPERIMENTAL)"
2006-08-24 06:41:25 +00:00
depends on PCI && EXPERIMENTAL
2006-08-10 11:31:37 +00:00
help
This option enables support for the Marvell Serial ATA family.
Currently supports 88SX[56]0[48][01] chips.
If unsure, say N.
config SATA_NV
2006-08-10 11:31:37 +00:00
tristate "NVIDIA SATA support"
2006-08-24 06:41:25 +00:00
depends on PCI
2006-08-10 11:31:37 +00:00
help
This option enables support for NVIDIA Serial ATA.
If unsure, say N.
config PDC_ADMA
2006-08-10 11:31:37 +00:00
tristate "Pacific Digital ADMA support"
2006-08-24 06:41:25 +00:00
depends on PCI
2006-08-10 11:31:37 +00:00
help
This option enables support for Pacific Digital ADMA controllers
If unsure, say N.
config SATA_QSTOR
2006-08-10 11:31:37 +00:00
tristate "Pacific Digital SATA QStor support"
2006-08-24 06:41:25 +00:00
depends on PCI
2006-08-10 11:31:37 +00:00
help
This option enables support for Pacific Digital Serial ATA QStor.
If unsure, say N.
config SATA_PROMISE
2006-08-10 11:31:37 +00:00
tristate "Promise SATA TX2/TX4 support"
2006-08-24 06:41:25 +00:00
depends on PCI
2006-08-10 11:31:37 +00:00
help
This option enables support for Promise Serial ATA TX2/TX4.
If unsure, say N.
config SATA_SX4
2006-08-10 11:31:37 +00:00
tristate "Promise SATA SX4 support"
2006-08-24 06:41:25 +00:00
depends on PCI && EXPERIMENTAL
2006-08-10 11:31:37 +00:00
help
This option enables support for Promise Serial ATA SX4.
If unsure, say N.
config SATA_SIL
2006-08-10 11:31:37 +00:00
tristate "Silicon Image SATA support"
2006-08-24 06:41:25 +00:00
depends on PCI
2006-08-10 11:31:37 +00:00
help
This option enables support for Silicon Image Serial ATA.
If unsure, say N.
config SATA_SIL24
2006-08-10 11:31:37 +00:00
tristate "Silicon Image 3124/3132 SATA support"
2006-08-24 06:41:25 +00:00
depends on PCI
2006-08-10 11:31:37 +00:00
help
This option enables support for Silicon Image 3124/3132 Serial ATA.
If unsure, say N.
config SATA_SIS
2006-08-10 11:31:37 +00:00
tristate "SiS 964/180 SATA support"
2006-08-24 06:41:25 +00:00
depends on PCI
2006-08-10 11:31:37 +00:00
help
This option enables support for SiS Serial ATA 964/180.
If unsure, say N.
config SATA_ULI
2006-08-10 11:31:37 +00:00
tristate "ULi Electronics SATA support"
2006-08-24 06:41:25 +00:00
depends on PCI
2006-08-10 11:31:37 +00:00
help
This option enables support for ULi Electronics SATA.
If unsure, say N.
config SATA_VIA
2006-08-10 11:31:37 +00:00
tristate "VIA SATA support"
2006-08-24 06:41:25 +00:00
depends on PCI
2006-08-10 11:31:37 +00:00
help
This option enables support for VIA Serial ATA.
If unsure, say N.
config SATA_VITESSE
2006-08-10 11:31:37 +00:00
tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
2006-08-24 06:41:25 +00:00
depends on PCI
2006-08-10 11:31:37 +00:00
help
This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
If unsure, say N.
config SATA_INTEL_COMBINED
2006-08-10 11:31:37 +00:00
bool
depends on IDE=y && !BLK_DEV_IDE_SATA && (SATA_AHCI || ATA_PIIX)
2006-08-10 11:31:37 +00:00
default y
2006-08-24 06:41:25 +00:00
endif
endmenu