All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean-Jacques Hiblot <jjhiblot@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 01/11] usb: dwc3-of-simple: Fix dependencies
Date: Thu, 12 Apr 2018 10:41:10 +0200	[thread overview]
Message-ID: <1523522480-10819-2-git-send-email-jjhiblot@ti.com> (raw)
In-Reply-To: <1523522480-10819-1-git-send-email-jjhiblot@ti.com>

This simple glue layer does not require CONFIG_MISC, but it does require
CONFIG_DM_USB.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
---

Changes in v4: None
Changes in v3: None
Changes in v2: None

 drivers/usb/host/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 6caa615..6ea9621 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -23,7 +23,7 @@ config USB_XHCI_DWC3
 
 config USB_XHCI_DWC3_OF_SIMPLE
 	bool "DesignWare USB3 DRD Generic OF Simple Glue Layer"
-	select MISC
+	depends on DM_USB
 	help
 	  Support USB2/3 functionality in simple SoC integrations with
 	  USB controller based on the DesignWare USB3 IP Core.
-- 
2.7.4

  reply	other threads:[~2018-04-12  8:41 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-12  8:41 [U-Boot] [PATCH v4 00/11] Add support for DM_USB for TI's DRA7 EVMs and AM57 EVMs platforms Jean-Jacques Hiblot
2018-04-12  8:41 ` Jean-Jacques Hiblot [this message]
2018-04-12  8:47   ` [U-Boot] [PATCH v4 01/11] usb: dwc3-of-simple: Fix dependencies Marek Vasut
2018-04-12  8:41 ` [U-Boot] [PATCH v4 02/11] usb: dwc3-of-simple: Add support for DRA7/AM57 platforms Jean-Jacques Hiblot
2018-04-12  8:47   ` Marek Vasut
2018-04-12  8:41 ` [U-Boot] [PATCH v4 03/11] syscon: dm: Add a new method to get a regmap from DTS Jean-Jacques Hiblot
2018-05-04 21:38   ` Simon Glass
2018-04-12  8:41 ` [U-Boot] [PATCH v4 04/11] phy: ti-pip3-phy: Add support for USB3 PHY Jean-Jacques Hiblot
2018-04-12  8:41 ` [U-Boot] [PATCH v4 05/11] phy: Add a new driver for OMAP's USB2 PHYs Jean-Jacques Hiblot
2018-04-12  8:41 ` [U-Boot] [PATCH v4 06/11] board: ti: dra7xx-evm: turn on USB clocks in late init stage Jean-Jacques Hiblot
2018-04-12  8:41 ` [U-Boot] [PATCH v4 07/11] board; ti: am57xx: turn on USB clocks Jean-Jacques Hiblot
2018-04-12  8:41 ` [U-Boot] [PATCH v4 08/11] dts: dra7x: make ocp2scp@4a080000 compatible with simple-bus Jean-Jacques Hiblot
2018-04-12  8:41 ` [U-Boot] [PATCH v4 09/11] dts: dra7x: Disable USB1 on all evms Jean-Jacques Hiblot
2018-04-12  8:41 ` [U-Boot] [PATCH v4 10/11] configs: enable OMAP_USB2_PHY for all DRA7 platforms Jean-Jacques Hiblot
2018-04-12  8:41 ` [U-Boot] [PATCH v4 11/11] configs: am57xx_evm: Enable DM_USB and dependencies Jean-Jacques Hiblot
2018-04-12  8:48 ` [U-Boot] [PATCH v4 00/11] Add support for DM_USB for TI's DRA7 EVMs and AM57 EVMs platforms Marek Vasut

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=1523522480-10819-2-git-send-email-jjhiblot@ti.com \
    --to=jjhiblot@ti.com \
    --cc=u-boot@lists.denx.de \
    /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.