home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / drivers / scsi / sas / Kconfig next >
Encoding:
Text File  |  2006-08-11  |  1.5 KB  |  45 lines

  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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  22. #
  23. # $Id: //depot/sas-class/Kconfig#7 $
  24. #
  25.  
  26. config SAS_CLASS
  27.     tristate "SAS Layer and Discovery"
  28.     depends on SCSI
  29.     help
  30.         If you wish to use a SAS Low Level Device Driver (LLDD)
  31.         say Y or M here.  Otherwise, say N.
  32.  
  33.         SAS LLDDs which can make use of the SAS Transport Layer
  34.         are LLDDs who do not hide the transport in firmware.
  35.         Such LLDDs expose the transport to a management layer.
  36.         E.g. aic94xx SAS LLDD is such a LLDD.
  37.  
  38. config SAS_DEBUG
  39.     bool "Compile the SAS Layer in debug mode"
  40.     default y
  41.     depends on SAS_CLASS
  42.     help
  43.         Compiles the SAS Layer in debug mode.  In debug mode, the
  44.         SAS Layer prints diagnostic and debug messages.
  45.