Advertisement
nimoov

kernel config

Aug 6th, 2012
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. cat .config | egrep SCSI
  2. # SCSI device support
  3. CONFIG_SCSI_MOD=y
  4. CONFIG_SCSI=y
  5. CONFIG_SCSI_DMA=y
  6. # CONFIG_SCSI_TGT is not set
  7. # CONFIG_SCSI_NETLINK is not set
  8. CONFIG_SCSI_PROC_FS=y
  9. # SCSI support type (disk, tape, CD-ROM)
  10. # CONFIG_SCSI_MULTI_LUN is not set
  11. CONFIG_SCSI_CONSTANTS=y
  12. # CONFIG_SCSI_LOGGING is not set
  13. # CONFIG_SCSI_SCAN_ASYNC is not set
  14. CONFIG_SCSI_WAIT_SCAN=m
  15. # SCSI Transports
  16. CONFIG_SCSI_SPI_ATTRS=y
  17. # CONFIG_SCSI_FC_ATTRS is not set
  18. # CONFIG_SCSI_ISCSI_ATTRS is not set
  19. CONFIG_SCSI_SAS_ATTRS=y
  20. CONFIG_SCSI_SAS_LIBSAS=y
  21. CONFIG_SCSI_SAS_ATA=y
  22. CONFIG_SCSI_SAS_HOST_SMP=y
  23. # CONFIG_SCSI_SRP_ATTRS is not set
  24. CONFIG_SCSI_LOWLEVEL=y
  25. # CONFIG_ISCSI_TCP is not set
  26. # CONFIG_ISCSI_BOOT_SYSFS is not set
  27. # CONFIG_SCSI_CXGB3_ISCSI is not set
  28. # CONFIG_SCSI_CXGB4_ISCSI is not set
  29. # CONFIG_SCSI_BNX2_ISCSI is not set
  30. # CONFIG_SCSI_BNX2X_FCOE is not set
  31. # CONFIG_BE2ISCSI is not set
  32. # CONFIG_SCSI_HPSA is not set
  33. # CONFIG_SCSI_3W_9XXX is not set
  34. # CONFIG_SCSI_3W_SAS is not set
  35. # CONFIG_SCSI_ACARD is not set
  36. # CONFIG_SCSI_AACRAID is not set
  37. # CONFIG_SCSI_AIC7XXX is not set
  38. # CONFIG_SCSI_AIC7XXX_OLD is not set
  39. # CONFIG_SCSI_AIC79XX is not set
  40. CONFIG_SCSI_AIC94XX=y
  41. # CONFIG_SCSI_MVSAS is not set
  42. # CONFIG_SCSI_MVUMI is not set
  43. # CONFIG_SCSI_DPT_I2O is not set
  44. # CONFIG_SCSI_ADVANSYS is not set
  45. # CONFIG_SCSI_ARCMSR is not set
  46. CONFIG_SCSI_MPT2SAS=y
  47. CONFIG_SCSI_MPT2SAS_MAX_SGE=128
  48. # CONFIG_SCSI_MPT2SAS_LOGGING is not set
  49. # CONFIG_SCSI_HPTIOP is not set
  50. # CONFIG_SCSI_BUSLOGIC is not set
  51. # CONFIG_VMWARE_PVSCSI is not set
  52. # CONFIG_SCSI_DMX3191D is not set
  53. # CONFIG_SCSI_EATA is not set
  54. # CONFIG_SCSI_FUTURE_DOMAIN is not set
  55. # CONFIG_SCSI_GDTH is not set
  56. # CONFIG_SCSI_ISCI is not set
  57. # CONFIG_SCSI_IPS is not set
  58. # CONFIG_SCSI_INITIO is not set
  59. # CONFIG_SCSI_INIA100 is not set
  60. # CONFIG_SCSI_STEX is not set
  61. # CONFIG_SCSI_SYM53C8XX_2 is not set
  62. # CONFIG_SCSI_IPR is not set
  63. # CONFIG_SCSI_QLOGIC_1280 is not set
  64. # CONFIG_SCSI_QLA_FC is not set
  65. # CONFIG_SCSI_QLA_ISCSI is not set
  66. # CONFIG_SCSI_LPFC is not set
  67. # CONFIG_SCSI_DC395x is not set
  68. # CONFIG_SCSI_DC390T is not set
  69. # CONFIG_SCSI_DEBUG is not set
  70. # CONFIG_SCSI_PMCRAID is not set
  71. # CONFIG_SCSI_PM8001 is not set
  72. # CONFIG_SCSI_SRP is not set
  73. # CONFIG_SCSI_BFA_FC is not set
  74. # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set
  75. # CONFIG_SCSI_DH is not set
  76. # CONFIG_SCSI_OSD_INITIATOR is not set
  77. # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
  78. # CONFIG_ISCSI_IBFT_FIND is not set
  79.  
  80. cat .config | egrep SATA
  81. CONFIG_SATA_PMP=y
  82. CONFIG_SATA_AHCI=y
  83. # CONFIG_SATA_AHCI_PLATFORM is not set
  84. # CONFIG_SATA_INIC162X is not set
  85. # CONFIG_SATA_ACARD_AHCI is not set
  86. # CONFIG_SATA_SIL24 is not set
  87. # CONFIG_SATA_QSTOR is not set
  88. # CONFIG_SATA_SX4 is not set
  89. # SATA SFF controllers with BMDMA
  90. # CONFIG_SATA_MV is not set
  91. # CONFIG_SATA_NV is not set
  92. # CONFIG_SATA_PROMISE is not set
  93. # CONFIG_SATA_SIL is not set
  94. # CONFIG_SATA_SIS is not set
  95. # CONFIG_SATA_SVW is not set
  96. # CONFIG_SATA_ULI is not set
  97. # CONFIG_SATA_VIA is not set
  98. # CONFIG_SATA_VITESSE is not set
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement