Kconfig 653 B

123456789101112131415161718192021222324
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Kernel configuration file for aic94xx SAS/SATA driver.
  4. #
  5. # Copyright (c) 2005 Adaptec, Inc. All rights reserved.
  6. # Copyright (c) 2005 Luben Tuikov <[email protected]>
  7. #
  8. config SCSI_AIC94XX
  9. tristate "Adaptec AIC94xx SAS/SATA support"
  10. depends on PCI
  11. select SCSI_SAS_LIBSAS
  12. select FW_LOADER
  13. help
  14. This driver supports Adaptec's SAS/SATA 3Gb/s 64 bit PCI-X
  15. AIC94xx chip based host adapters.
  16. config AIC94XX_DEBUG
  17. bool "Compile in debug mode"
  18. default y
  19. depends on SCSI_AIC94XX
  20. help
  21. Compiles the aic94xx driver in debug mode. In debug mode,
  22. the driver prints some messages to the console.