Kconfig 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #
  2. # Kernel configuration file for the SAS Class
  3. #
  4. # Copyright (C) 2005 Adaptec, Inc. All rights reserved.
  5. # Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
  6. #
  7. # This file is licensed under GPLv2.
  8. #
  9. # This program is free software; you can redistribute it and/or
  10. # modify it under the terms of the GNU General Public License as
  11. # published by the Free Software Foundation; version 2 of the
  12. # License.
  13. #
  14. # This program is distributed in the hope that it will be useful,
  15. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. # General Public License for more details.
  18. #
  19. # You should have received a copy of the GNU General Public License
  20. # along with this program; if not, write to the Free Software
  21. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  22. # USA
  23. #
  24. config SCSI_SAS_LIBSAS
  25. tristate "SAS Domain Transport Attributes"
  26. depends on SCSI
  27. select SCSI_SAS_ATTRS
  28. help
  29. This provides transport specific helpers for SAS drivers which
  30. use the domain device construct (like the aic94xxx).
  31. config SCSI_SAS_ATA
  32. bool "ATA support for libsas (requires libata)"
  33. depends on SCSI_SAS_LIBSAS
  34. depends on ATA = y || ATA = SCSI_SAS_LIBSAS
  35. help
  36. Builds in ATA support into libsas. Will necessitate
  37. the loading of libata along with libsas.
  38. config SCSI_SAS_HOST_SMP
  39. bool "Support for SMP interpretation for SAS hosts"
  40. default y
  41. depends on SCSI_SAS_LIBSAS
  42. help
  43. Allows sas hosts to receive SMP frames. Selecting this
  44. option builds an SMP interpreter into libsas. Say
  45. N here if you want to save the few kb this consumes.