Message ID | 20201009024937.11246-2-ryan_chen@aspeedtech.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <SRS0=nxLb=DQ=lists.infradead.org=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 861956CA for <patchwork-linux-arm@patchwork.kernel.org>; Fri, 9 Oct 2020 09:41:43 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 468B822258 for <patchwork-linux-arm@patchwork.kernel.org>; Fri, 9 Oct 2020 09:41:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="P8U6th3v"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="wSDktr84" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 468B822258 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=aspeedtech.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-ID:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=GRKzvoQ6Drcd+AP6qVo4nBEXLd3nm9GNdfB2giWBNIs=; b=P8U6th3v0/WY+OO5kCxeABLxe O4pSbtjC3w+Y2z2rF5Luoy2q3cwMqsbWKV75gtEW+P2+ett8p8WzaaBcuCznV6+H1UeWtum7jcKmm /oXlm0gKyvmUuLaW8weSJftBaWj6YRchcYme+FqmJJfZL7gdH0/xJZmX+Fxy0TxNouYsZvymwIcsI t6Uq9CEOStdqHICfPcjJ6MW5qnqVycWyPzd5KWuFmBmcIeFzN6fPNQaOxyHOQZ8g+HE6bIGKG1mN8 ZwViSVA1IhofjfV54DqL8xcdR0NOZ/IrUwSCVdYdrFKUPETzFtzygSiSz5VkbhiR8FlZkhvCSRJsi eA91mOELw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kQosx-0002dY-JF; Fri, 09 Oct 2020 09:40:23 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kQosm-0002aX-Ca for linux-arm-kernel@merlin.infradead.org; Fri, 09 Oct 2020 09:40:12 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Date:Subject:CC:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=JevM7EQ/dMX9euHCjNoJotLZXqGj6g/kWdk6ecOgdQQ=; b=wSDktr840gV6Y5b2jevfYlyQ9O Azraj9V7Bp9nDUqIVveHty3pAoDQAIC4QJMgYRzR1BQoT5I3ruZHZXDy9D5pxr53nQx+XqY0YIm6U ULbB7B5kleMN9ICSdBImjXGnGLCmpQ6OfMnTb9TjrbE5PNBd05CRReDGSKgF9bNldbXGK9T/cbtx/ 0j4ovgkYSFugHADdlHkiQt7/RxJ7giCGGJcwMCdXLkmEQqd1uJWsxhiqSwYR9BL38zyga8hSYoaiX i8adALOIfWUtQ5nFfDAk5MpEjDbkXPExsIZNROHNJAz5vYsgPRfFO61QdpxzDfd119XFTnP9GKmcB FJZpZY8w==; Received: from twspam01.aspeedtech.com ([211.20.114.71]) by casper.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kQiU1-0005y4-SY for linux-arm-kernel@lists.infradead.org; Fri, 09 Oct 2020 02:50:19 +0000 Received: from mail.aspeedtech.com ([192.168.0.24]) by twspam01.aspeedtech.com with ESMTP id 0992ljQ6054350; Fri, 9 Oct 2020 10:47:45 +0800 (GMT-8) (envelope-from ryan_chen@aspeedtech.com) Received: from localhost.localdomain (192.168.10.9) by TWMBX02.aspeed.com (192.168.0.24) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 9 Oct 2020 10:49:42 +0800 From: Ryan Chen <ryan_chen@aspeedtech.com> To: Joel Stanley <joel@jms.id.au>, Andrew Jeffery <andrew@aj.id.au>, <linux-arm-kernel@lists.infradead.org>, <linux-aspeed@lists.ozlabs.org>, <linux-kernel@vger.kernel.org>, <linux-usb@vger.kernel.org>, <bmc-sw@aspeedtech.com>, Alan Stern <stern@rowland.harvard.edu> Subject: [PATCH v2 1/3] configs: aspeed: enable UHCI driver in defconfig Date: Fri, 9 Oct 2020 10:49:35 +0800 Message-ID: <20201009024937.11246-2-ryan_chen@aspeedtech.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201009024937.11246-1-ryan_chen@aspeedtech.com> References: <20200930040823.26065-4-ryan_chen@aspeedtech.com> <20201009024937.11246-1-ryan_chen@aspeedtech.com> MIME-Version: 1.0 X-Originating-IP: [192.168.10.9] X-ClientProxiedBy: TWMBX02.aspeed.com (192.168.0.24) To TWMBX02.aspeed.com (192.168.0.24) X-DNSRBL: X-MAIL: twspam01.aspeedtech.com 0992ljQ6054350 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201009_035014_794257_9B32932F X-CRM114-Status: UNSURE ( 8.18 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.4.4 on casper.infradead.org summary: Content analysis details: (-1.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_FAIL SPF: sender does not match SPF record (fail) [SPF failed: Please see http://www.openspf.org/Why?s=mfrom; id=ryan_chen%40aspeedtech.com; ip=211.20.114.71; r=casper.infradead.org] X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: Ryan Chen <ryan_chen@aspeedtech.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org |
Series |
[v2,1/3] configs: aspeed: enable UHCI driver in defconfig
|
expand
|
diff --git a/arch/arm/configs/aspeed_g5_defconfig b/arch/arm/configs/aspeed_g5_defconfig index 2bacd8c90f4b..7a6b0b79be9f 100644 --- a/arch/arm/configs/aspeed_g5_defconfig +++ b/arch/arm/configs/aspeed_g5_defconfig @@ -90,6 +90,8 @@ CONFIG_BLK_DEV_NBD=y CONFIG_MCTP_LPC=y CONFIG_EEPROM_AT24=y CONFIG_EEPROM_AT25=y +CONFIG_SCSI=y +CONFIG_BLK_DEV_SD=y CONFIG_MD=y CONFIG_BLK_DEV_DM=y CONFIG_DM_VERITY=y @@ -212,6 +214,8 @@ CONFIG_USB_DYNAMIC_MINORS=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_ROOT_HUB_TT=y CONFIG_USB_EHCI_HCD_PLATFORM=y +CONFIG_USB_UHCI_HCD=y +CONFIG_USB_STORAGE=y CONFIG_USB_GADGET=y CONFIG_USB_ASPEED_VHUB=y CONFIG_USB_CONFIGFS=y
v2: -Changed : Add SCSI, BLK_DEV_SD, USB_STORAGE support. v1: -Enable UHCI driver in aspeed_g5_defconfig. Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com> --- arch/arm/configs/aspeed_g5_defconfig | 4 ++++ 1 file changed, 4 insertions(+)