All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felipe Balbi <balbi@ti.com>
To: Linux USB Mailing List <linux-usb@vger.kernel.org>
Cc: gautamvivek1987@gmail.com, kgene@kernel.org,
	linux-samsung-soc@vger.kernel.org, Felipe Balbi <balbi@ti.com>
Subject: [PATCH] usb: phy: samsung: let it be built as a module
Date: Wed, 27 Feb 2013 12:48:53 +0200	[thread overview]
Message-ID: <1361962133-21296-1-git-send-email-balbi@ti.com> (raw)
In-Reply-To: <CAFp+6iEfVSbyGVNhDFc2wW7w=ZMGwVpcc28GAGOgHffCWQRLMQ@mail.gmail.com>

There's no reason not to allow samsung PHY
drivers be built as modules. This patch changes
Kconfig to allow that.

Signed-off-by: Felipe Balbi <balbi@ti.com>
---

Hi,

I will take your patches but I'm planning to add this on top
as there is no reason not to allow these drivers being built
as modules.

cheers

 drivers/usb/phy/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig
index 723d7b1..4f696d0 100644
--- a/drivers/usb/phy/Kconfig
+++ b/drivers/usb/phy/Kconfig
@@ -67,7 +67,7 @@ config USB_RCAR_PHY
 	  module will be called rcar-phy.
 
 config SAMSUNG_USB2PHY
-	bool "Samsung USB 2.0 PHY controller Driver"
+	tristate "Samsung USB 2.0 PHY controller Driver"
 	select SAMSUNG_USBPHY
 	select USB_OTG_UTILS
 	help
@@ -75,7 +75,7 @@ config SAMSUNG_USB2PHY
 	  driver for Samsung SoCs.
 
 config SAMSUNG_USB3PHY
-	bool "Samsung USB 3.0 PHY controller Driver"
+	tristate "Samsung USB 3.0 PHY controller Driver"
 	select SAMSUNG_USBPHY
 	select USB_OTG_UTILS
 	help
@@ -83,7 +83,7 @@ config SAMSUNG_USB3PHY
 	  for samsung SoCs.
 
 config SAMSUNG_USBPHY
-	bool "Samsung USB PHY Driver"
+	tristate "Samsung USB PHY Driver"
 	help
 	  Enable this to support Samsung USB phy helper driver for Samsung SoCs.
 	  This driver provides common interface to interact, for Samsung USB 2.0 PHY
-- 
1.8.1.rc1.5.g7e0651a

  reply	other threads:[~2013-02-27 10:49 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-05 12:44 [PATCH v5 0/2] Adding USB 3.0 DRD-phy support for exynos5250 Vivek Gautam
2013-02-05 12:44 ` Vivek Gautam
2013-02-05 12:44 ` [PATCH v5 1/2] usb: phy: samsung: Common out the generic stuff Vivek Gautam
2013-02-05 12:44   ` Vivek Gautam
2013-02-05 12:44 ` [PATCH v5 2/2] usb: phy: samsung: Add PHY support for USB 3.0 controller Vivek Gautam
2013-02-13  6:31 ` [PATCH v5 0/2] Adding USB 3.0 DRD-phy support for exynos5250 kgene
2013-02-13  8:32   ` Felipe Balbi
2013-02-13  8:32     ` Felipe Balbi
2013-02-13  9:09     ` Vivek Gautam
2013-02-27 10:48       ` Felipe Balbi [this message]
2013-02-27 12:01         ` [PATCH] usb: phy: samsung: let it be built as a module Vivek Gautam
2013-02-27 12:13           ` Felipe Balbi
2013-02-27 12:17             ` Vivek Gautam
2013-02-27 12:24               ` Felipe Balbi

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=1361962133-21296-1-git-send-email-balbi@ti.com \
    --to=balbi@ti.com \
    --cc=gautamvivek1987@gmail.com \
    --cc=kgene@kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-usb@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.