From: Kishon Vijay Abraham I <kishon@ti.com>
To: <gregkh@linuxfoundation.org>
Cc: <kishon@ti.com>, <linux-kernel@vger.kernel.org>
Subject: [PATCH 3/3] phy: spear1340-miphy: fix driver dependencies
Date: Fri, 12 Sep 2014 19:36:14 +0530 [thread overview]
Message-ID: <1410530774-6715-4-git-send-email-kishon@ti.com> (raw)
In-Reply-To: <1410530774-6715-1-git-send-email-kishon@ti.com>
From: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
ST SPEAR1340-MIPHY support should be available only on
ST SPEAr1340 machine.
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Pratyush Anand <pratyush.anand@st.com>
Cc: Mohit Kumar <mohit.kumar@st.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
---
drivers/phy/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index 0972c2b..f833aa2 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -221,6 +221,7 @@ config PHY_ST_SPEAR1310_MIPHY
config PHY_ST_SPEAR1340_MIPHY
tristate "ST SPEAR1340-MIPHY driver"
select GENERIC_PHY
+ depends on MACH_SPEAR1340 || COMPILE_TEST
help
Support for ST SPEAr1340 MIPHY which can be used for PCIe and SATA.
--
1.7.9.5
next prev parent reply other threads:[~2014-09-12 14:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-12 14:06 [GIT PULL 0/3] PHY: Fixes for 3.17 -rc cycle Kishon Vijay Abraham I
2014-09-12 14:06 ` [PATCH 1/3] phy: miphy365x: Fix off-by-one error Kishon Vijay Abraham I
2014-09-12 14:06 ` [PATCH 2/3] phy: spear1310-miphy: fix driver dependencies Kishon Vijay Abraham I
2014-09-12 14:06 ` Kishon Vijay Abraham I [this message]
2014-09-17 15:49 ` [GIT PULL 0/3] PHY: Fixes for 3.17 -rc cycle Kishon Vijay Abraham I
2014-09-19 21:58 ` Greg KH
2014-09-22 11:33 ` Kishon Vijay Abraham I
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1410530774-6715-4-git-send-email-kishon@ti.com \
--to=kishon@ti.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.