Kconfig 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #
  2. # Kernel configuration file for the UFS Host Controller
  3. #
  4. # This code is based on drivers/scsi/ufs/Kconfig
  5. # Copyright (C) 2011 Samsung Samsung India Software Operations
  6. #
  7. # Santosh Yaraganavi <santosh.sy@samsung.com>
  8. # Vinayak Holikatti <h.vinayak@samsung.com>
  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; either version 2
  12. # of the License, or (at your option) any later version.
  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. # You should have received a copy of the GNU General Public License
  36. # along with this program; if not, write to the Free Software
  37. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
  38. # USA.
  39. config SCSI_UFSHCD
  40. tristate "Universal Flash Storage host controller driver"
  41. depends on PCI && SCSI
  42. ---help---
  43. This is a generic driver which supports PCIe UFS Host controllers.