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.

80 lines
1.8 KiB

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