linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Rene Buergel <rene.buergel@sohard.de>
Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, mroos@linux.ee
Subject: Re: [PATCH] ezusb: add dependency to USB
Date: Thu, 22 Nov 2012 10:27:44 -0800	[thread overview]
Message-ID: <20121122182744.GA25505@kroah.com> (raw)
In-Reply-To: <f90b1aa6-492d-4431-9334-cfcfa4a92b9a@shmail0>

On Thu, Nov 22, 2012 at 07:10:50PM +0100, Rene Buergel wrote:
> This fixes an error during modpost, when ezusb is built into the kernel while USB is built as module.
> 
> Signed-off-by: René Bürgel <rene.buergel@sohard.de>
> --
> diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig
> index a8f0523..fecde69 100644
> --- a/drivers/usb/misc/Kconfig
> +++ b/drivers/usb/misc/Kconfig
> @@ -246,6 +246,7 @@ config USB_YUREX
> 
>  config USB_EZUSB_FX2
>  	tristate "Functions for loading firmware on EZUSB chips"
> +	depends on USB

Ah, that makes sense, thanks for the fix, I'll queue it up for 3.8 and
backport it for 3.7-stable as well.

thanks,

greg k-h

  reply	other threads:[~2012-11-22 18:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <6ea638d3-6ab4-42af-aadb-398cc8593f08@shmail0>
2012-11-22 18:10 ` [PATCH] ezusb: add dependency to USB Rene Buergel
2012-11-22 18:27   ` Greg Kroah-Hartman [this message]
2012-11-26  5:50     ` Rene Buergel

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=20121122182744.GA25505@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=mroos@linux.ee \
    --cc=rene.buergel@sohard.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).