All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 1/2] usb/host/Kconfig: ohci- / ehci-platform make sure PHY_GENERIC is available
       [not found] <1392041327-12596-2-git-send-email-hdegoede@redhat.com>
@ 2014-02-10 16:04 ` Alan Stern
  2014-02-11  0:43   ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Stern @ 2014-02-10 16:04 UTC (permalink / raw)
  To: Hans de Goede, Yann E. MORIN; +Cc: Greg Kroah-Hartman, linux-usb, linux-kbuild

On Mon, 10 Feb 2014, Hans de Goede wrote:

> Disallow ohci- / ehci-platform being built-in, when the phy core is build as
> a module.
> 
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> ---
>  drivers/usb/host/Kconfig | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
> index e28cbe0..1dd73e3 100644
> --- a/drivers/usb/host/Kconfig
> +++ b/drivers/usb/host/Kconfig
> @@ -255,7 +255,7 @@ config USB_EHCI_ATH79
>  
>  config USB_EHCI_HCD_PLATFORM
>  	tristate "Generic EHCI driver for a platform device"
> -	depends on !PPC_OF
> +	depends on !PPC_OF && (GENERIC_PHY || !GENERIC_PHY)
>  	default n
>  	---help---
>  	  Adds an EHCI host driver for a generic platform device, which
> @@ -512,6 +512,7 @@ config USB_CNS3XXX_OHCI
>  
>  config USB_OHCI_HCD_PLATFORM
>  	tristate "Generic OHCI driver for a platform device"
> +	depends on GENERIC_PHY || !GENERIC_PHY
>  	default n
>  	---help---
>  	  Adds an OHCI host driver for a generic platform device, which

I would very much like to know of a more straightforward way to do 
this.  Yann, can you suggest anything?

Alan Stern


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/2] usb/host/Kconfig: ohci- / ehci-platform make sure PHY_GENERIC is available
  2014-02-10 16:04 ` [PATCH 1/2] usb/host/Kconfig: ohci- / ehci-platform make sure PHY_GENERIC is available Alan Stern
@ 2014-02-11  0:43   ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2014-02-11  0:43 UTC (permalink / raw)
  To: Alan Stern; +Cc: Hans de Goede, Greg Kroah-Hartman, linux-usb, linux-kbuild

Alam, All,

On 2014-02-10 11:04 -0500, Alan Stern spake thusly:
> On Mon, 10 Feb 2014, Hans de Goede wrote:
> 
> > Disallow ohci- / ehci-platform being built-in, when the phy core is build as
> > a module.
> > 
> > Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> > ---
> >  drivers/usb/host/Kconfig | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> > 
> > diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
> > index e28cbe0..1dd73e3 100644
> > --- a/drivers/usb/host/Kconfig
> > +++ b/drivers/usb/host/Kconfig
> > @@ -255,7 +255,7 @@ config USB_EHCI_ATH79
> >  
> >  config USB_EHCI_HCD_PLATFORM
> >  	tristate "Generic EHCI driver for a platform device"
> > -	depends on !PPC_OF
> > +	depends on !PPC_OF && (GENERIC_PHY || !GENERIC_PHY)
> >  	default n
> >  	---help---
> >  	  Adds an EHCI host driver for a generic platform device, which
> > @@ -512,6 +512,7 @@ config USB_CNS3XXX_OHCI
> >  
> >  config USB_OHCI_HCD_PLATFORM
> >  	tristate "Generic OHCI driver for a platform device"
> > +	depends on GENERIC_PHY || !GENERIC_PHY
> >  	default n
> >  	---help---
> >  	  Adds an OHCI host driver for a generic platform device, which
> 
> I would very much like to know of a more straightforward way to do 
> this.  Yann, can you suggest anything?

Unfortunately, I don't have a better solution at hand... :-/

IIRC, this issue (or a similar issue) was discussed here on
linux-kbuild, but no better alternative was found at the time either.

At least, this construct should be documented, I think, since it is not
so obvious.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-11  0:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1392041327-12596-2-git-send-email-hdegoede@redhat.com>
2014-02-10 16:04 ` [PATCH 1/2] usb/host/Kconfig: ohci- / ehci-platform make sure PHY_GENERIC is available Alan Stern
2014-02-11  0:43   ` Yann E. MORIN

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.