diff options
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 41 |
1 files changed, 34 insertions, 7 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 1c94b43d2c9b..3747457fee7a 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -41,12 +41,12 @@ config SATA_SVW | |||
41 | If unsure, say N. | 41 | If unsure, say N. |
42 | 42 | ||
43 | config ATA_PIIX | 43 | config ATA_PIIX |
44 | tristate "Intel PIIX/ICH SATA support" | 44 | tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support" |
45 | depends on PCI | 45 | depends on PCI |
46 | help | 46 | help |
47 | This option enables support for ICH5/6/7/8 Serial ATA | 47 | This option enables support for ICH5/6/7/8 Serial ATA |
48 | and support for PATA on the Intel PIIX3/PIIX4/ICH series | 48 | and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series |
49 | PATA host controllers. | 49 | host controllers. |
50 | 50 | ||
51 | If unsure, say N. | 51 | If unsure, say N. |
52 | 52 | ||
@@ -116,11 +116,14 @@ config SATA_SIL24 | |||
116 | If unsure, say N. | 116 | If unsure, say N. |
117 | 117 | ||
118 | config SATA_SIS | 118 | config SATA_SIS |
119 | tristate "SiS 964/180 SATA support" | 119 | tristate "SiS 964/965/966/180 SATA support" |
120 | depends on PCI | 120 | depends on PCI |
121 | select PATA_SIS | ||
121 | help | 122 | help |
122 | This option enables support for SiS Serial ATA 964/180. | 123 | This option enables support for SiS Serial ATA on |
123 | 124 | SiS 964/965/966/180 and Parallel ATA on SiS 180. | |
125 | The PATA support for SiS 180 requires additionally to | ||
126 | enable the PATA_SIS driver in the config. | ||
124 | If unsure, say N. | 127 | If unsure, say N. |
125 | 128 | ||
126 | config SATA_ULI | 129 | config SATA_ULI |
@@ -147,6 +150,12 @@ config SATA_VITESSE | |||
147 | 150 | ||
148 | If unsure, say N. | 151 | If unsure, say N. |
149 | 152 | ||
153 | config SATA_INIC162X | ||
154 | tristate "Initio 162x SATA support (HIGHLY EXPERIMENTAL)" | ||
155 | depends on PCI && EXPERIMENTAL | ||
156 | help | ||
157 | This option enables support for Initio 162x Serial ATA. | ||
158 | |||
150 | config SATA_INTEL_COMBINED | 159 | config SATA_INTEL_COMBINED |
151 | bool | 160 | bool |
152 | depends on IDE=y && !BLK_DEV_IDE_SATA && (SATA_AHCI || ATA_PIIX) | 161 | depends on IDE=y && !BLK_DEV_IDE_SATA && (SATA_AHCI || ATA_PIIX) |
@@ -296,7 +305,7 @@ config PATA_ISAPNP | |||
296 | If unsure, say N. | 305 | If unsure, say N. |
297 | 306 | ||
298 | config PATA_IT821X | 307 | config PATA_IT821X |
299 | tristate "IT821x PATA support (Experimental)" | 308 | tristate "IT8211/2 PATA support (Experimental)" |
300 | depends on PCI && EXPERIMENTAL | 309 | depends on PCI && EXPERIMENTAL |
301 | help | 310 | help |
302 | This option enables support for the ITE 8211 and 8212 | 311 | This option enables support for the ITE 8211 and 8212 |
@@ -305,6 +314,15 @@ config PATA_IT821X | |||
305 | 314 | ||
306 | If unsure, say N. | 315 | If unsure, say N. |
307 | 316 | ||
317 | config PATA_IT8213 | ||
318 | tristate "IT8213 PATA support (Experimental)" | ||
319 | depends on PCI && EXPERIMENTAL | ||
320 | help | ||
321 | This option enables support for the ITE 821 PATA | ||
322 | controllers via the new ATA layer. | ||
323 | |||
324 | If unsure, say N. | ||
325 | |||
308 | config PATA_JMICRON | 326 | config PATA_JMICRON |
309 | tristate "JMicron PATA support" | 327 | tristate "JMicron PATA support" |
310 | depends on PCI | 328 | depends on PCI |
@@ -341,6 +359,15 @@ config PATA_MARVELL | |||
341 | 359 | ||
342 | If unsure, say N. | 360 | If unsure, say N. |
343 | 361 | ||
362 | config PATA_MPC52xx | ||
363 | tristate "Freescale MPC52xx SoC internal IDE" | ||
364 | depends on PPC_MPC52xx | ||
365 | help | ||
366 | This option enables support for integrated IDE controller | ||
367 | of the Freescale MPC52xx SoC. | ||
368 | |||
369 | If unsure, say N. | ||
370 | |||
344 | config PATA_MPIIX | 371 | config PATA_MPIIX |
345 | tristate "Intel PATA MPIIX support" | 372 | tristate "Intel PATA MPIIX support" |
346 | depends on PCI | 373 | depends on PCI |