Kconfig 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. config ATA
  2. tristate "ATA device support"
  3. depends on SCSI
  4. ---help---
  5. If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or
  6. any other ATA device under Linux, say Y and make sure that you know
  7. the name of your ATA host adapter (the card inside your computer
  8. that "speaks" the ATA protocol, also called ATA controller),
  9. because you will be asked for it.
  10. config SCSI_SATA_AHCI
  11. tristate "AHCI SATA support"
  12. depends on ATA && PCI
  13. help
  14. This option enables support for AHCI Serial ATA.
  15. If unsure, say N.
  16. config SCSI_SATA_SVW
  17. tristate "ServerWorks Frodo / Apple K2 SATA support"
  18. depends on ATA && PCI
  19. help
  20. This option enables support for Broadcom/Serverworks/Apple K2
  21. SATA support.
  22. If unsure, say N.
  23. config SCSI_ATA_PIIX
  24. tristate "Intel PIIX/ICH SATA support"
  25. depends on ATA && PCI
  26. help
  27. This option enables support for ICH5/6/7/8 Serial ATA.
  28. If PATA support was enabled previously, this enables
  29. support for select Intel PIIX/ICH PATA host controllers.
  30. If unsure, say N.
  31. config SCSI_SATA_MV
  32. tristate "Marvell SATA support (HIGHLY EXPERIMENTAL)"
  33. depends on ATA && PCI && EXPERIMENTAL
  34. help
  35. This option enables support for the Marvell Serial ATA family.
  36. Currently supports 88SX[56]0[48][01] chips.
  37. If unsure, say N.
  38. config SCSI_SATA_NV
  39. tristate "NVIDIA SATA support"
  40. depends on ATA && PCI
  41. help
  42. This option enables support for NVIDIA Serial ATA.
  43. If unsure, say N.
  44. config SCSI_PDC_ADMA
  45. tristate "Pacific Digital ADMA support"
  46. depends on ATA && PCI
  47. help
  48. This option enables support for Pacific Digital ADMA controllers
  49. If unsure, say N.
  50. config SCSI_SATA_QSTOR
  51. tristate "Pacific Digital SATA QStor support"
  52. depends on ATA && PCI
  53. help
  54. This option enables support for Pacific Digital Serial ATA QStor.
  55. If unsure, say N.
  56. config SCSI_SATA_PROMISE
  57. tristate "Promise SATA TX2/TX4 support"
  58. depends on ATA && PCI
  59. help
  60. This option enables support for Promise Serial ATA TX2/TX4.
  61. If unsure, say N.
  62. config SCSI_SATA_SX4
  63. tristate "Promise SATA SX4 support"
  64. depends on ATA && PCI && EXPERIMENTAL
  65. help
  66. This option enables support for Promise Serial ATA SX4.
  67. If unsure, say N.
  68. config SCSI_SATA_SIL
  69. tristate "Silicon Image SATA support"
  70. depends on ATA && PCI
  71. help
  72. This option enables support for Silicon Image Serial ATA.
  73. If unsure, say N.
  74. config SCSI_SATA_SIL24
  75. tristate "Silicon Image 3124/3132 SATA support"
  76. depends on ATA && PCI
  77. help
  78. This option enables support for Silicon Image 3124/3132 Serial ATA.
  79. If unsure, say N.
  80. config SCSI_SATA_SIS
  81. tristate "SiS 964/180 SATA support"
  82. depends on ATA && PCI
  83. help
  84. This option enables support for SiS Serial ATA 964/180.
  85. If unsure, say N.
  86. config SCSI_SATA_ULI
  87. tristate "ULi Electronics SATA support"
  88. depends on ATA && PCI
  89. help
  90. This option enables support for ULi Electronics SATA.
  91. If unsure, say N.
  92. config SCSI_SATA_VIA
  93. tristate "VIA SATA support"
  94. depends on ATA && PCI
  95. help
  96. This option enables support for VIA Serial ATA.
  97. If unsure, say N.
  98. config SCSI_SATA_VITESSE
  99. tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
  100. depends on ATA && PCI
  101. help
  102. This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
  103. If unsure, say N.
  104. config SCSI_SATA_INTEL_COMBINED
  105. bool
  106. depends on IDE=y && !BLK_DEV_IDE_SATA && (SCSI_SATA_AHCI || SCSI_ATA_PIIX)
  107. default y