diff options
Diffstat (limited to 'drivers/ide/Kconfig')
-rw-r--r-- | drivers/ide/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 3f828052f8d2..ec03341d2bd8 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig | |||
@@ -167,6 +167,13 @@ config BLK_DEV_IDECS | |||
167 | Support for Compact Flash cards, outboard IDE disks, tape drives, | 167 | Support for Compact Flash cards, outboard IDE disks, tape drives, |
168 | and CD-ROM drives connected through a PCMCIA card. | 168 | and CD-ROM drives connected through a PCMCIA card. |
169 | 169 | ||
170 | config BLK_DEV_DELKIN | ||
171 | tristate "Cardbus IDE support (Delkin/ASKA/Workbit)" | ||
172 | depends on CARDBUS && PCI | ||
173 | help | ||
174 | Support for Delkin, ASKA, and Workbit Cardbus CompactFlash | ||
175 | Adapters. This may also work for similar SD and XD adapters. | ||
176 | |||
170 | config BLK_DEV_IDECD | 177 | config BLK_DEV_IDECD |
171 | tristate "Include IDE/ATAPI CDROM support" | 178 | tristate "Include IDE/ATAPI CDROM support" |
172 | ---help--- | 179 | ---help--- |
@@ -264,6 +271,13 @@ config BLK_DEV_IDESCSI | |||
264 | If both this SCSI emulation and native ATAPI support are compiled | 271 | If both this SCSI emulation and native ATAPI support are compiled |
265 | into the kernel, the native support will be used. | 272 | into the kernel, the native support will be used. |
266 | 273 | ||
274 | config BLK_DEV_IDEACPI | ||
275 | bool "IDE ACPI support" | ||
276 | depends on ACPI | ||
277 | ---help--- | ||
278 | Implement ACPI support for generic IDE devices. On modern | ||
279 | machines ACPI support is required to properly handle ACPI S3 states. | ||
280 | |||
267 | config IDE_TASK_IOCTL | 281 | config IDE_TASK_IOCTL |
268 | bool "IDE Taskfile Access" | 282 | bool "IDE Taskfile Access" |
269 | help | 283 | help |
@@ -606,6 +620,11 @@ config BLK_DEV_PIIX | |||
606 | the kernel to change PIO, DMA and UDMA speeds and to configure | 620 | the kernel to change PIO, DMA and UDMA speeds and to configure |
607 | the chip to optimum performance. | 621 | the chip to optimum performance. |
608 | 622 | ||
623 | config BLK_DEV_IT8213 | ||
624 | tristate "IT8213 IDE support" | ||
625 | help | ||
626 | This driver adds support for the ITE 8213 IDE controller. | ||
627 | |||
609 | config BLK_DEV_IT821X | 628 | config BLK_DEV_IT821X |
610 | tristate "IT821X IDE support" | 629 | tristate "IT821X IDE support" |
611 | help | 630 | help |
@@ -742,6 +761,11 @@ config BLK_DEV_VIA82CXXX | |||
742 | This allows the kernel to change PIO, DMA and UDMA speeds and to | 761 | This allows the kernel to change PIO, DMA and UDMA speeds and to |
743 | configure the chip to optimum performance. | 762 | configure the chip to optimum performance. |
744 | 763 | ||
764 | config BLK_DEV_TC86C001 | ||
765 | tristate "Toshiba TC86C001 support" | ||
766 | help | ||
767 | This driver adds support for Toshiba TC86C001 GOKU-S chip. | ||
768 | |||
745 | endif | 769 | endif |
746 | 770 | ||
747 | config BLK_DEV_IDE_PMAC | 771 | config BLK_DEV_IDE_PMAC |