mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Kishon Vijay Abraham I <kishon@ti.com>
To: <gregkh@linuxfoundation.org>
Cc: <kishon@ti.com>, <linux-kernel@vger.kernel.org>
Subject: [PATCH 5/5] phy: miphy365x: Select GENERIC_PHY instead of depending on it
Date: Thu, 28 Aug 2014 15:55:06 +0530	[thread overview]
Message-ID: <1409221506-6262-6-git-send-email-kishon@ti.com> (raw)
In-Reply-To: <1409221506-6262-1-git-send-email-kishon@ti.com>

From: Lee Jones <lee.jones@linaro.org>

Enabling GENERIC_PHY in the shared (by most ARM sub-architectures)
defconfig multi_v7_defconfig is prohibited.  Instead, we'll enable
it from the Kconfig whenever PHY_MIPHY365X is enabled.

Cc: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
---
 drivers/phy/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index 0dd7427..4ff8cbb 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -41,9 +41,9 @@ config PHY_MVEBU_SATA
 config PHY_MIPHY365X
 	tristate "STMicroelectronics MIPHY365X PHY driver for STiH41x series"
 	depends on ARCH_STI
-	depends on GENERIC_PHY
 	depends on HAS_IOMEM
 	depends on OF
+	select GENERIC_PHY
 	help
 	  Enable this to support the miphy transceiver (for SATA/PCIE)
 	  that is part of STMicroelectronics STiH41x SoC series.
-- 
1.7.9.5


  parent reply	other threads:[~2014-08-28 10:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-28 10:25 [GIT PULL 0/5] PHY: Fixes for 3.17 -rc cycle Kishon Vijay Abraham I
2014-08-28 10:25 ` [PATCH 1/5] usb: phy: twl4030-usb: Fix regressions to runtime PM on omaps Kishon Vijay Abraham I
2014-08-28 10:25 ` [PATCH 2/5] usb: phy: twl4030-usb: Fix lost interrupts after ID pin goes down Kishon Vijay Abraham I
2014-08-28 10:25 ` [PATCH 3/5] phy: exynos5-usbdrd: Add MODULE_DEVICE_TABLE entry Kishon Vijay Abraham I
2014-08-28 10:25 ` [PATCH 4/5] MAINTAINERS: add entry for the Samsung USB2 PHY driver Kishon Vijay Abraham I
2014-08-28 10:25 ` Kishon Vijay Abraham I [this message]
2014-09-03  5:22 ` [GIT PULL 0/5] PHY: Fixes for 3.17 -rc cycle Kishon Vijay Abraham I
2014-09-03 18:26   ` Greg KH
2014-09-04 13:30     ` 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=1409221506-6262-6-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome