Kconfig 939 B

1234567891011121314151617181920212223242526272829303132
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Kernel configuration file for 88SE64XX/88SE94XX SAS/SATA driver.
  4. #
  5. # Copyright 2007 Red Hat, Inc.
  6. # Copyright 2008 Marvell. <[email protected]>
  7. # Copyright 2009-2011 Marvell. <[email protected]>
  8. #
  9. config SCSI_MVSAS
  10. tristate "Marvell 88SE64XX/88SE94XX SAS/SATA support"
  11. depends on PCI
  12. select SCSI_SAS_LIBSAS
  13. select FW_LOADER
  14. help
  15. This driver supports Marvell's SAS/SATA 3Gb/s PCI-E 88SE64XX and 6Gb/s
  16. PCI-E 88SE94XX chip based host adapters.
  17. config SCSI_MVSAS_DEBUG
  18. bool "Compile in debug mode"
  19. default y
  20. depends on SCSI_MVSAS
  21. help
  22. Compiles the 88SE64XX/88SE94XX driver in debug mode. In debug mode,
  23. the driver prints some messages to the console.
  24. config SCSI_MVSAS_TASKLET
  25. bool "Support for interrupt tasklet"
  26. default n
  27. depends on SCSI_MVSAS
  28. help
  29. Compiles the 88SE64xx/88SE94xx driver in interrupt tasklet mode.In this mode,
  30. the interrupt will schedule a tasklet.