All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sshtylyov-Igf4POYTYCDQT0dZR+AlfA@public.gmane.org>
To: joseph daniel
	<josephdanielwalter-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>,
	Greg Kroah-Hartman
	<gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>,
	linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] usb/dwc3: Fix the dwc3 dependency
Date: Fri, 11 May 2012 15:20:58 +0400	[thread overview]
Message-ID: <4FACF61A.7070706@mvista.com> (raw)
In-Reply-To: <1336715724-8441-1-git-send-email-josephdanielwalter-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

Hello.

On 11-05-2012 9:55, joseph daniel wrote:

> The warning shown up when ran with randconfig,

> warning: (USB_DWC3) selects USB_XHCI_PLATFORM which has unmet direct dependencies (USB_SUPPORT&&  USB_XHCI_HCD)

> Signed-off-by: joseph daniel<josephdanielwalter-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
>   drivers/usb/dwc3/Kconfig |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

> diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig
> index d8f741f..68271fa 100644
> --- a/drivers/usb/dwc3/Kconfig
> +++ b/drivers/usb/dwc3/Kconfig
> @@ -1,6 +1,6 @@
>   config USB_DWC3
>   	tristate "DesignWare USB3 DRD Core Support"
> -	depends on (USB&&  USB_GADGET)
> +	depends on (USB&&  USB_SUPPORT&&  USB_XCHI_HCD&&  USB_GADGET)

    Parens not needed -- could as well get rid of them.

WBR, Sergei
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sshtylyov@mvista.com>
To: joseph daniel <josephdanielwalter@gmail.com>
Cc: Felipe Balbi <balbi@ti.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-usb@vger.kernel.org, linux-omap@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] usb/dwc3: Fix the dwc3 dependency
Date: Fri, 11 May 2012 15:20:58 +0400	[thread overview]
Message-ID: <4FACF61A.7070706@mvista.com> (raw)
In-Reply-To: <1336715724-8441-1-git-send-email-josephdanielwalter@gmail.com>

Hello.

On 11-05-2012 9:55, joseph daniel wrote:

> The warning shown up when ran with randconfig,

> warning: (USB_DWC3) selects USB_XHCI_PLATFORM which has unmet direct dependencies (USB_SUPPORT&&  USB_XHCI_HCD)

> Signed-off-by: joseph daniel<josephdanielwalter@gmail.com>
> ---
>   drivers/usb/dwc3/Kconfig |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

> diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig
> index d8f741f..68271fa 100644
> --- a/drivers/usb/dwc3/Kconfig
> +++ b/drivers/usb/dwc3/Kconfig
> @@ -1,6 +1,6 @@
>   config USB_DWC3
>   	tristate "DesignWare USB3 DRD Core Support"
> -	depends on (USB&&  USB_GADGET)
> +	depends on (USB&&  USB_SUPPORT&&  USB_XCHI_HCD&&  USB_GADGET)

    Parens not needed -- could as well get rid of them.

WBR, Sergei

  parent reply	other threads:[~2012-05-11 11:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-11  5:55 [PATCH] usb/dwc3: Fix the dwc3 dependency joseph daniel
2012-05-11  5:55 ` joseph daniel
     [not found] ` <1336715724-8441-1-git-send-email-josephdanielwalter-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-05-11  7:57   ` Felipe Balbi
2012-05-11  7:57     ` Felipe Balbi
2012-05-11 10:09     ` joseph daniel
2012-05-11 11:20   ` Sergei Shtylyov [this message]
2012-05-11 11:20     ` Sergei Shtylyov

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=4FACF61A.7070706@mvista.com \
    --to=sshtylyov-igf4poytycdqt0dzr+alfa@public.gmane.org \
    --cc=balbi-l0cyMroinI0@public.gmane.org \
    --cc=gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org \
    --cc=josephdanielwalter-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.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.