Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1184714 > unrolled thread

[PATCH 1/8][v2]usb:fsl:otg: Make fsl otg driver as tristate

Started byRamneek Mehresh <ramneek.mehresh@freescale.com>
First post2015-07-15 14:00 +0200
Last post2015-07-15 14:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 1/8][v2]usb:fsl:otg: Make fsl otg driver as tristate Ramneek Mehresh <ramneek.mehresh@freescale.com> - 2015-07-15 14:00 +0200

#1184714 — [PATCH 1/8][v2]usb:fsl:otg: Make fsl otg driver as tristate

FromRamneek Mehresh <ramneek.mehresh@freescale.com>
Date2015-07-15 14:00 +0200
Subject[PATCH 1/8][v2]usb:fsl:otg: Make fsl otg driver as tristate
Message-ID<pMtvY-6Av-5@gated-at.bofh.it>
Provide option to load fsl otg driver as loadable module.

Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.com>
---
 drivers/usb/phy/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig
index 869c0cfcad..8a09267 100644
--- a/drivers/usb/phy/Kconfig
+++ b/drivers/usb/phy/Kconfig
@@ -19,7 +19,7 @@ config AB8500_USB
 	  in host mode, low speed.
 
 config FSL_USB2_OTG
-	bool "Freescale USB OTG Transceiver Driver"
+	tristate "Freescale USB OTG Transceiver Driver"
 	depends on USB_EHCI_FSL && USB_FSL_USB2 && USB_OTG_FSM && PM
 	select USB_OTG
 	select USB_PHY
-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web