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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0BF25C677F1 for ; Tue, 17 Jan 2023 17:22:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230323AbjAQRWs (ORCPT ); Tue, 17 Jan 2023 12:22:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47820 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230284AbjAQRWM (ORCPT ); Tue, 17 Jan 2023 12:22:12 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4FB964C6E9; Tue, 17 Jan 2023 09:21:18 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 114DFB81928; Tue, 17 Jan 2023 17:21:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 22E2CC433D2; Tue, 17 Jan 2023 17:21:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673976075; bh=skvQqBc/hwy9a+RMCgjlCVkjG/y6LmVz/zErbnp5Lc8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=sdJmhwj6QVo0M9LgC8ByvkE7SKmZchZKL/UR8b7SRvTMUsbWup3siR35ELAIvWeLj Q2lauiIXU98vjbpakY7/TzlJcGYPwmN3lOS8bLLK9bdrZoOAxHl4PBHBT/gV0Eonaj HwuEPrz09kSA3gk4PAYMO8MPnaXrU9sU1T7qS1cWVZHb3D7BgVMnGfpOcuOZ97E8uA MwrFy5zysH7MaZIc84G9KSmSnL2O+gjMbiSeyK+fu0nV85rsM4lnyxL0DSdARR5WZF BLCAJMmgob6uAuvsTtH/Awl0R5/AfV6D5Venh81Mmkd844xRH6tDAa3dxZ65ArPT3w 0zG/bcLxXYEWQ== Date: Tue, 17 Jan 2023 09:21:14 -0800 From: Jakub Kicinski To: Kalle Valo Cc: Martin Blumenstingl , linux-wireless@vger.kernel.org, Yan-Hsuan Chuang , Ulf Hansson , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-mmc@vger.kernel.org, Chris Morgan , Nitin Gupta , Neo Jou , Pkshih , Jernej Skrabec Subject: Re: [RFC PATCH v1 00/19] rtw88: Add SDIO support Message-ID: <20230117092114.62ba2f66@kernel.org> In-Reply-To: <87y1q28o5a.fsf@kernel.org> References: <20221227233020.284266-1-martin.blumenstingl@googlemail.com> <87y1q28o5a.fsf@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, 16 Jan 2023 18:01:05 +0200 Kalle Valo wrote: > > - My understanding is that there's a discussion about the rtw88 Kconfig > > symbols. We're adding four new ones within this series. It's not > > clear to me what the conclusion is on this topic though. > > Yeah, there were no conclusions about that. Jakub, do you have any > opinions? For example, do we keep per device Kconfig options (eg. > CONFIG_RTW88_8822BS, RTW88_8822CS and so on) or should we have only one > more bus level option (eg. CONFIG_RTW88_SDIO)? rtw88 now uses the former > and IIRC so does mt76. ath10k/ath11k/ath12k again use the latter :) No strong feelings. Larry (IIRC) provided a fair justification for the RTW symbols. If the module binary grows noticeably then having the kconfig does indeed make sense.