mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
1.7 KiB

  1. dnl Activate SCSI discs and cd-roms - but not the verbose
  2. dnl SCSI error reporting (CONSTANTS)
  3. dnl
  4. CONFIG_SCSI=y
  5. CONFIG_BLK_DEV_SD=y
  6. CONFIG_BLK_DEV_SR=y
  7. CONFIG_CHR_DEV_SG=y
  8. # CONFIG_SCSI_CONSTANTS is not set
  9. dnl Do use IDE SCSI emulation support for ATAPI Devices
  10. dnl per default.
  11. dnl
  12. CONFIG_BLK_DEV_IDESCSI=y
  13. CONFIG_BLK_DEV_IDECD=m
  14. # CONFIG_BLK_DEV_IDETAPE is not set
  15. CONFIG_BLK_DEV_IDEFLOPPY=y
  16. # CONFIG_IDE_TASKFILE_IO is not set
  17. dnl Use multi-mode and DMA since this reduces the CPU load and
  18. dnl also increases the IDE I/O performance in general
  19. CONFIG_BLK_DEV_IDEDMA=y
  20. CONFIG_IDEDISK_MULTI_MODE=y
  21. CONFIG_IDEDMA_PCI_AUTO=y
  22. dnl Activate widest used IDE drivers (for proper DMA support)
  23. dnl
  24. CONFIG_BLK_DEV_ALI15X3=y
  25. CONFIG_BLK_DEV_AMD74XX=y
  26. CONFIG_BLK_DEV_CMD64X=y
  27. CONFIG_BLK_DEV_CS5530=y
  28. CONFIG_BLK_DEV_HPT34X=y
  29. CONFIG_BLK_DEV_HPT366=y
  30. CONFIG_BLK_DEV_NS87415=m
  31. CONFIG_BLK_DEV_OPTI621=m
  32. CONFIG_BLK_DEV_PDC202XX=y
  33. CONFIG_BLK_DEV_PDC202XX_OLD=y
  34. CONFIG_BLK_DEV_PDC202XX_NEW=y
  35. CONFIG_BLK_DEV_PIIX=y
  36. CONFIG_BLK_DEV_RZ1000=y
  37. CONFIG_BLK_DEV_SC1200=y
  38. CONFIG_BLK_DEV_SVWKS=y
  39. CONFIG_BLK_DEV_SIIMAGE=y
  40. CONFIG_BLK_DEV_SIS5513=y
  41. CONFIG_BLK_DEV_SLC90E66=y
  42. CONFIG_BLK_DEV_TRM290=y
  43. CONFIG_BLK_DEV_VIA82CXXX=y
  44. dnl Widest used non-on-board card
  45. dnl
  46. CONFIG_SCSI_AIC7XXX=y
  47. # CONFIG_AIC7XXX_TCQ_ON_BY_DEFAULT is not set
  48. dnl Widest used on-board card
  49. dnl
  50. CONFIG_SCSI_SYM53C8XX_2=y
  51. dnl Enable PCMCIA SCSI (drivers themself are modules)
  52. dnl
  53. CONFIG_SCSI_PCMCIA=y
  54. dnl Enable non-scsi cd-rom drives (drivers themself are modules)
  55. dnl
  56. CONFIG_CD_NO_IDESCSI=y
  57. dnl Enable software-raid
  58. dnl
  59. CONFIG_MD=y
  60. CONFIG_BLK_DEV_MD=y
  61. CONFIG_MD_LINEAR=y
  62. CONFIG_MD_RAID0=y
  63. CONFIG_MD_RAID1=y
  64. CONFIG_MD_RAID5=y
  65. CONFIG_MD_MULTIPATH=m
  66. CONFIG_BLK_DEV_LVM=y