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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 1F68CC3DA78 for ; Sun, 15 Jan 2023 17:42:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=AVCGoFF2d18ylaAElrAjgY2HHK/Sgwb3HQre2ZnAzh4=; b=IExyiR9aGMfYQB 9Ksozbe5zr+/fGPdpsNwDncqjHj4QJBJq0uzY4kXGnJmTkvvGrQKIl6XeXJb1M+yfFN/00U39tNmZ /WSi/DkOAqTv+PzfzF6uNOa/vRZIOjofYZaBotogBeK5SfznOQowkRvJIpt2ky0yup2z3PO6HwGk+ 905fLLiNlA/1IbTNtS+se7Ao45lbwJZ/tZMVPuAMjxS8cokd/qpa0GK/71Wfotdh1SSMCZSEf/XXw velqKWHaYn9NgfKT7hXxBA44vQ7i4Z0PYzQnmuXL+tYzJjyp6sjd89pFhMgwxBW6FCKQsrKKw5U+N Q2doPsQJJTXcAwWVnJVw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pH70v-007kMM-75; Sun, 15 Jan 2023 17:41:49 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pH70s-007kLv-F0 for linux-arm-kernel@lists.infradead.org; Sun, 15 Jan 2023 17:41:47 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1259960D57; Sun, 15 Jan 2023 17:41:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 642BAC433D2; Sun, 15 Jan 2023 17:41:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673804504; bh=ok2GpqvsbxT2ZfL/AmAdt1BO0nq0vW1Jn+mHxtduKxM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SV/snAwAwpxL8EzMHAr1Z4GCQ20dBOxw6Ccz03/HaOz7qS7AjJgsFuyAi+Pk4oHZR EndTE69vmf2MNHN29wRzjxrjg42l0MRsHubXlyZ/IBIsc6CRjat02w1XVXohC7EzNT N9HQO9FGViFcbdswl7MwRqTnbYvawq1bNJwwNOsqgX/9ITJqkDpoUJPxVIeWkXHuan fm0LZMLtiztLC5hCelPmVDtq4iI3W329SuWs2DWlJNfFe48JI/suI7Q6GbtYFB1vPs n30njjOx8x+Afsaiwv0Hk5ZK8QdKUeH2QDyd0tK13OUFdb/1KO3AcwM99GXoiBRffd NynT1SmBAT7qA== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1pH716-0002oh-3j; Sun, 15 Jan 2023 18:42:00 +0100 Date: Sun, 15 Jan 2023 18:42:00 +0100 From: Johan Hovold To: Daniele Palmas Cc: Johan Hovold , Bjorn Andersson , Catalin Marinas , Will Deacon , Manivannan Sadhasivam , Abel Vesa , linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: defconfig: enable Qualcomm PCIe modem drivers Message-ID: References: <20230114162236.22615-1-johan+linaro@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230115_094146_578752_163BD521 X-CRM114-Status: GOOD ( 21.41 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, Jan 15, 2023 at 01:11:08PM +0100, Daniele Palmas wrote: > Hello Johan, > > Il giorno sab 14 gen 2023 alle ore 17:23 Johan Hovold > ha scritto: > > > > Enable the MHI PCI controller driver and MHI WWAN drivers for Qualcomm > > based PCIe modems such as the ones found on the SC8280XP Compute > > Reference Design (CRD) and Lenovo Thinkpad X13s. > > > > Signed-off-by: Johan Hovold > > --- > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > > index 86aa3730a8b6..117b49f3f1c1 100644 > > --- a/arch/arm64/configs/defconfig > > +++ b/arch/arm64/configs/defconfig > > @@ -250,6 +250,7 @@ CONFIG_DEVTMPFS_MOUNT=y > > CONFIG_FW_LOADER_USER_HELPER=y > > CONFIG_HISILICON_LPC=y > > CONFIG_TEGRA_ACONNECT=m > > +CONFIG_MHI_BUS_PCI_GENERIC=m > > CONFIG_ARM_SCMI_PROTOCOL=y > > CONFIG_ARM_SCPI_PROTOCOL=y > > CONFIG_RASPBERRYPI_FIRMWARE=y > > @@ -405,6 +406,9 @@ CONFIG_MWIFIEX_SDIO=m > > CONFIG_MWIFIEX_PCIE=m > > CONFIG_WL18XX=m > > CONFIG_WLCORE_SDIO=m > > +CONFIG_WWAN=m > > +CONFIG_MHI_WWAN_CTRL=m > > +CONFIG_MHI_WWAN_MBIM=m > > wondering if it could make sense to also enable CONFIG_MHI_NET, since > in mhi_pci_generic there are also modems bound to that driver and, if > not enabled, those would show just the control device, but not the > netdevice. Yes, indeed, that's a good idea. I had it enabled in my local config but didn't include it as it isn't needed for the two machines I'm currently working on. I'll send a v2. Thanks! Johan _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel