OpenSDE Framework (without history before r20070)
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
2.0 KiB

  1. dnl --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. dnl This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. dnl
  4. dnl Filename: architecture/share/kernel-block.conf.m4
  5. dnl Copyright (C) 2004 - 2006 The T2 SDE Project
  6. dnl
  7. dnl More information can be found in the files COPYING and README.
  8. dnl
  9. dnl This program is free software; you can redistribute it and/or modify
  10. dnl it under the terms of the GNU General Public License as published by
  11. dnl the Free Software Foundation; version 2 of the License. A copy of the
  12. dnl GNU General Public License can be found in the file COPYING.
  13. dnl --- SDE-COPYRIGHT-NOTE-END ---
  14. dnl Activate SCSI discs and cd-roms - but not the verbose
  15. dnl SCSI error reporting (CONSTANTS)
  16. dnl
  17. CONFIG_SCSI=y
  18. CONFIG_BLK_DEV_SD=m
  19. CONFIG_BLK_DEV_SR=m
  20. CONFIG_CHR_DEV_SG=m
  21. CONFIG_CHR_DEV_ST=m
  22. # CONFIG_SCSI_CONSTANTS is not set
  23. dnl Some IDE stuff
  24. dnl
  25. CONFIG_IDE=y
  26. CONFIG_IDEDMA_AUTO=y
  27. CONFIG_IDEPCI_SHARE_IRQ=y
  28. # CONFIG_IDE_TASKFILE_IO is not set
  29. CONFIG_BLK_DEV_IDEPCI=y
  30. CONFIG_BLK_DEV_IDEDMA=y
  31. CONFIG_BLK_DEV_HD=y
  32. CONFIG_BLK_DEV_IDE=y
  33. CONFIG_BLK_DEV_IDEDISK=m
  34. CONFIG_BLK_DEV_IDECD=m
  35. CONFIG_BLK_DEV_IDETAPE=m
  36. CONFIG_BLK_DEV_IDEFLOPPY=m
  37. CONFIG_BLK_DEV_IDEDMA_PCI=y
  38. dnl Make sure the drivers are modular ...
  39. dnl
  40. CONFIG_IDE_GENERIC=m
  41. CONFIG_BLK_DEV_CMD640=m
  42. CONFIG_BLK_DEV_GENERIC=m
  43. CONFIG_BLK_DEV_RZ1000=m
  44. CONFIG_BLK_DEV_PIIX=m
  45. CONFIG_BLK_DEV_PDC202XX_NEW=m
  46. CONFIG_SCSI_SATA=y
  47. dnl Make sure the drivers are modular ...
  48. dnl
  49. CONFIG_SCSI_ATA_PIIX=m
  50. CONFIG_SCSI_QLA2XXX=m
  51. CONFIG_SCSI_SYM53C8XX_2=m
  52. CONFIG_SCSI_QLA2XXX=m
  53. CONFIG_SCSI_MESH=m
  54. dnl "High end" SCSI not enabled by default
  55. CONFIG_FUSION=y
  56. dnl Use multi-mode and DMA since this reduces the CPU load and
  57. dnl also increases the IDE I/O performance in general
  58. CONFIG_BLK_DEV_IDEDMA=y
  59. CONFIG_IDEDISK_MULTI_MODE=y
  60. CONFIG_IDEDMA_PCI_AUTO=y
  61. dnl Enable PCMCIA SCSI (drivers themself are modules)
  62. dnl
  63. CONFIG_SCSI_PCMCIA=y
  64. dnl Enable non-scsi cd-rom drives (drivers themself are modules)
  65. dnl
  66. CONFIG_CD_NO_IDESCSI=y
  67. dnl Enable software-raid
  68. dnl
  69. CONFIG_MD=y