URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [ide/] [Kconfig] - Rev 62
Compare with Previous | Blame | View Log
## IDE ATA ATAPI Block device driver configuration## Andre Hedrick <andre@linux-ide.org>#menuconfig IDEtristate "ATA/ATAPI/MFM/RLL support"depends on BLOCKdepends on HAS_IOMEM---help---If you say Y here, your kernel will be able to manage low cost massstorage units such as ATA/(E)IDE and ATAPI units. The most commoncases are IDE hard drives and ATAPI CD-ROM drives.If your system is pure SCSI and doesn't use these interfaces, youcan say N here.Integrated Disk Electronics (IDE aka ATA-1) is a connecting standardfor mass storage units such as hard disks. It was designed byWestern Digital and Compaq Computer in 1984. It was then namedST506. Quite a number of disks use the IDE interface.AT Attachment (ATA) is the superset of the IDE specifications.ST506 was also called ATA-1.Fast-IDE is ATA-2 (also named Fast ATA), Enhanced IDE (EIDE) isATA-3. It provides support for larger disks (up to 8.4GB by means ofthe LBA standard), more disks (4 instead of 2) and for other massstorage units such as tapes and cdrom. UDMA/33 (aka UltraDMA/33) isATA-4 and provides faster (and more CPU friendly) transfer modesthan previous PIO (Programmed processor Input/Output) from previousATA/IDE standards by means of fast DMA controllers.ATA Packet Interface (ATAPI) is a protocol used by EIDE tape andCD-ROM drives, similar in many respects to the SCSI protocol.SMART IDE (Self Monitoring, Analysis and Reporting Technology) wasdesigned in order to prevent data corruption and disk crash bydetecting pre hardware failure conditions (heat, access time, andthe like...). Disks built since June 1995 may follow this standard.The kernel itself doesn't manage this; however there are quite anumber of user programs such as smart that can query the status ofSMART parameters from disk drives.To compile this driver as a module, choose M here: themodule will be called ide.For further information, please read <file:Documentation/ide.txt>.If unsure, say Y.if IDEconfig IDE_MAX_HWIFSint "Max IDE interfaces"depends on ALPHA || SUPERH || IA64 || EMBEDDEDrange 1 10default 4helpThis is the maximum number of IDE hardware interfaces that willbe supported by the driver. Make sure it is at least as high asthe number of IDE interfaces in your system.config BLK_DEV_IDEtristate "Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support"---help---If you say Y here, you will use the full-featured IDE driver tocontrol up to ten ATA/IDE interfaces, each being able to serve a"master" and a "slave" device, for a total of up to twenty ATA/IDEdisk/cdrom/tape/floppy drives.Useful information about large (>540 MB) IDE disks, multipleinterfaces, what to do if ATA/IDE devices are not automaticallydetected, sound card ATA/IDE ports, module support, and othertopics, is contained in <file:Documentation/ide.txt>. For detailedinformation about hard drives, consult the Disk-HOWTO and theMulti-Disk-HOWTO, available from<http://www.tldp.org/docs.html#howto>.To fine-tune ATA/IDE drive/interface parameters for improvedperformance, look for the hdparm package at<ftp://ibiblio.org/pub/Linux/system/hardware/>.To compile this driver as a module, choose M here and read<file:Documentation/ide.txt>. The module will be called ide-mod.Do not compile this driver as a module if your root file system (theone containing the directory /) is located on an IDE device.If you have one or more IDE drives, say Y or M here. If your systemhas no IDE drives, or if memory requirements are really tight, youcould say N here, and select the "Old hard disk driver" belowinstead to save about 13 KB of memory in the kernel.if BLK_DEV_IDEcomment "Please see Documentation/ide.txt for help/info on IDE drives"config BLK_DEV_IDE_SATAbool "Support for SATA (deprecated; conflicts with libata SATA driver)"default n---help---There are two drivers for Serial ATA controllers.The main driver, "libata", uses the SCSI subsystemand supports most modern SATA controllers. In order to use ityou may take a look at "Serial ATA (prod) and Parallel ATA(experimental) drivers".The IDE driver (which you are currently configuring) supportsa few first-generation SATA controllers.In order to eliminate conflicts between the two subsystems,this config option enables the IDE driver's SATA support.Normally this is disabled, as it is preferred that libatasupports SATA controllers, and this (IDE) driver supportsPATA controllers.If unsure, say N.config BLK_DEV_HD_IDEbool "Use old disk-only driver on primary interface"depends on (X86 || SH_MPC1211)---help---There are two drivers for MFM/RLL/IDE disks. Most people use justthe new enhanced driver by itself. This option however installs theold hard disk driver to control the primary IDE/disk interface inthe system, leaving the new enhanced IDE driver to take care of onlythe 2nd/3rd/4th IDE interfaces. Doing this will prevent you fromhaving an IDE/ATAPI CD-ROM or tape drive connected to the primaryIDE interface. Choosing this option may be useful for older systemswhich have MFM/RLL/ESDI controller+drives at the primary portaddress (0x1f0), along with IDE drives at the secondary/3rd/4th portaddresses.Normally, just say N here; you will then use the new driver for all4 interfaces.config BLK_DEV_IDEDISKtristate "Include IDE/ATA-2 DISK support"---help---This will include enhanced support for MFM/RLL/IDE hard disks. Ifyou have a MFM/RLL/IDE disk, and there is no special reason to usethe old hard disk driver instead, say Y. If you have an SCSI-onlysystem, you can say N here.To compile this driver as a module, choose M here: themodule will be called ide-disk.Do not compile this driver as a module if your root file system(the one containing the directory /) is located on the IDE disk.If unsure, say Y.config IDEDISK_MULTI_MODEbool "Use multiple sector mode for Programmed Input/Output by default"helpThis setting is irrelevant for most IDE disks, with direct memoryaccess, to which multiple sector mode does not apply. Multiple sectormode is a feature of most modern IDE hard drives, permitting thetransfer of multiple sectors per Programmed Input/Output interrupt,rather than the usual one sector per interrupt. When this feature isenabled, it can reduce operating system overhead for disk ProgrammedInput/Output. On some systems, it also can increase the datathroughput of Programmed Input/Output. Some drives, however, seemedto run slower with multiple sector mode enabled. Some drives claimedto support multiple sector mode, but lost data at some settings.Under rare circumstances, such failures could result in massivefilesystem corruption.If you get the following error, try to say Y here:hda: set_multmode: status=0x51 { DriveReady SeekComplete Error }hda: set_multmode: error=0x04 { DriveStatusError }If in doubt, say N.config BLK_DEV_IDECStristate "PCMCIA IDE support"depends on PCMCIAhelpSupport for Compact Flash cards, outboard IDE disks, tape drives,and CD-ROM drives connected through a PCMCIA card.config BLK_DEV_DELKINtristate "Cardbus IDE support (Delkin/ASKA/Workbit)"depends on CARDBUS && PCIhelpSupport for Delkin, ASKA, and Workbit Cardbus CompactFlashAdapters. This may also work for similar SD and XD adapters.config BLK_DEV_IDECDtristate "Include IDE/ATAPI CDROM support"---help---If you have a CD-ROM drive using the ATAPI protocol, say Y. ATAPI isa newer protocol used by IDE CD-ROM and TAPE drives, similar to theSCSI protocol. Most new CD-ROM drives use ATAPI, including theNEC-260, Mitsumi FX400, Sony 55E, and just about all non-SCSIdouble(2X) or better speed drives.If you say Y here, the CD-ROM drive will be identified at boot timealong with other IDE devices, as "hdb" or "hdc", or somethingsimilar (check the boot messages with dmesg). If this is your onlyCD-ROM drive, you can say N to all other CD-ROM options, but be sureto say Y or M to "ISO 9660 CD-ROM file system support".To compile this driver as a module, choose M here: themodule will be called ide-cd.config BLK_DEV_IDETAPEtristate "Include IDE/ATAPI TAPE support (EXPERIMENTAL)"depends on EXPERIMENTALhelpIf you have an IDE tape drive using the ATAPI protocol, say Y.ATAPI is a newer protocol used by IDE tape and CD-ROM drives,similar to the SCSI protocol. If you have an SCSI tape drivehowever, you can say N here.You should also say Y if you have an OnStream DI-30 tape drive; thiswill not work with the SCSI protocol, until there is support for theSC-30 and SC-50 versions.If you say Y here, the tape drive will be identified at boot timealong with other IDE devices, as "hdb" or "hdc", or somethingsimilar, and will be mapped to a character device such as "ht0"(check the boot messages with dmesg). Be sure to consult the<file:drivers/ide/ide-tape.c> and <file:Documentation/ide.txt> filesfor usage information.To compile this driver as a module, choose M here: themodule will be called ide-tape.config BLK_DEV_IDEFLOPPYtristate "Include IDE/ATAPI FLOPPY support"---help---If you have an IDE floppy drive which uses the ATAPI protocol,answer Y. ATAPI is a newer protocol used by IDE CD-ROM/tape/floppydrives, similar to the SCSI protocol.The LS-120 and the IDE/ATAPI Iomega ZIP drive are also supported bythis driver. For information about jumper settings and the questionof when a ZIP drive uses a partition table, see<http://www.win.tue.nl/~aeb/linux/zip/zip-1.html>.(ATAPI PD-CD/CDR drives are not supported by this driver; supportfor PD-CD/CDR drives is available if you answer Y to"SCSI emulation support", below).If you say Y here, the FLOPPY drive will be identified along withother IDE devices, as "hdb" or "hdc", or something similar (checkthe boot messages with dmesg).To compile this driver as a module, choose M here: themodule will be called ide-floppy.config BLK_DEV_IDESCSItristate "SCSI emulation support"depends on SCSI---help---WARNING: ide-scsi is no longer needed for cd writing applications!The 2.6 kernel supports direct writing to ide-cd, which eliminatesthe need for ide-scsi + the entire scsi stack just for writing acd. The new method is more efficient in every way.This will provide SCSI host adapter emulation for IDE ATAPI devices,and will allow you to use a SCSI device driver instead of a nativeATAPI driver.This is useful if you have an ATAPI device for which no nativedriver has been written (for example, an ATAPI PD-CD drive);you can then use this emulation together with an appropriate SCSIdevice driver. In order to do this, say Y here and to "SCSI support"and "SCSI generic support", below. You must then provide the kernelcommand line "hdx=ide-scsi" (try "man bootparam" or see thedocumentation of your boot loader (lilo or loadlin) about how topass options to the kernel at boot time) for devices if you want thenative EIDE sub-drivers to skip over the native support, so thatthis SCSI emulation can be used instead.Note that this option does NOT allow you to attach SCSI devices to abox that doesn't have a SCSI host adapter installed.If both this SCSI emulation and native ATAPI support are compiledinto the kernel, the native support will be used.config BLK_DEV_IDEACPIbool "IDE ACPI support"depends on ACPI---help---Implement ACPI support for generic IDE devices. On modernmachines ACPI support is required to properly handle ACPI S3 states.config IDE_TASK_IOCTLbool "IDE Taskfile Access"helpThis is a direct raw access to the media. It is a complex butelegant solution to test and validate the domain of the hardware andperform below the driver data recovery if needed. This is the mostbasic form of media-forensics.If you are unsure, say N here.config IDE_PROC_FSbool "legacy /proc/ide/ support"depends on IDE && PROC_FSdefault yhelpThis option enables support for the various files in/proc/ide. In Linux 2.6 this has been superseded byfiles in sysfs but many legacy applications rely on this.If unsure say Y.comment "IDE chipset support/bugfixes"config IDE_GENERICtristate "generic/default IDE chipset support"helpIf unsure, say N.config BLK_DEV_PLATFORMtristate "Platform driver for IDE interfaces"helpThis is the platform IDE driver, used mostly for Memory MappedIDE devices, like Compact Flashes running in True IDE mode.If unsure, say N.config BLK_DEV_CMD640bool "CMD640 chipset bugfix/support"depends on X86---help---The CMD-Technologies CMD640 IDE chip is used on many common 486 andPentium motherboards, usually in combination with a "Neptune" or"SiS" chipset. Unfortunately, it has a number of rather nastydesign flaws that can cause severe data corruption under many commonconditions. Say Y here to include code which tries to automaticallydetect and correct the problems under Linux. This option alsoenables access to the secondary IDE ports in some CMD640 basedsystems.This driver will work automatically in PCI based systems (most newsystems have PCI slots). But if your system uses VESA local bus(VLB) instead of PCI, you must also supply a kernel boot parameterto enable the CMD640 bugfix/support: "ide0=cmd640_vlb". (Try "manbootparam" or see the documentation of your boot loader about how topass options to the kernel.)The CMD640 chip is also used on add-in cards by Acculogic, and onthe "CSA-6400E PCI to IDE controller" that some people have. Fordetails, read <file:Documentation/ide.txt>.config BLK_DEV_CMD640_ENHANCEDbool "CMD640 enhanced support"depends on BLK_DEV_CMD640helpThis option includes support for setting/autotuning PIO modes andprefetch on CMD640 IDE interfaces. For details, read<file:Documentation/ide.txt>. If you have a CMD640 IDE interfaceand your BIOS does not already do this for you, then say Y here.Otherwise say N.config BLK_DEV_IDEPNPbool "PNP EIDE support"depends on PNPselect IDE_GENERIChelpIf you have a PnP (Plug and Play) compatible EIDE card andwould like the kernel to automatically detect and activateit, say Y here.if PCIcomment "PCI IDE chipsets support"config BLK_DEV_IDEPCIboolconfig IDEPCI_SHARE_IRQbool "Sharing PCI IDE interrupts support"depends on BLK_DEV_IDEPCIhelpSome ATA/IDE chipsets have hardware support which allows forsharing a single IRQ with other cards. To enable support forthis in the ATA/IDE driver, say Y here.It is safe to say Y to this question, in most cases.If unsure, say N.config IDEPCI_PCIBUS_ORDERdef_bool BLK_DEV_IDE=y && BLK_DEV_IDEPCI# TODO: split it on per host driver config options (or module parameters)config BLK_DEV_OFFBOARDbool "Boot off-board chipsets first support (DEPRECATED)"depends on BLK_DEV_IDEPCI && (BLK_DEV_AEC62XX || BLK_DEV_GENERIC || BLK_DEV_HPT34X || BLK_DEV_HPT366 || BLK_DEV_PDC202XX_NEW || BLK_DEV_PDC202XX_OLD || BLK_DEV_TC86C001)helpNormally, IDE controllers built into the motherboard (on-boardcontrollers) are assigned to ide0 and ide1 while those on add-in PCIcards (off-board controllers) are relegated to ide2 and ide3.Answering Y here will allow you to reverse the situation, withoff-board controllers on ide0/1 and on-board controllers on ide2/3.This can improve the usability of some boot managers such as lilowhen booting from a drive on an off-board controller.If you say Y here, and you actually want to reverse the device scanorder as explained above, you also need to issue the kernel commandline option "ide=reverse". (Try "man bootparam" or see thedocumentation of your boot loader (lilo or loadlin) about how topass options to the kernel at boot time.)Note that, if you do this, the order of the hd* devices will berearranged which may require modification of fstab and other files.Please also note that this method of assuring stable naming ofIDE devices is unreliable and use other means for achieving it(i.e. udev).If in doubt, say N.config BLK_DEV_GENERICtristate "Generic PCI IDE Chipset Support"select BLK_DEV_IDEPCIhelpThis option provides generic support for various PCI IDE Chipsetswhich otherwise might not be supported.config BLK_DEV_OPTI621tristate "OPTi 82C621 chipset enhanced support (EXPERIMENTAL)"depends on EXPERIMENTALselect BLK_DEV_IDEPCIhelpThis is a driver for the OPTi 82C621 EIDE controller.Please read the comments at the top of <file:drivers/ide/pci/opti621.c>.config BLK_DEV_RZ1000tristate "RZ1000 chipset bugfix/support"depends on X86select BLK_DEV_IDEPCIhelpThe PC-Technologies RZ1000 IDE chip is used on many common 486 andPentium motherboards, usually along with the "Neptune" chipset.Unfortunately, it has a rather nasty design flaw that can causesevere data corruption under many conditions. Say Y here to includecode which automatically detects and corrects the problem underLinux. This may slow disk throughput by a few percent, but at leastthings will operate 100% reliably.config BLK_DEV_IDEDMA_PCIboolselect BLK_DEV_IDEPCIconfig BLK_DEV_AEC62XXtristate "AEC62XX chipset support"select BLK_DEV_IDEDMA_PCIhelpThis driver adds explicit support for Acard AEC62xx (Artop ATP8xx)IDE controllers. This allows the kernel to change PIO, DMA and UDMAspeeds and to configure the chip to optimum performance.config BLK_DEV_ALI15X3tristate "ALI M15x3 chipset support"select BLK_DEV_IDEDMA_PCIhelpThis driver ensures (U)DMA support for ALI 1533, 1543 and 1543Conboard chipsets. It also tests for Simplex mode and enablesnormal dual channel support.If you say Y here, you also need to say Y to "Use DMA by defaultwhen available", above. Please read the comments at the top of<file:drivers/ide/pci/alim15x3.c>.If unsure, say N.config WDC_ALI15X3bool "ALI M15x3 WDC support (DANGEROUS)"depends on BLK_DEV_ALI15X3---help---This allows for UltraDMA support for WDC drives that ignore CRCchecking. You are a fool for enabling this option, but there havebeen requests. DO NOT COMPLAIN IF YOUR DRIVE HAS FS CORRUPTION, IFYOU ENABLE THIS! No one will listen, just laugh for ignoring thisSERIOUS WARNING.Using this option can allow WDC drives to run at ATA-4/5 transferrates with only an ATA-2 support structure.SAY N!config BLK_DEV_AMD74XXtristate "AMD and nVidia IDE support"depends on !ARMselect BLK_DEV_IDEDMA_PCIhelpThis driver adds explicit support for AMD-7xx and AMD-8111 chipsand also for the nVidia nForce chip. This allows the kernel tochange PIO, DMA and UDMA speeds and to configure the chip tooptimum performance.config BLK_DEV_ATIIXPtristate "ATI IXP chipset IDE support"depends on X86select BLK_DEV_IDEDMA_PCIhelpThis driver adds explicit support for ATI IXP chipset.This allows the kernel to change PIO, DMA and UDMA speedsand to configure the chip to optimum performance.Say Y here if you have an ATI IXP chipset IDE controller.config BLK_DEV_CMD64Xtristate "CMD64{3|6|8|9} chipset support"select BLK_DEV_IDEDMA_PCIhelpSay Y here if you have an IDE controller which uses any of thesechipsets: CMD643, CMD646, or CMD648.config BLK_DEV_TRIFLEXtristate "Compaq Triflex IDE support"select BLK_DEV_IDEDMA_PCIhelpSay Y here if you have a Compaq Triflex IDE controller, suchas those commonly found on Compaq Pentium-Pro systemsconfig BLK_DEV_CY82C693tristate "CY82C693 chipset support"select BLK_DEV_IDEDMA_PCIhelpThis driver adds detection and support for the CY82C693 chipsetused on Digital's PC-Alpha 164SX boards.If you say Y here, you need to say Y to "Use DMA by defaultwhen available" as well.config BLK_DEV_CS5520tristate "Cyrix CS5510/20 MediaGX chipset support (VERY EXPERIMENTAL)"depends on EXPERIMENTALselect BLK_DEV_IDEDMA_PCIhelpInclude support for PIO tuning and virtual DMA on the Cyrix MediaGX5510/5520 chipset. This will automatically be detected andconfigured if found.It is safe to say Y to this question.config BLK_DEV_CS5530tristate "Cyrix/National Semiconductor CS5530 MediaGX chipset support"select BLK_DEV_IDEDMA_PCIhelpInclude support for UDMA on the Cyrix MediaGX 5530 chipset. Thiswill automatically be detected and configured if found.It is safe to say Y to this question.config BLK_DEV_CS5535tristate "AMD CS5535 chipset support"depends on X86 && !X86_64select BLK_DEV_IDEDMA_PCIhelpInclude support for UDMA on the NSC/AMD CS5535 companion chipset.This will automatically be detected and configured if found.It is safe to say Y to this question.config BLK_DEV_HPT34Xtristate "HPT34X chipset support"select BLK_DEV_IDEDMA_PCIhelpThis driver adds up to 4 more EIDE devices sharing a singleinterrupt. The HPT343 chipset in its current form is a non-bootablecontroller; the HPT345/HPT363 chipset is a bootable (needs BIOS FIX)PCI UDMA controllers. This driver requires dynamic tuning of thechipset during the ide-probe at boot time. It is reported to supportDVD II drives, by the manufacturer.config HPT34X_AUTODMAbool "HPT34X AUTODMA support (EXPERIMENTAL)"depends on BLK_DEV_HPT34X && EXPERIMENTALhelpThis is a dangerous thing to attempt currently! Please read thecomments at the top of <file:drivers/ide/pci/hpt34x.c>. If you say Yhere, then say Y to "Use DMA by default when available" as well.If unsure, say N.config BLK_DEV_HPT366tristate "HPT36X/37X chipset support"select BLK_DEV_IDEDMA_PCIhelpHPT366 is an Ultra DMA chipset for ATA-66.HPT368 is an Ultra DMA chipset for ATA-66 RAID Based.HPT370 is an Ultra DMA chipset for ATA-100.HPT372 is an Ultra DMA chipset for ATA-100.HPT374 is an Ultra DMA chipset for ATA-100.This driver adds up to 4 more EIDE devices sharing a singleinterrupt.The HPT366 chipset in its current form is bootable. One solutionfor this problem are special LILO commands for redirecting thereference to device 0x80. The other solution is to say Y to "Bootoff-board chipsets first support" (CONFIG_BLK_DEV_OFFBOARD) unlessyour mother board has the chipset natively mounted. Regardless oneshould use the fore mentioned option and call at LILO or include"ide=reverse" in LILO's append-line.This driver requires dynamic tuning of the chipset during theide-probe at boot. It is reported to support DVD II drives, by themanufacturer.config BLK_DEV_JMICRONtristate "JMicron JMB36x support"select BLK_DEV_IDEDMA_PCIhelpBasic support for the JMicron ATA controllers. For full supportuse the libata drivers.config BLK_DEV_SC1200tristate "National SCx200 chipset support"select BLK_DEV_IDEDMA_PCIhelpThis driver adds support for the built in IDE on the NationalSCx200 series of embedded x86 "Geode" systemsconfig BLK_DEV_PIIXtristate "Intel PIIXn chipsets support"select BLK_DEV_IDEDMA_PCIhelpThis driver adds explicit support for Intel PIIX and ICH chipsand also for the Efar Victory66 (slc90e66) chip. This allowsthe kernel to change PIO, DMA and UDMA speeds and to configurethe chip to optimum performance.config BLK_DEV_IT8213tristate "IT8213 IDE support"select BLK_DEV_IDEDMA_PCIhelpThis driver adds support for the ITE 8213 IDE controller.config BLK_DEV_IT821Xtristate "IT821X IDE support"select BLK_DEV_IDEDMA_PCIhelpThis driver adds support for the ITE 8211 IDE controller and theIT 8212 IDE RAID controller in both RAID and pass-through mode.config BLK_DEV_NS87415tristate "NS87415 chipset support"select BLK_DEV_IDEDMA_PCIhelpThis driver adds detection and support for the NS87415 chip(used mainly on SPARC64 and PA-RISC machines).Please read the comments at the top of <file:drivers/ide/pci/ns87415.c>.config BLK_DEV_PDC202XX_OLDtristate "PROMISE PDC202{46|62|65|67} support"select BLK_DEV_IDEDMA_PCIhelpPromise Ultra33 or PDC20246Promise Ultra66 or PDC20262Promise Ultra100 or PDC20265/PDC20267/PDC20268This driver adds up to 4 more EIDE devices sharing a singleinterrupt. This add-on card is a bootable PCI UDMA controller. Sincemultiple cards can be installed and there are BIOS ROM problems thathappen if the BIOS revisions of all installed cards (three-max) donot match, the driver attempts to do dynamic tuning of the chipsetat boot-time for max-speed. Ultra33 BIOS 1.25 or newer is requiredfor more than one card. This card may require that you say Y to"Special UDMA Feature".If you say Y here, you need to say Y to "Use DMA by default whenavailable" as well.Please read the comments at the top of<file:drivers/ide/pci/pdc202xx_old.c>.If unsure, say N.config PDC202XX_BURSTbool "Special UDMA Feature"depends on BLK_DEV_PDC202XX_OLDhelpThis option causes the pdc202xx driver to enable UDMA modes on thePDC202xx even when the PDC202xx BIOS has not done so.It was originally designed for the PDC20246/Ultra33, whose BIOS willonly setup UDMA on the first two PDC20246 cards. It has also beenused successfully on a PDC20265/Ultra100, allowing use of UDMA modeswhen the PDC20265 BIOS has been disabled (for faster boot up).Please read the comments at the top of<file:drivers/ide/pci/pdc202xx_old.c>.If unsure, say N.config BLK_DEV_PDC202XX_NEWtristate "PROMISE PDC202{68|69|70|71|75|76|77} support"select BLK_DEV_IDEDMA_PCIconfig BLK_DEV_SVWKStristate "ServerWorks OSB4/CSB5/CSB6 chipsets support"select BLK_DEV_IDEDMA_PCIhelpThis driver adds PIO/(U)DMA support for the ServerWorks OSB4/CSB5chipsets.config BLK_DEV_SGIIOC4tristate "Silicon Graphics IOC4 chipset ATA/ATAPI support"depends on (IA64_SGI_SN2 || IA64_GENERIC) && SGI_IOC4select IDEPCI_SHARE_IRQselect BLK_DEV_IDEDMA_PCIhelpThis driver adds PIO & MultiMode DMA-2 support for the SGI IOC4chipset, which has one channel and can support two devices.Please say Y here if you have an Altix System from SGI.config BLK_DEV_SIIMAGEtristate "Silicon Image chipset support"select BLK_DEV_IDEDMA_PCIhelpThis driver adds PIO/(U)DMA support for the SI CMD680 and SII3112 (Serial ATA) chips.config BLK_DEV_SIS5513tristate "SiS5513 chipset support"depends on X86select BLK_DEV_IDEDMA_PCIhelpThis driver ensures (U)DMA support for SIS5513 chipset family basedmainboards.The following chipsets are supported:ATA16: SiS5511, SiS5513ATA33: SiS5591, SiS5597, SiS5598, SiS5600ATA66: SiS530, SiS540, SiS620, SiS630, SiS640ATA100: SiS635, SiS645, SiS650, SiS730, SiS735, SiS740,SiS745, SiS750If you say Y here, you need to say Y to "Use DMA by default whenavailable" as well.Please read the comments at the top of <file:drivers/ide/pci/sis5513.c>.config BLK_DEV_SL82C105tristate "Winbond SL82c105 support"depends on (PPC || ARM)select BLK_DEV_IDEDMA_PCIhelpIf you have a Winbond SL82c105 IDE controller, say Y here to enablespecial configuration for this chip. This is common on various CHRPmotherboards, but could be used elsewhere. If in doubt, say Y.config BLK_DEV_SLC90E66tristate "SLC90E66 chipset support"select BLK_DEV_IDEDMA_PCIhelpThis driver ensures (U)DMA support for Victory66 SouthBridges forSMsC with Intel NorthBridges. This is an Ultra66 based chipset.The nice thing about it is that you can mix Ultra/DMA/PIO devicesand it will handle timing cycles. Since this is an improvedlook-a-like to the PIIX4 it should be a nice addition.If you say Y here, you need to say Y to "Use DMA by default whenavailable" as well.Please read the comments at the top of<file:drivers/ide/pci/slc90e66.c>.config BLK_DEV_TRM290tristate "Tekram TRM290 chipset support"select BLK_DEV_IDEDMA_PCIhelpThis driver adds support for bus master DMA transfersusing the Tekram TRM290 PCI IDE chip. Volunteers areneeded for further tweaking and development.Please read the comments at the top of <file:drivers/ide/pci/trm290.c>.config BLK_DEV_VIA82CXXXtristate "VIA82CXXX chipset support"select BLK_DEV_IDEDMA_PCIhelpThis driver adds explicit support for VIA BusMastering IDE chips.This allows the kernel to change PIO, DMA and UDMA speeds and toconfigure the chip to optimum performance.config BLK_DEV_TC86C001tristate "Toshiba TC86C001 support"select BLK_DEV_IDEDMA_PCIhelpThis driver adds support for Toshiba TC86C001 GOKU-S chip.config BLK_DEV_CELLEBtristate "Toshiba's Cell Reference Set IDE support"depends on PPC_CELLEBselect BLK_DEV_IDEDMA_PCIhelpThis driver provides support for the built-in IDE controller onToshiba Cell Reference Board.If unsure, say Y.endifconfig BLK_DEV_IDE_PMACbool "Builtin PowerMac IDE support"depends on PPC_PMAC && IDE=y && BLK_DEV_IDE=yhelpThis driver provides support for the built-in IDE controller onmost of the recent Apple Power Macintoshes and PowerBooks.If unsure, say Y.config BLK_DEV_IDE_PMAC_ATA100FIRSTbool "Probe internal ATA/100 (Kauai) first"depends on BLK_DEV_IDE_PMAChelpThis option will cause the ATA/100 controller found in UniNorth2based machines (Windtunnel PowerMac, Aluminium PowerBooks, ...)to be probed before the ATA/66 and ATA/33 controllers. Withoutthese, those machine used to have the hard disk on hdc and theCD-ROM on hda. This option changes this to more natural hda forhard disk and hdc for CD-ROM.config BLK_DEV_IDEDMA_PMACbool "PowerMac IDE DMA support"depends on BLK_DEV_IDE_PMACselect BLK_DEV_IDEDMA_PCIhelpThis option allows the driver for the built-in IDE controller onPower Macintoshes and PowerBooks to use DMA (direct memory access)to transfer data to and from memory. Saying Y is safe and improvesperformance.config BLK_DEV_IDE_SWARMtristate "IDE for Sibyte evaluation boards"depends on SIBYTE_SB1xxx_SOCconfig BLK_DEV_IDE_AU1XXXbool "IDE for AMD Alchemy Au1200"depends on SOC_AU1200choiceprompt "IDE Mode for AMD Alchemy Au1200"default CONFIG_BLK_DEV_IDE_AU1XXX_PIO_DBDMAdepends on SOC_AU1200 && BLK_DEV_IDE_AU1XXXconfig BLK_DEV_IDE_AU1XXX_PIO_DBDMAbool "PIO+DbDMA IDE for AMD Alchemy Au1200"config BLK_DEV_IDE_AU1XXX_MDMA2_DBDMAbool "MDMA2+DbDMA IDE for AMD Alchemy Au1200"depends on SOC_AU1200 && BLK_DEV_IDE_AU1XXXendchoiceconfig BLK_DEV_IDE_AU1XXX_SEQTS_PER_RQint "Maximum transfer size (KB) per request (up to 128)"default "128"depends on BLK_DEV_IDE_AU1XXXconfig IDE_ARMdef_bool ARM && (ARCH_CLPS7500 || ARCH_RPC || ARCH_SHARK)select IDE_GENERICconfig BLK_DEV_IDE_ICSIDEtristate "ICS IDE interface support"depends on ARM && ARCH_ACORNhelpOn Acorn systems, say Y here if you wish to use the ICS IDEinterface card. This is not required for ICS partition support.If you are unsure, say N to this.config BLK_DEV_IDEDMA_ICSbool "ICS DMA support"depends on BLK_DEV_IDE_ICSIDEhelpSay Y here if you want to add DMA (Direct Memory Access) support tothe ICS IDE driver.config BLK_DEV_IDE_RAPIDEtristate "RapIDE interface support"depends on ARM && ARCH_ACORNhelpSay Y here if you want to support the Yellowstone RapIDE controllermanufactured for use with Acorn computers.config BLK_DEV_IDE_BASTtristate "Simtec BAST / Thorcom VR1000 IDE support"depends on ARM && (ARCH_BAST || MACH_VR1000)helpSay Y here if you want to support the onboard IDE channels on theSimtec BAST or the Thorcom VR1000config ETRAX_IDEbool "ETRAX IDE support"depends on CRIS && BROKENselect BLK_DEV_IDEDMAselect IDE_GENERIChelpEnables the ETRAX IDE driver.You can't use parallel ports or SCSI ports at the same time.config ETRAX_IDE_DELAYint "Delay for drives to regain consciousness"depends on ETRAX_IDE && ETRAX_ARCH_V10default 15helpNumber of seconds to wait for IDE drives to spin up after an IDEreset.choiceprompt "IDE reset pin"depends on ETRAX_IDE && ETRAX_ARCH_V10default ETRAX_IDE_PB7_RESETconfig ETRAX_IDE_PB7_RESETbool "Port_PB_Bit_7"helpIDE reset on pin 7 on port Bconfig ETRAX_IDE_G27_RESETbool "Port_G_Bit_27"helpIDE reset on pin 27 on port Gendchoiceconfig IDE_H8300bool "H8300 IDE support"depends on H8300select IDE_GENERICdefault yhelpEnables the H8300 IDE driver.config BLK_DEV_GAYLEbool "Amiga Gayle IDE interface support"depends on AMIGAselect IDE_GENERIChelpThis is the IDE driver for the Amiga Gayle IDE interface. It supportsboth the `A1200 style' and `A4000 style' of the Gayle IDE interface,This includes builtin IDE interfaces on some Amiga models (A600,A1200, A4000, and A4000T), and IDE interfaces on the Zorro expansionbus (M-Tech E-Matrix 530 expansion card).Say Y if you have an Amiga with a Gayle IDE interface and want to useIDE devices (hard disks, CD-ROM drives, etc.) that are connected toit.Note that you also have to enable Zorro bus support if you want touse Gayle IDE interfaces on the Zorro expansion bus.config BLK_DEV_IDEDOUBLERbool "Amiga IDE Doubler support (EXPERIMENTAL)"depends on BLK_DEV_GAYLE && EXPERIMENTAL---help---This driver provides support for the so-called `IDE doublers' (madeby various manufacturers, e.g. Eyetech) that can be connected to thebuiltin IDE interface of some Amiga models. Using such an IDEdoubler, you can connect up to four instead of two IDE devices onthe Amiga's builtin IDE interface.Note that the normal Amiga Gayle IDE driver may not work correctlyif you have an IDE doubler and don't enable this driver!Say Y if you have an IDE doubler. The driver is enabled at kernelruntime using the "ide=doubler" kernel boot parameter.config BLK_DEV_BUDDHAbool "Buddha/Catweasel/X-Surf IDE interface support (EXPERIMENTAL)"depends on ZORRO && EXPERIMENTALselect IDE_GENERIChelpThis is the IDE driver for the IDE interfaces on the Buddha,Catweasel and X-Surf expansion boards. It supports up to two interfaceson the Buddha, three on the Catweasel and two on the X-Surf.Say Y if you have a Buddha or Catweasel expansion board and want touse IDE devices (hard disks, CD-ROM drives, etc.) that are connectedto one of its IDE interfaces.config BLK_DEV_FALCON_IDEbool "Falcon IDE interface support"depends on ATARIselect IDE_GENERIChelpThis is the IDE driver for the builtin IDE interface on the AtariFalcon. Say Y if you have a Falcon and want to use IDE devices (harddisks, CD-ROM drives, etc.) that are connected to the builtin IDEinterface.config BLK_DEV_MAC_IDEbool "Macintosh Quadra/Powerbook IDE interface support"depends on MACselect IDE_GENERIChelpThis is the IDE driver for the builtin IDE interface on some m68kMacintosh models. It supports both the `Quadra style' (used inQuadra/ Centris 630 and Performa 588 models) and `Powerbook style'(used in the Powerbook 150 and 190 models) IDE interface.Say Y if you have such an Macintosh model and want to use IDEdevices (hard disks, CD-ROM drives, etc.) that are connected to thebuiltin IDE interface.config BLK_DEV_Q40IDEbool "Q40/Q60 IDE interface support"depends on Q40select IDE_GENERIChelpEnable the on-board IDE controller in the Q40/Q60. This shouldnormally be on; disable it only if you are running a custom harddrive subsystem through an expansion card.config BLK_DEV_MPC8xx_IDEbool "MPC8xx IDE support"depends on 8xx && (LWMON || IVMS8 || IVML24 || TQM8xxL) && IDE=y && BLK_DEV_IDE=y && !PPC_MERGEselect IDE_GENERIChelpThis option provides support for IDE on Motorola MPC8xx Systems.Please see 'Type of MPC8xx IDE interface' for details.If unsure, say N.choiceprompt "Type of MPC8xx IDE interface"depends on BLK_DEV_MPC8xx_IDEdefault IDE_8xx_PCCARDconfig IDE_8xx_PCCARDbool "8xx_PCCARD"---help---Select how the IDE devices are connected to the MPC8xx system:8xx_PCCARD uses the 8xx internal PCMCIA interface in combinationwith a PC Card (e.g. ARGOSY portable Hard Disk Adapter),ATA PC Card HDDs or ATA PC Flash Cards (example: TQM8xxLsystems)8xx_DIRECT is used for directly connected IDE devices using the 8xxinternal PCMCIA interface (example: IVMS8 systems)EXT_DIRECT is used for IDE devices directly connected to the 8xxbus using some glue logic, but _not_ the 8xx internalPCMCIA interface (example: IDIF860 systems)config IDE_8xx_DIRECTbool "8xx_DIRECT"config IDE_EXT_DIRECTbool "EXT_DIRECT"endchoice# no isa -> no vlbif ISAcomment "Other IDE chipsets support"comment "Note: most of these also require special kernel boot parameters"config BLK_DEV_4DRIVESbool "Generic 4 drives/port support"helpCertain older chipsets, including the Tekram 690CD, use a single setof I/O ports at 0x1f0 to control up to four drives, instead of thecustomary two drives per port. Support for this can be enabled atruntime using the "ide0=four" kernel boot parameter if you say Yhere.config BLK_DEV_ALI14XXtristate "ALI M14xx support"helpThis driver is enabled at runtime using the "ali14xx.probe" kernelboot parameter. It enables support for the secondary IDE interfaceof the ALI M1439/1443/1445/1487/1489 chipsets, and permits fasterI/O speeds to be set as well. See the files<file:Documentation/ide.txt> and <file:drivers/ide/legacy/ali14xx.c> formore info.config BLK_DEV_DTC2278tristate "DTC-2278 support"helpThis driver is enabled at runtime using the "dtc2278.probe" kernelboot parameter. It enables support for the secondary IDE interfaceof the DTC-2278 card, and permits faster I/O speeds to be set aswell. See the <file:Documentation/ide.txt> and<file:drivers/ide/legacy/dtc2278.c> files for more info.config BLK_DEV_HT6560Btristate "Holtek HT6560B support"helpThis driver is enabled at runtime using the "ht6560b.probe" kernelboot parameter. It enables support for the secondary IDE interfaceof the Holtek card, and permits faster I/O speeds to be set as well.See the <file:Documentation/ide.txt> and<file:drivers/ide/legacy/ht6560b.c> files for more info.config BLK_DEV_QD65XXtristate "QDI QD65xx support"helpThis driver is enabled at runtime using the "qd65xx.probe" kernelboot parameter. It permits faster I/O speeds to be set. See the<file:Documentation/ide.txt> and <file:drivers/ide/legacy/qd65xx.c> formore info.config BLK_DEV_UMC8672tristate "UMC-8672 support"helpThis driver is enabled at runtime using the "umc8672.probe" kernelboot parameter. It enables support for the secondary IDE interfaceof the UMC-8672, and permits faster I/O speeds to be set as well.See the files <file:Documentation/ide.txt> and<file:drivers/ide/legacy/umc8672.c> for more info.endifconfig BLK_DEV_IDEDMAdef_bool BLK_DEV_IDEDMA_PCI || BLK_DEV_IDEDMA_PMAC || BLK_DEV_IDEDMA_ICS || BLK_DEV_IDE_AU1XXX_MDMA2_DBDMAconfig IDE_ARCH_OBSOLETE_INITdef_bool ALPHA || (ARM && !ARCH_L7200) || BLACKFIN || X86 || IA64 || M32R || MIPS || PARISC || PPC || (SUPERH64 && BLK_DEV_IDEPCI) || SPARCendifconfig BLK_DEV_HD_ONLYbool "Old hard disk (MFM/RLL/IDE) driver"depends on BLK_DEV_IDE=nhelpThere are two drivers for MFM/RLL/IDE hard disks. Most people usethe newer enhanced driver, but this old one is still around for tworeasons. Some older systems have strange timing problems and seem towork only with the old driver (which itself does not work with somenewer systems). The other reason is that the old driver is smaller,since it lacks the enhanced functionality of the new one. This makesit a good choice for systems with very tight memory restrictions, orfor systems with only older MFM/RLL/ESDI drives. Choosing the olddriver can save 13 KB or so of kernel memory.If you are unsure, then just choose the Enhanced IDE/MFM/RLL driverinstead of this one. For more detailed information, read theDisk-HOWTO, available from<http://www.tldp.org/docs.html#howto>.config BLK_DEV_HDdef_bool BLK_DEV_HD_IDE || BLK_DEV_HD_ONLYendif # IDE
