Kconfig 2.4 KB

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