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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7D0A6C433F5 for ; Fri, 15 Oct 2021 06:21:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 65FBF6115C for ; Fri, 15 Oct 2021 06:21:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234001AbhJOGX1 (ORCPT ); Fri, 15 Oct 2021 02:23:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:36850 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233933AbhJOGXX (ORCPT ); Fri, 15 Oct 2021 02:23:23 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 214B66115C; Fri, 15 Oct 2021 06:21:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634278876; bh=qRv9HnO/WCy+tSs0T6xdlIGgrvA9/hMUgHOZT0yHbvs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BKEcA7eCPrDA3hWs3kBxE9ri/0VkVTWhbj9slM7phL4UIAB+yhghPsEvWTOEHlGhl X+qxL2lxmeOJB4PZfg2O75wmvki/06jO9GQYzNbwjzJwFOd198U7L+DkPyEtGOWL47 JGS2QPfQLe9ycMSTe8aKg/AezeK/4kN32kyByHcQNbu35Gj0q8iC8hI1yqsPwc9cn2 dZYaIa7Y074fhe9LfiV8ujpva5whxk2rrFfTWUy1SP+38DZEDS0PXejs62ubJfMCQB zkivBiZ5ixa62MYlkIX5pWktxxHUX50D45/8Wi9sgWrFAFjuUtWm3/PjcDOnu3d6zZ x3mkTJGhv6ajA== Date: Fri, 15 Oct 2021 11:51:00 +0530 From: Vinod Koul To: Bjorn Andersson Cc: Catalin Marinas , Will Deacon , Shawn Guo , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Stephan Gerhold Subject: Re: [PATCH] arm64: defconfig: Enable Qualcomm prima/pronto drivers Message-ID: References: <20211008192840.3593362-1-bjorn.andersson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211008192840.3593362-1-bjorn.andersson@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08-10-21, 12:28, Bjorn Andersson wrote: > The Qualcomm prima/pronto drivers consists of a remoteproc driver boot > the combined WiFi and Bluetooth firmware on the related co-processor, a > control driver to load calibration and settings firmware, the wcn36xx > WiFi driver and the SMD based Bluetooth driver. > > Enable these in the defconfig to provide Bluetooth and WiFi on devices > such as the Qualcomm Dragonboard 410c. Reviewed-by: Vinod Koul -- ~Vinod