2 # SATA/PATA driver configuration
5 menu "Serial ATA (prod) and Parallel ATA (experimental) drivers"
8 tristate "ATA device support"
11 If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or
12 any other ATA device under Linux, say Y and make sure that you know
13 the name of your ATA host adapter (the card inside your computer
14 that "speaks" the ATA protocol, also called ATA controller),
15 because you will be asked for it.
20 tristate "AHCI SATA support"
23 This option enables support for AHCI Serial ATA.
28 tristate "ServerWorks Frodo / Apple K2 SATA support"
31 This option enables support for Broadcom/Serverworks/Apple K2
37 tristate "Intel PIIX/ICH SATA support"
40 This option enables support for ICH5/6/7/8 Serial ATA.
41 If PATA support was enabled previously, this enables
42 support for select Intel PIIX/ICH PATA host controllers.
47 tristate "Marvell SATA support (HIGHLY EXPERIMENTAL)"
48 depends on PCI && EXPERIMENTAL
50 This option enables support for the Marvell Serial ATA family.
51 Currently supports 88SX[56]0[48][01] chips.
56 tristate "NVIDIA SATA support"
59 This option enables support for NVIDIA Serial ATA.
64 tristate "Pacific Digital ADMA support"
67 This option enables support for Pacific Digital ADMA controllers
72 tristate "Pacific Digital SATA QStor support"
75 This option enables support for Pacific Digital Serial ATA QStor.
80 tristate "Promise SATA TX2/TX4 support"
83 This option enables support for Promise Serial ATA TX2/TX4.
88 tristate "Promise SATA SX4 support"
89 depends on PCI && EXPERIMENTAL
91 This option enables support for Promise Serial ATA SX4.
96 tristate "Silicon Image SATA support"
99 This option enables support for Silicon Image Serial ATA.
104 tristate "Silicon Image 3124/3132 SATA support"
107 This option enables support for Silicon Image 3124/3132 Serial ATA.
112 tristate "SiS 964/180 SATA support"
115 This option enables support for SiS Serial ATA 964/180.
120 tristate "ULi Electronics SATA support"
123 This option enables support for ULi Electronics SATA.
128 tristate "VIA SATA support"
131 This option enables support for VIA Serial ATA.
136 tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
139 This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
143 config SATA_INTEL_COMBINED
145 depends on IDE=y && !BLK_DEV_IDE_SATA && (SATA_AHCI || ATA_PIIX)