From patchwork Sun Jul 31 15:16:33 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 73076 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp2287394qga; Sun, 31 Jul 2016 08:17:48 -0700 (PDT) X-Received: by 10.28.232.149 with SMTP id f21mr49838825wmi.51.1469978268672; Sun, 31 Jul 2016 08:17:48 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id o198si12074665wmd.84.2016.07.31.08.17.48; Sun, 31 Jul 2016 08:17: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 47D64A754A; Sun, 31 Jul 2016 17:17:46 +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 dAxGLYPxlpNq; Sun, 31 Jul 2016 17:17:45 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A71ECA7524; Sun, 31 Jul 2016 17:17:44 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B668CA7516 for ; Sun, 31 Jul 2016 17:17:38 +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 bwrqldt67Aiy for ; Sun, 31 Jul 2016 17:17:38 +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 F0A68A74F1 for ; Sun, 31 Jul 2016 17:17:37 +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 u6VFGaLt000794; Mon, 1 Aug 2016 00:16:51 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com u6VFGaLt000794 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1469978212; bh=EvakbeqEdCbjP28+3Xd6lF78SQz9LfgRM0XxDby4rRc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pEFQHvsHjUD7z8Ezuok1EQiawrgo0t0mpWKt6TXe2PjX5BVFS5EdROEMO7jSmkZKk aWWPdXVjLFrXrCblEfw4XADdrX3/Mp4+FT7qEwxM0rOxYeDrFFSWNBRbdCduQ1Ggy4 MACU85uy0kDjJ+2BrKysHk0mHt5gHDbt0G08MihMsclk0MQ2+0S5ai5Xlv85FwcFGj 1kykk/UlBADTGc1hCm6fKdTsXa2ohR0bjkUI2uIUTP71UjBGHADum9DCism1Vo72PH cycIA8k4JTUZ1rtEpvrdu3ASka9jB4swFrrE+8q9PQejqn6kIstGe1bc9qOBm25nau +ATt85mYicb6Q== X-Nifty-SrcIP: [119.242.215.193] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Mon, 1 Aug 2016 00:16:33 +0900 Message-Id: <1469978194-4910-3-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1469978194-4910-1-git-send-email-yamada.masahiro@socionext.com> References: <1469978194-4910-1-git-send-email-yamada.masahiro@socionext.com> Cc: Marek Vasut , Alexey Brodkin , Stefan Roese Subject: [U-Boot] [PATCH v2 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 --- Changes in v2: None 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