From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3431BC43387 for ; Mon, 17 Dec 2018 00:29:51 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 05E302084A for ; Mon, 17 Dec 2018 00:29:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="FPRn1qfO" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 05E302084A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=renesas.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.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: Subject:To:From:Message-ID:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=rnOyZ/+29vaV9kWksDPjOjS2MLSC2kF7Xk3d0Q7a94s=; b=FPRn1qfOpnXG9s ZXUp2P/jWA9OnHo5z45XQYvSXlxIEwLp4VRi2rFfjuu32XJ0FeEGv0YqM/YVNfQCwYPoHLkHJQ3Jy 2EAHM6uAtLGqNrZN6RtSkwAMMKbXIaLeajWTdZwyYfjqRdsfppF1C1qGCwW95VZ6mUUPyci2yUFoz lp0uj/6+OfhMnATbPyKd8AGJ6gJZAwsVWzQ9f0eaFQ/rs9ULXHdk906erI7Crou/XPLtIMAH4CzI4 Jx0Bjr/FC+7RllqvejOYUkeJowDrRSSnNTaeAZlFfpn50AfFxkc7MLbj1crgnLBS8/UNHkRtq+HAx hAwBnKdr1Ifu4AriLr8A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gYgn3-0000cl-Gn; Mon, 17 Dec 2018 00:29:45 +0000 Received: from relmlor1.renesas.com ([210.160.252.171] helo=relmlie5.idc.renesas.com) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gYgmz-0000bz-Hx for linux-arm-kernel@lists.infradead.org; Mon, 17 Dec 2018 00:29:43 +0000 Date: 17 Dec 2018 09:29:25 +0900 X-IronPort-AV: E=Sophos;i="5.56,363,1539615600"; d="scan'208";a="2972720" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 17 Dec 2018 09:29:25 +0900 Received: from morimoto-PC.renesas.com (unknown [10.166.18.140]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 876B6402B5EE; Mon, 17 Dec 2018 09:29:25 +0900 (JST) Message-ID: <874lbdj97x.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Simon Horman Subject: Re: [PATCH 2/3] arm64: defconfig: Enable scu-simple-card driver In-Reply-To: <20181214115650.12443-2-horms+renesas@verge.net.au> References: <20181214115650.12443-2-horms+renesas@verge.net.au> User-Agent: Wanderlust/2.15.9 Emacs/24.5 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181216_162941_701437_E696B724 X-CRM114-Status: GOOD ( 11.56 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-renesas-soc@vger.kernel.org, Magnus Damm , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Simon > Enable the scu-simple-card which is used by > the R-Car E3 (r8a77990) based Ebisu board. > > Signed-off-by: Simon Horman > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index f88190463481..b521159f5f33 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -491,6 +491,7 @@ CONFIG_SND_SOC_RT5514=m > CONFIG_SND_SOC_RT5514_SPI=m > CONFIG_SND_SOC_RT5645=m > CONFIG_SND_SIMPLE_CARD=m > +CONFIG_SND_SIMPLE_SCU_CARD=m > CONFIG_SND_AUDIO_GRAPH_CARD=m > CONFIG_I2C_HID=m > CONFIG_USB=y Is Ebisu board using SIMPLE_SCU_CARD ? I guess it is SIMPLE or AUDIO_GRAPH CARD, not SCU_CARD. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel