All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: linux-arm-kernel@lists.infradead.org
Cc: Olof Johansson <olof@lixom.net>,
	linux-omap@vger.kernel.org, Anand Gadiyar <gadiyar@ti.com>
Subject: [PATCH 1/4] omap3: Allow EHCI to be built on OMAP3
Date: Wed, 16 Dec 2009 11:09:51 -0800	[thread overview]
Message-ID: <20091216190951.30032.47819.stgit@localhost> (raw)
In-Reply-To: <20091216190601.30032.91535.stgit@localhost>

From: Olof Johansson <olof@lixom.net>

OMAP34XX has EHCI, so select USB_ARCH_HAS_EHCI.

Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
---
 arch/arm/mach-omap2/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 76c11ee..10eafa7 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -18,6 +18,7 @@ config ARCH_OMAP2430
 config ARCH_OMAP34XX
 	bool "OMAP34xx Based System"
 	depends on ARCH_OMAP3
+	select USB_ARCH_HAS_EHCI
 
 config ARCH_OMAP3430
 	bool "OMAP3430 support"


WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] omap3: Allow EHCI to be built on OMAP3
Date: Wed, 16 Dec 2009 11:09:51 -0800	[thread overview]
Message-ID: <20091216190951.30032.47819.stgit@localhost> (raw)
In-Reply-To: <20091216190601.30032.91535.stgit@localhost>

From: Olof Johansson <olof@lixom.net>

OMAP34XX has EHCI, so select USB_ARCH_HAS_EHCI.

Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
---
 arch/arm/mach-omap2/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 76c11ee..10eafa7 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -18,6 +18,7 @@ config ARCH_OMAP2430
 config ARCH_OMAP34XX
 	bool "OMAP34xx Based System"
 	depends on ARCH_OMAP3
+	select USB_ARCH_HAS_EHCI
 
 config ARCH_OMAP3430
 	bool "OMAP3430 support"

  reply	other threads:[~2009-12-16 19:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-16 19:09 [PATCH 0/4] Build fixes for omap Tony Lindgren
2009-12-16 19:09 ` Tony Lindgren
2009-12-16 19:09 ` Tony Lindgren [this message]
2009-12-16 19:09   ` [PATCH 1/4] omap3: Allow EHCI to be built on OMAP3 Tony Lindgren
2009-12-16 20:29   ` Felipe Balbi
2009-12-16 20:29     ` Felipe Balbi
2009-12-16 19:10 ` [PATCH 2/4] USB ehci: replace mach header with plat Tony Lindgren
2009-12-16 19:10   ` Tony Lindgren
2009-12-16 19:10 ` [PATCH 3/4] mfd: twl: fix twl4030 rename for remaining driver, board files Tony Lindgren
2009-12-16 19:10   ` Tony Lindgren
2009-12-16 19:10 ` [PATCH 4/4] OMAP3: serial - fix bug introduced in Tony Lindgren
2009-12-16 19:10   ` Tony Lindgren

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=20091216190951.30032.47819.stgit@localhost \
    --to=tony@atomide.com \
    --cc=gadiyar@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=olof@lixom.net \
    /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.