From patchwork Sun Apr 14 10:06:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Robert P. J. Day" X-Patchwork-Id: 1085286 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=crashcourse.ca Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=crashcourse.ca header.i=@crashcourse.ca header.b="U+6weYXE"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 44hnND3zskz9s4Y for ; Sun, 14 Apr 2019 20:06:36 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 3C8AFC21E1E; Sun, 14 Apr 2019 10:06:31 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=SPF_HELO_PASS, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 6651AC21D72; Sun, 14 Apr 2019 10:06:29 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id D41D5C21D65; Sun, 14 Apr 2019 10:06:27 +0000 (UTC) Received: from birgitartworks.com (cpanel4.indieserve.net [199.212.143.9]) by lists.denx.de (Postfix) with ESMTPS id 6C237C21C4A for ; Sun, 14 Apr 2019 10:06:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=crashcourse.ca; s=default; h=Content-Type:MIME-Version:Message-ID:Subject: cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=HY3n4NEDV2LZYLgcdUJYtPIyJ+FwMWRkXa0S9+of/3o=; b=U+6weYXE7hm8tiZQ6XY5MxFzZz PIe9QGGvnSYFvVYTmFR5XGLdwGuy97VzWS2CvDId3wzwrH+Cl7vHVTfBSP7NvJRVDpts9QJ1RPL6y CtaJetXKKZkUIOGZ09EGKymy6lwDh66aHUJtjoGudiyOC3cq8qQFk3skABtx/K+Ezwz3R1w2jb4PR NuV1aqojBS22bndsMdAb0ssAAucrD5BZduqp4ZowVjCgV8BHlwhsqNNrWkGhukwxB7bm7eVjSgh7G xBCd44ec4WZa8LstHIb/B69gr/LrQo68XBwTPu0ln+BsbwD3FHJehHwbE+wrWa/zjnwEvMMBEcFc2 TP3vnAHg==; Received: from cpeac202e043973-cmac202e043970.cpe.net.cable.rogers.com ([174.114.104.32]:60018 helo=localhost.localdomain) by cpanel4.indieserve.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1hFc1o-0007lB-Gn; Sun, 14 Apr 2019 06:06:25 -0400 Date: Sun, 14 Apr 2019 06:06:22 -0400 (EDT) From: "Robert P. J. Day" X-X-Sender: rpjday@localhost.localdomain To: U-Boot list Message-ID: User-Agent: Alpine 2.21 (LFD 202 2017-01-01) MIME-Version: 1.0 X-OutGoing-Spam-Status: No, score=-0.2 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel4.indieserve.net X-AntiAbuse: Original Domain - lists.denx.de X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - crashcourse.ca X-Get-Message-Sender-Via: cpanel4.indieserve.net: authenticated_id: rpjday+crashcourse.ca/only user confirmed/virtual account not confirmed X-Authenticated-Sender: cpanel4.indieserve.net: rpjday@crashcourse.ca X-Source: X-Source-Args: X-Source-Dir: Cc: marex@denx.de Subject: [U-Boot] [PATCH] drivers/usb/host/Kconfig: Drop CONFIG_ prefix from select X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Kbuild "select" directives should not include "CONFIG_" prefix. Signed-off-by: Robert P. J. Day diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index ba1e6bfa43..96474f4e3b 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -204,7 +204,7 @@ config USB_EHCI_GENERIC config USB_EHCI_FSL bool "Support for FSL on-chip EHCI USB controller" default n - select CONFIG_EHCI_HCD_INIT_AFTER_RESET + select EHCI_HCD_INIT_AFTER_RESET ---help--- Enables support for the on-chip EHCI controller on FSL chips. endif # USB_EHCI_HCD