Kconfig 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #
  2. # Kernel configuration file for the SMARTPQI
  3. #
  4. # Copyright (c) 2016 Microsemi Corporation
  5. # Copyright (c) 2016 PMC-Sierra, Inc.
  6. # (mailto:esc.storagedev@microsemi.com)
  7. # This program is free software; you can redistribute it and/or
  8. # modify it under the terms of the GNU General Public License
  9. # as published by the Free Software Foundation; version 2
  10. # of the License.
  11. # This program is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. # GNU General Public License for more details.
  15. # NO WARRANTY
  16. # THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR
  17. # CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT
  18. # LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT,
  19. # MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is
  20. # solely responsible for determining the appropriateness of using and
  21. # distributing the Program and assumes all risks associated with its
  22. # exercise of rights under this Agreement, including but not limited to
  23. # the risks and costs of program errors, damage to or loss of data,
  24. # programs or equipment, and unavailability or interruption of operations.
  25. # DISCLAIMER OF LIABILITY
  26. # NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY
  27. # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  28. # DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND
  29. # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
  30. # TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  31. # USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
  32. # HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES
  33. config SCSI_SMARTPQI
  34. tristate "Microsemi PQI Driver"
  35. depends on PCI && SCSI && !S390
  36. select SCSI_SAS_ATTRS
  37. select RAID_ATTRS
  38. ---help---
  39. This driver supports Microsemi PQI controllers.
  40. <http://www.microsemi.com>
  41. To compile this driver as a module, choose M here: the
  42. module will be called smartpqi.
  43. Note: the aacraid driver will not manage a smartpqi
  44. controller. You need to enable smartpqi for smartpqi
  45. controllers. For more information, please see
  46. Documentation/scsi/smartpqi.txt