From patchwork Fri Aug 10 05:30:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 10665 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id B415123E41 for ; Fri, 10 Aug 2012 05:32:01 +0000 (UTC) Received: from mail-gg0-f180.google.com (mail-gg0-f180.google.com [209.85.161.180]) by fiordland.canonical.com (Postfix) with ESMTP id 73AFFA1833A for ; Fri, 10 Aug 2012 05:32:01 +0000 (UTC) Received: by ggnf1 with SMTP id f1so1256451ggn.11 for ; Thu, 09 Aug 2012 22:32:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=mSNN/Jj9T3JVvi2wvMZia4qeFumsO2xd71qHhJmKCjM=; b=B+x5TqgrNm/y3mb4Q4bPN5V2lz/UWc5yT3a5O6t51Q1nmRvtZNFHxFB/px/sAA2Xww QAYvAvvYt3gdUyRc/ZucI3NggF/iSzFqZIYZV4BnDg5H8AwynU6tdmIaW4gqjJbfj42H i+xXMM1X9BWdl6BdMEwGETMxqi6VdTigaTeQGS1OzY2czuk6QYZbDKp9DpXeF5bY2Afa 14Eof0wkE2N6NF2ee4BcoqETqUHXyW/ec2u3aq61/2RoOPyto07bzMxikgwXM2tkDXMn faOCvojOky6G4l5v1auFAzxjGcBXZIWRgel+yNThfN2ljItLcs7FlUyBSZpVOuo7MT3B PWQQ== Received: by 10.50.159.135 with SMTP id xc7mr749491igb.9.1344576720433; Thu, 09 Aug 2012 22:32:00 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.184.200 with SMTP id ew8csp43563igc; Thu, 9 Aug 2012 22:31:59 -0700 (PDT) Received: by 10.68.226.193 with SMTP id ru1mr9460844pbc.157.1344576719777; Thu, 09 Aug 2012 22:31:59 -0700 (PDT) Received: from mail-pb0-f50.google.com (mail-pb0-f50.google.com [209.85.160.50]) by mx.google.com with ESMTPS id gk6si6498622pbc.305.2012.08.09.22.31.59 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 09 Aug 2012 22:31:59 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by pbcmd12 with SMTP id md12so2385081pbc.37 for ; Thu, 09 Aug 2012 22:31:59 -0700 (PDT) Received: by 10.68.231.132 with SMTP id tg4mr9660865pbc.159.1344576719235; Thu, 09 Aug 2012 22:31:59 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id pi7sm2608145pbb.56.2012.08.09.22.31.56 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 09 Aug 2012 22:31:58 -0700 (PDT) From: Sachin Kamat To: dri-devel@lists.freedesktop.org Cc: airlied@linux.ie, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH] drm/usb: select USB_SUPPORT in Kconfig Date: Fri, 10 Aug 2012 11:00:25 +0530 Message-Id: <1344576625-18365-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQkHscmk/wSN9Wy/bP7VVragOd5QpmH1B/NR33IFrMbG8NogaUh86Add900/Ibwaqg6M+gXg DRM_USB selects USB. However, USB depends on USB_SUPPORT and USB_ARCH_HAS_HCD. Thus, selecting USB_SUPPORT in Kconfig avoids the following warning (detected when DisplayLink was selected using exynos4_defconfig): warning: (MOUSE_APPLETOUCH && MOUSE_BCM5974 && MOUSE_SYNAPTICS_USB && JOYSTICK_XPAD && TABLET_USB_ACECAD && TABLET_USB_AIPTEK && TABLET_USB_HANWANG && TABLET_USB_KBTAB && TABLET_USB_WACOM && TOUCHSCREEN_USB_COMPOSITE && INPUT_ATI_REMOTE2 && INPUT_KEYSPAN_REMOTE && INPUT_POWERMATE && INPUT_YEALINK && INPUT_CM109 && RC_ATI_REMOTE && IR_IMON && IR_MCEUSB && IR_REDRAT3 && IR_STREAMZAP && IR_IGUANA && DRM_USB) selects USB which has unmet direct dependencies (USB_SUPPORT && USB_ARCH_HAS_HCD) Signed-off-by: Sachin Kamat --- drivers/gpu/drm/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 23120c0..45536db 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -23,6 +23,7 @@ config DRM_USB tristate depends on DRM select USB + select USB_SUPPORT config DRM_KMS_HELPER tristate