From patchwork Mon Sep 1 13:14:02 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartlomiej Zolnierkiewicz X-Patchwork-Id: 4819351 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 034019F32F for ; Mon, 1 Sep 2014 13:14:13 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id DA47720160 for ; Mon, 1 Sep 2014 13:14:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 18C482013A for ; Mon, 1 Sep 2014 13:14:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753527AbaIANOJ (ORCPT ); Mon, 1 Sep 2014 09:14:09 -0400 Received: from mailout3.samsung.com ([203.254.224.33]:26554 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753376AbaIANOI (ORCPT ); Mon, 1 Sep 2014 09:14:08 -0400 Received: from epcpsbgm2.samsung.com (epcpsbgm2 [203.254.230.27]) by mailout3.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0NB8003WF4RI2DA0@mailout3.samsung.com>; Mon, 01 Sep 2014 22:14:06 +0900 (KST) X-AuditID: cbfee61b-f79f86d00000144c-35-5404711e1959 Received: from epmmp1.local.host ( [203.254.227.16]) by epcpsbgm2.samsung.com (EPCPMTA) with SMTP id 34.13.05196.E1174045; Mon, 01 Sep 2014 22:14:06 +0900 (KST) Received: from amdc1032.localnet ([106.116.147.136]) by mmp1.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0NB800FUQ4RFYF90@mmp1.samsung.com>; Mon, 01 Sep 2014 22:14:05 +0900 (KST) From: Bartlomiej Zolnierkiewicz To: Greg Kroah-Hartman Cc: Simon Horman , Magnus Damm , Kyungmin Park , linux-usb@vger.kernel.org, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] usb: renesas_usbhs: fix driver dependencies Date: Mon, 01 Sep 2014 15:14:02 +0200 Message-id: <8246169.KgpDT6Hn5J@amdc1032> User-Agent: KMail/4.8.4 (Linux/3.2.0-54-generic-pae; KDE/4.8.5; i686; ; ) MIME-version: 1.0 Content-transfer-encoding: 7Bit Content-type: text/plain; charset=us-ascii X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrCLMWRmVeSWpSXmKPExsVy+t9jAV25QpYQgzNH2S2aF69ns2je+pXR 4mzTG3aLy7vmsFnM+TOF2WLRslZmiwer37I5sHvsnHWX3WP/3DXsHn1bVjF6zPn5jcXj8ya5 ANYoLpuU1JzMstQifbsEroz7TZ+ZCmawVxx7+YyxgXESWxcjJ4eEgInErMUnmSFsMYkL99YD xbk4hAQWMUo8fXKYHcJpYZL4e3ITWAebgJXExPZVjCC2iICxRP/ZWWBFzAJnGCXmfm0BGyUs YCOxYMslIJuDg0VAVWLuk1SQMK+ApsTh3S/ASkQFPCV2bF/JBhEXlPgx+R4LiM0sIC+xb/9U VghbS2L9zuNMExj5ZiEpm4WkbBaSsgWMzKsYRVMLkguKk9JzjfSKE3OLS/PS9ZLzczcxgsP2 mfQOxlUNFocYBTgYlXh4H8xiDhFiTSwrrsw9xCjBwawkwpuawRIixJuSWFmVWpQfX1Sak1p8 iFGag0VJnPdgq3WgkEB6YklqdmpqQWoRTJaJg1OqgTGbT6J/xY+tWwueCPTd2BIQMiFbeX+U 5AQL92vtlw69zazJn8iTNntXXT/HkZ177sW8eBYQqur83W7FxukTOaYKmWxn2LzTI9H56+95 rldn8L88nhTlLxAx98uPsnWTBbkdQnm4fnd+O3HszPvOr+IuC+qfvzz+L3lXlzHPUj2Gk66c Kyce85JVYinOSDTUYi4qTgQAqYHaKVcCAAA= Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-8.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Renesas USBHS controller support should be available only on Renesas ARM SoCs and SuperH architecture. Signed-off-by: Bartlomiej Zolnierkiewicz Acked-by: Kyungmin Park Cc: Simon Horman Cc: Magnus Damm --- drivers/usb/renesas_usbhs/Kconfig | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: b/drivers/usb/renesas_usbhs/Kconfig =================================================================== --- a/drivers/usb/renesas_usbhs/Kconfig 2014-07-30 14:31:51.883523522 +0200 +++ b/drivers/usb/renesas_usbhs/Kconfig 2014-09-01 14:25:42.028512490 +0200 @@ -5,6 +5,7 @@ config USB_RENESAS_USBHS tristate 'Renesas USBHS controller' depends on USB_GADGET + depends on ARCH_SHMOBILE || ARCH_SH || COMPILE_TEST default n help Renesas USBHS is a discrete USB host and peripheral controller chip