blob: 8ee40dff3dfb67f69664a4045957aa021bc03c57 [file] [log] [blame]
Santosh Yaraganavi7a3e97b2012-02-29 12:11:50 +05301#
2# Kernel configuration file for the UFS Host Controller
3#
4# This code is based on drivers/scsi/ufs/Kconfig
Vinayak Holikatti3b1d0582013-02-25 21:44:32 +05305# Copyright (C) 2011-2013 Samsung India Software Operations
Santosh Yaraganavi7a3e97b2012-02-29 12:11:50 +05306#
Vinayak Holikatti3b1d0582013-02-25 21:44:32 +05307# Authors:
8# Santosh Yaraganavi <santosh.sy@samsung.com>
9# Vinayak Holikatti <h.vinayak@samsung.com>
10#
Santosh Yaraganavi7a3e97b2012-02-29 12:11:50 +053011# This program is free software; you can redistribute it and/or
12# modify it under the terms of the GNU General Public License
13# as published by the Free Software Foundation; either version 2
14# of the License, or (at your option) any later version.
Vinayak Holikatti3b1d0582013-02-25 21:44:32 +053015# See the COPYING file in the top-level directory or visit
16# <http://www.gnu.org/licenses/gpl-2.0.html>
17#
Santosh Yaraganavi7a3e97b2012-02-29 12:11:50 +053018# This program is distributed in the hope that it will be useful,
19# but WITHOUT ANY WARRANTY; without even the implied warranty of
20# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21# GNU General Public License for more details.
Vinayak Holikatti3b1d0582013-02-25 21:44:32 +053022#
23# This program is provided "AS IS" and "WITH ALL FAULTS" and
24# without warranty of any kind. You are solely responsible for
25# determining the appropriateness of using and distributing
26# the program and assume all risks associated with your exercise
27# of rights with respect to the program, including but not limited
28# to infringement of third party rights, the risks and costs of
29# program errors, damage to or loss of data, programs or equipment,
30# and unavailability or interruption of operations. Under no
31# circumstances will the contributor of this Program be liable for
32# any damages of any kind arising from your use or distribution of
33# this program.
Santosh Yaraganavi7a3e97b2012-02-29 12:11:50 +053034
35config SCSI_UFSHCD
36 tristate "Universal Flash Storage host controller driver"
37 depends on PCI && SCSI
38 ---help---
39 This is a generic driver which supports PCIe UFS Host controllers.