diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-07 22:32:36 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-07 22:32:36 -0500 |
commit | 905adce4094d64a6691df994e424fbf486301adc (patch) | |
tree | c4e3a2fb1465eeb713b3bec5ef4634c28179a14b /drivers/ide/Kconfig | |
parent | 78149df6d565c36675463352d0bfe0000b02b7a7 (diff) | |
parent | 1e8f34f7d88c969a06229a786241839d49dd63e3 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6
* master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6: (23 commits)
ide-acpi support warning fix
ACPI support for IDE devices
IDE Driver for Delkin/Lexar/etc.. cardbus CF adapter
ide: it8213 IDE driver update (version 2)
ide: add it8213 IDE driver
tc86c001: add missing __init tag for tc86c001_ide_init()
tc86c001: mark init_chipset_tc86c001() with __devinit tag
tc86c001: init_hwif_tc86c001() can be static
ide: add Toshiba TC86C001 IDE driver (take 2)
pdc202xx_new: remove check_in_drive_lists abomination
pdc202xx_new: remove useless code
slc90e66: carry over fixes from piix driver
piix: tuneproc() fixes/cleanups
piix: fix 82371MX enablebits
hpt366: HPT36x PCI clock detection fix
hpt366: init code rewrite
hpt366: clean up DMA timeout handling for HPT370
hpt366: merge HPT37x speedproc handlers
hpt366: cache channel's MCR address
hpt366: switch to using pci_get_slot
...
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 |