From patchwork Fri Jun 3 05:07:19 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tushar Behera X-Patchwork-Id: 1728 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:55:00 -0000 Delivered-To: patches@linaro.org Received: by 10.52.181.10 with SMTP id ds10cs418387vdc; Thu, 2 Jun 2011 22:09:26 -0700 (PDT) Received: by 10.42.131.194 with SMTP id a2mr2812013ict.229.1307077766169; Thu, 02 Jun 2011 22:09:26 -0700 (PDT) Received: from mail-pz0-f50.google.com (mail-pz0-f50.google.com [209.85.210.50]) by mx.google.com with ESMTPS id l2si7619594ict.92.2011.06.02.22.09.24 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 02 Jun 2011 22:09:25 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.210.50 is neither permitted nor denied by best guess record for domain of tushar.behera@linaro.org) client-ip=209.85.210.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.50 is neither permitted nor denied by best guess record for domain of tushar.behera@linaro.org) smtp.mail=tushar.behera@linaro.org Received: by pzk2 with SMTP id 2so822645pzk.37 for ; Thu, 02 Jun 2011 22:09:23 -0700 (PDT) Received: by 10.68.21.231 with SMTP id y7mr627465pbe.493.1307077763809; Thu, 02 Jun 2011 22:09:23 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id c3sm1161099pbk.13.2011.06.02.22.09.20 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 02 Jun 2011 22:09:22 -0700 (PDT) From: Tushar Behera To: linux-samsung-soc@vger.kernel.org Cc: linaro-dev@linaro.org, kgene.kim@samsung.com, nicolas.pitre@linaro.org, patches@linaro.org, jy0922.shim@samsung.com Subject: [PATCH] ARM: S5P: Fix compilation error for exynos4_defconfig Date: Fri, 3 Jun 2011 10:37:19 +0530 Message-Id: <1307077639-18604-1-git-send-email-tushar.behera@linaro.org> X-Mailer: git-send-email 1.7.1 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 --- 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