All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: S5P: Fix compilation error for exynos4_defconfig
@ 2011-06-03  5:07 Tushar Behera
  2011-06-03  5:53 ` Marek Szyprowski
  0 siblings, 1 reply; 3+ messages in thread
From: Tushar Behera @ 2011-06-03  5:07 UTC (permalink / raw)
  To: linux-samsung-soc
  Cc: linaro-dev, kgene.kim, nicolas.pitre, patches, jy0922.shim

EHCI requires that USB support be enabled in kernel config.
Selecting USB_SUPPORT with S5P_DEV_USB_EHCI fixes the problem.

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
---
 arch/arm/plat-s5p/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/plat-s5p/Kconfig b/arch/arm/plat-s5p/Kconfig
index e98f5c5..c7e7419 100644
--- a/arch/arm/plat-s5p/Kconfig
+++ b/arch/arm/plat-s5p/Kconfig
@@ -87,6 +87,7 @@ config S5P_DEV_CSIS1
 
 config S5P_DEV_USB_EHCI
 	bool
+	select USB_SUPPORT
 	help
 	  Compile in platform device definition for USB EHCI
 
-- 
1.7.1

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

end of thread, other threads:[~2011-06-03  6:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-03  5:07 [PATCH] ARM: S5P: Fix compilation error for exynos4_defconfig Tushar Behera
2011-06-03  5:53 ` Marek Szyprowski
2011-06-03  6:54   ` Tushar Behera

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.