home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / drivers / scsi / Kconfig.pata < prev    next >
Encoding:
Text File  |  2006-08-11  |  8.8 KB  |  342 lines

  1. menu "PATA Device drivers (LIBATA-IDE)"
  2.  
  3. config SCSI_PATA_ALI
  4.     tristate "ALi PATA support (Raving Lunatic)"
  5.     depends on SCSI_SATA && PCI && EXPERIMENTAL
  6.     help
  7.       This option enables support for the ALi ATA interfaces
  8.       found on the many ALi chipsets.
  9.  
  10.       If unsure, say N.
  11.  
  12. config SCSI_PATA_AMD
  13.     tristate "AMD/NVidia PATA support"
  14.     depends on SCSI_SATA && PCI
  15.     help
  16.       This option enables support for the AMD and NVidia PATA
  17.       interfaces found on the chipsets for Athlon/Athlon64.
  18.  
  19.       If unsure, say N.
  20.  
  21. config SCSI_PATA_ARTOP
  22.     tristate "ARTOP 6210/6260 PATA support (Raving Lunatic)"
  23.     depends on SCSI_SATA && PCI && EXPERIMENTAL
  24.     help
  25.       This option enables support for ARTOP PATA controllers.
  26.  
  27.       If unsure, say N.
  28.  
  29. config SCSI_PATA_ATIIXP
  30.     tristate "ATI PATA support (Raving Lunatic)"
  31.     depends on SCSI_SATA && PCI
  32.     help
  33.       This option enables support for the ATI ATA interfaces
  34.       found on the many ATI chipsets.
  35.  
  36.       If unsure, say N.
  37.  
  38. config SCSI_PATA_CMD64X
  39.     tristate "CMD64x PATA support (Raving Lunatic)"
  40.     depends on SCSI_SATA && PCI
  41.     help
  42.       This option enables support for the CMD64x series chips
  43.       except for the CMD640.
  44.  
  45.       If unsure, say N.
  46.  
  47. config SCSI_PATA_CS5520
  48.     tristate "CS5510/5520 PATA support"
  49.     depends on SCSI_SATA && PCI
  50.     help
  51.       This option enables support for the Cyrix 5510/5520
  52.       companion chip used with the MediaGX/Geode processor family.
  53.  
  54.       If unsure, say N.
  55.  
  56. config SCSI_PATA_CS5530
  57.     tristate "CS5530 PATA support (Raving Lunatic)"
  58.     depends on SCSI_SATA && PCI && EXPERIMENTAL
  59.     help
  60.       This option enables support for the Cyrix/NatSemi/AMD CS5530
  61.       companion chip used with the MediaGX/Geode processor family.
  62.  
  63.       If unsure, say N.
  64.  
  65. config SCSI_PATA_CS5535
  66.     tristate "CS5535 PATA support (Raving Lunatic)"
  67.     depends on SCSI_SATA && PCI && X86 && !X86_64 && EXPERIMENTAL
  68.     help
  69.       This option enables support for the NatSemi/AMD CS5535
  70.       companion chip used with the Geode processor family.
  71.  
  72.       If unsure, say N.
  73.  
  74. config SCSI_PATA_CYPRESS
  75.     tristate "Cypress CY82C693 PATA support (Raving Lunatic)"
  76.     depends on SCSI_SATA && PCI && EXPERIMENTAL
  77.     help
  78.       This option enables support for the Cypress/Contaq CY82C693
  79.       chipset found in some Alpha systems
  80.  
  81.       If unsure, say N.
  82.  
  83. config SCSI_PATA_EFAR
  84.     tristate "EFAR SLC90E66 support"
  85.     depends on SCSI_SATA && PCI
  86.     help
  87.       This option enables support for the EFAR SLC90E66
  88.       IDE controller found on some older machines.
  89.  
  90.       If unsure, say N.
  91.  
  92. config SCSI_ATA_GENERIC
  93.     tristate "Generic PATA support"
  94.     depends on SCSI_SATA && PCI
  95.     help
  96.       This option enables support for generic BIOS configured
  97.       PATA controllers via the new ATA layer
  98.  
  99.       If unsure, say N.
  100.  
  101. config SCSI_PATA_HPT37X
  102.     tristate "HPT 370/370A/371/372/374/302 PATA support (Raving Lunatic)"
  103.     depends on SCSI_SATA && PCI && EXPERIMENTAL
  104.     help
  105.       This option enables support for the majority of the later HPT
  106.       PATA controllers via the new ATA layer.
  107.  
  108.       If unsure, say N.
  109.  
  110. config SCSI_PATA_HPT3X2N
  111.     tristate "HPT 372N/302N PATA support (Raving Lunatic)"
  112.     depends on SCSI_SATA && PCI && EXPERIMENTAL
  113.     help
  114.       This option enables support for the N variant HPT PATA
  115.       controllers via the new ATA layer
  116.  
  117.       If unsure, say N.
  118.  
  119. config SCSI_PATA_HPT3X3
  120.     tristate "HPT 343/363 PATA support (Raving Lunatic)"
  121.     depends on SCSI_SATA && PCI
  122.     help
  123.       This option enables support for the HPT 343/363
  124.       PATA controllers via the new ATA layer
  125.  
  126.       If unsure, say N.
  127.  
  128. config SCSI_PATA_HPT366
  129.     tristate "HPT36X PATA support"
  130.     depends on SCSI_SATA && PCI
  131.     help
  132.       This option enables support for the HPT 366 PATA controllers
  133.       via the new ATA layer
  134.  
  135.       If unsure, say N.
  136.  
  137. config SCSI_PATA_ISAPNP
  138.     tristate "ISA Plug and Play PATA support (Raving Lunatic)"
  139.     depends on SCSI_SATA && EXPERIMENTAL
  140.     help
  141.       This option enables support for ISA plug & play ATA
  142.       controllers such as those found on old soundcards.
  143.  
  144.       If unsure, say N.
  145.  
  146. config SCSI_PATA_IT8172
  147.     tristate "IT8172 PATA support (Raving Lunatic)"
  148.     depends on SCSI_SATA && PCI && EXPERIMENTAL
  149.     help
  150.       This option enables support for the ITE 8172 PATA controller
  151.       via the new ATA layer.
  152.  
  153.       If unsure, say N.
  154.  
  155. config SCSI_PATA_IT821X
  156.     tristate "IT821x PATA support (Raving Lunatic)"
  157.     depends on SCSI_SATA && PCI && EXPERIMENTAL
  158.     help
  159.       This option enables support for the ITE 8211 and 8212
  160.       PATA controllers via the new ATA layer, including RAID
  161.       mode.
  162.  
  163.       If unsure, say N.
  164.  
  165. config SCSI_PATA_LEGACY
  166.     tristate "Legacy ISA PATA support (Raving Lunatic)"
  167.     depends on SCSI_SATA && PCI && EXPERIMENTAL
  168.     help
  169.       This option enables support for ISA bus legacy PATA
  170.       interfaces on ide2-5 and allows them to be accessed via
  171.       the new ATA layer.
  172.  
  173.       If unsure, say N.
  174.  
  175. config SCSI_PATA_MPIIX
  176.     tristate "Intel PATA MPIIX support"
  177.     depends on SCSI_SATA && PCI
  178.     help
  179.       This option enables support for MPIIX PATA support.
  180.  
  181.       If unsure, say N.
  182.  
  183. config SCSI_PATA_NETCELL
  184.     tristate "NETCELL Revolution RAID support"
  185.     depends on SCSI_SATA && PCI
  186.     help
  187.       This option enables support for the Netcell Revolution RAID
  188.       PATA controller.
  189.  
  190.       If unsure, say N.
  191.  
  192. config SCSI_PATA_NS87410
  193.     tristate "Nat Semi NS87410 PATA support (Experimental)"
  194.     depends on SCSI_SATA && PCI
  195.     help
  196.       This option enables support for the National Semiconductor
  197.       NS87410 PCI-IDE controller.
  198.  
  199.       If unsure, say N.
  200.  
  201. config SCSI_PATA_OLDPIIX
  202.     tristate "Intel PATA old PIIX support (Raving Lunatic)"
  203.     depends on SCSI_SATA && PCI && EXPERIMENTAL
  204.     help
  205.       This option enables support for early PIIX PATA interfaces.
  206.  
  207.       If unsure, say N.
  208.  
  209. config SCSI_PATA_PIIX
  210.     tristate "Intel PATA PIIX support from ata_piix"
  211.     depends SCSI_SATA && PCI && EXPERIMENTAL
  212.     select SCSI_ATA_PIIX
  213.     help
  214.       This option enabled support for PIIX PATA interfaces via the
  215.       ata_piix module
  216.  
  217.       In unsure, say N.
  218.  
  219. config SCSI_PATA_OPTI
  220.     tristate "OPTI621/6215 PATA support"
  221.     depends on SCSI_SATA && PCI
  222.     help
  223.       This option enables full PIO support for the early Opti ATA
  224.       controllers found on some old motherboards.
  225.  
  226.       If unsure, say N.
  227.  
  228. config SCSI_PATA_OPTIDMA
  229.     tristate "OPTI FireStar PATA support"
  230.     depends on SCSI_SATA && PCI
  231.     help
  232.       This option enables DMA/PIO support for the later OPTi
  233.       controllers found on some old motherboards and in some
  234.       latops
  235.  
  236.       If unsure, say N.
  237.  
  238. config SCSI_PATA_PCMCIA
  239.     tristate "PCMCIA PATA support (Raving Lunatic)"
  240.     depends on SCSI_SATA && PCMCIA
  241.     help
  242.       This option enables support for PCMCIA ATA interfaces, including
  243.       compact flash card adapters via the new ATA layer.
  244.  
  245.       If unsure, say N.
  246.  
  247. config SCSI_PATA_PDC_OLD
  248.     tristate "Older Promise PATA controller support (Raving Lunatic)"
  249.     depends on SCSI_SATA && PCI && EXPERIMENTAL
  250.     help
  251.       This option enables support for the Promise 20246, 20262, 20263,
  252.       20265 and 20267 adapters.
  253.  
  254.       If unsure, say N.
  255.  
  256. config SCSI_PATA_QDI
  257.     tristate "QDI VLB PATA support"
  258.     depends on SCSI_SATA
  259.     help
  260.       Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
  261.  
  262. config SCSI_PATA_RADISYS
  263.     tristate "RADISYS 82600 PATA support (Raving Lunatic)"
  264.     depends on SCSI_SATA && PCI && EXPERIMENTAL
  265.     help
  266.       This option enables support for the RADISYS 82600
  267.       PATA controllers via the new ATA layer
  268.  
  269.       If unsure, say N.
  270.  
  271. config SCSI_PATA_RZ1000
  272.     tristate "PC Tech RZ1000 PATA support"
  273.     depends on SCSI_SATA && PCI
  274.     help
  275.       This option enables basic support for the PC Tech RZ1000/1
  276.       PATA controllers via the new ATA layer
  277.  
  278.       If unsure, say N.
  279.  
  280. config SCSI_PATA_SC1200
  281.     tristate "SC1200 PATA support (Raving Lunatic)"
  282.     depends on SCSI_SATA && PCI && EXPERIMENTAL
  283.     help
  284.       This option enables support for the NatSemi/AMD SC1200 SoC
  285.       companion chip used with the Geode processor family.
  286.  
  287.       If unsure, say N.
  288.  
  289. config SCSI_PATA_SERVERWORKS
  290.     tristate "SERVERWORKS OSB4/CSB5/CSB6 PATA support (Experimental)"
  291.     depends on SCSI_SATA && PCI && EXPERIMENTAL
  292.     help
  293.       This option enables support for the Serverworks OSB4/CSB5 and
  294.       CSB6 IDE controllers, via the new ATA layer.
  295.  
  296.       If unsure, say N.
  297.  
  298. config SCSI_PATA_SIL680
  299.     tristate "CMD / Silicon Image 680 PATA support"
  300.     depends on SCSI_SATA && PCI
  301.     help
  302.       This option enables support for CMD / Silicon Image 680 PATA.
  303.  
  304.       If unsure, say N.
  305.  
  306. config SCSI_PATA_SIS
  307.     tristate "SiS PATA support (Experimental)"
  308.     depends on SCSI_SATA && PCI && EXPERIMENTAL
  309.     help
  310.       This option enables support for SiS PATA controllers
  311.  
  312.       If unsure, say N.
  313.  
  314. config SCSI_PATA_TRIFLEX
  315.     tristate "Compaq Triflex PATA support (Raving Lunatic)"
  316.     depends on SCSI_SATA && PCI && EXPERIMENTAL
  317.     help
  318.       Enable support for the Compaq 'Triflex' IDE controller as found
  319.       on many Compaq Pentium-Pro systems, via the new ATA layer.
  320.  
  321.       If unsure, say N.
  322.  
  323. config SCSI_PATA_VIA
  324.     tristate "VIA PATA support"
  325.     depends on SCSI_SATA && PCI
  326.     help
  327.       This option enables support for the VIA PATA interfaces
  328.       found on the many VIA chipsets.
  329.  
  330.       If unsure, say N.
  331.  
  332. config SCSI_PATA_WINBOND
  333.     tristate "Winbond SL82C105 PATA support"
  334.     depends on SCSI_SATA && PCI
  335.     help
  336.       This option enables support for SL82C105 PATA devices found in the
  337.       Netwinder and some other systems
  338.  
  339.       If unsure, say N.
  340.  
  341. endmenu
  342.