From patchwork Sun Jul 31 09:24:43 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 73071 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp2173718qga; Sun, 31 Jul 2016 02:25:49 -0700 (PDT) X-Received: by 10.28.18.149 with SMTP id 143mr8988885wms.28.1469957148322; Sun, 31 Jul 2016 02:25:48 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id u205si11217775wme.7.2016.07.31.02.25.48; Sun, 31 Jul 2016 02:25:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9E3E4A7521; Sun, 31 Jul 2016 11:25:47 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KJS3TOTkzTg6; Sun, 31 Jul 2016 11:25:47 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 098C3A7516; Sun, 31 Jul 2016 11:25:47 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EAD8FA74F1 for ; Sun, 31 Jul 2016 11:25:24 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00XEaTHPB5nj for ; Sun, 31 Jul 2016 11:25:24 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg-07.nifty.com (conuserg-07.nifty.com [210.131.2.74]) by theia.denx.de (Postfix) with ESMTPS id 2F949A74DB for ; Sun, 31 Jul 2016 11:25:19 +0200 (CEST) Received: from grover.sesame (FL1-119-242-215-193.osk.mesh.ad.jp [119.242.215.193]) (authenticated) by conuserg-07.nifty.com with ESMTP id u6V9OieE022208; Sun, 31 Jul 2016 18:24:49 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com u6V9OieE022208 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1469957090; bh=suke/v8i1May2JjHSd9nnSJkq01xAUg/RMFlokBfgcQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mm2w2jjnQYy5TScUQi46SHMC+L6VSB9g8OFp8RlmAr6pMA7WN2p1CbMTgvdWo5xm+ TplnwrgkgK4fl4oFdy1cH8VO+MuN4v4PkUayRy97L0VTwULwbtXoTlUqOjzAsmmLoR ndSWfEnruVJUkx9Y7A/+r9PHiWa5CglsSBAgwDxem/4WOjwTM28E8Df/g95Fnt9xyn Tpw4KAnoNCrvj8LQYmHnScFZyr7ksh4R/hRIKwyuyQdotUBOlZLeCOcCDzmIubkJGG WuLx5j8OYpiLbwST9/90MEK923cCMi7+6iLTmb1VwXd7PaZIEIYWI14fqacL3hdyIm QdQoboJIAhEgA== X-Nifty-SrcIP: [119.242.215.193] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Sun, 31 Jul 2016 18:24:43 +0900 Message-Id: <1469957084-8360-3-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1469957084-8360-1-git-send-email-yamada.masahiro@socionext.com> References: <1469957084-8360-1-git-send-email-yamada.masahiro@socionext.com> Cc: Marek Vasut , Alexey Brodkin , Stefan Roese Subject: [U-Boot] [PATCH 2/3] usb: add CONFIG_USB_UHCI_HCD in Kconfig X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" There is no UHCI driver entry in Kconfig for now, but we have some UHCI drivers, for example, LEON. This is a placeholder in case we want to move them to Kconfig in the future. The help message was copied from Linux. Signed-off-by: Masahiro Yamada --- drivers/usb/host/Kconfig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 8e87f77..156dae4 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -116,3 +116,20 @@ config USB_OHCI_GENERIC Enables support for generic OHCI controller. endif # USB_OHCI_HCD + +config USB_UHCI_HCD + bool "UHCI HCD (most Intel and VIA) support" + ---help--- + The Universal Host Controller Interface is a standard by Intel for + accessing the USB hardware in the PC (which is also called the USB + host controller). If your USB host controller conforms to this + standard, you may want to say Y, but see below. All recent boards + with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX, + i810, i820) conform to this standard. Also all VIA PCI chipsets + (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro + 133) and LEON/GRLIB SoCs with the GRUSBHC controller. + If unsure, say Y. + +if USB_UHCI_HCD + +endif # USB_UHCI_HCD