From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx4.wp.pl (mx4.wp.pl [212.77.101.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9FF5A1F63CD for ; Sat, 12 Jul 2025 08:59:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=212.77.101.11 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752310779; cv=none; b=cZyEbOgjRKk+dcKjXhygh+22mMcteaFpiUXqp0HzCyujzYg/Hf7P11pGAepwZ66ytekY+IPkT6DndpYdQqZKHAVh5/lTzWUEOQhpqzRSdQrWvacpJiM6zYkCg4+5m1I4bjcXNPXdpmqe2qV85EquGKF/jEI3xTJtwwwsR9EZegc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752310779; c=relaxed/simple; bh=6RREnLfBr6vaToFnee4iQdKCEbQ4E+5QoB/pAJOaHzg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=nrPhzEnOQ2cuxMm55hWTJswo4kDlu+cc6i4dHzq7gtkXpEHdomlwpsVgYRuLGIx95/Q/ZfkaQZQ1+8sRaHt6A/lkL+YY2uBdDAW/uQHlhhzwLj30z8srTIuVh9uobOkXfdKAyu0rXXsha5z0JjaozCIHwKiq45nWKgFyiV4S+Lc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=wp.pl; spf=pass smtp.mailfrom=wp.pl; dkim=pass (2048-bit key) header.d=wp.pl header.i=@wp.pl header.b=WKjhJ3Md; arc=none smtp.client-ip=212.77.101.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=wp.pl Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=wp.pl Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=wp.pl header.i=@wp.pl header.b="WKjhJ3Md" Received: (wp-smtpd smtp.wp.pl 13802 invoked from network); 12 Jul 2025 10:59:27 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=20241105; t=1752310767; bh=eSJuXP2Tn8QwaAeo4iI9YXDlY+NdjeXSDkoE+IE9RBA=; h=From:To:Cc:Subject; b=WKjhJ3Mdixt+XahfZtVpGIKxNl6vwCFnCrUmv1nrBUwefTsoSFzzP4njmWdxKBG/H 4bffCe3DN9oy8hanhud3aXVyt8L2o9/zJgSVjtZ+Wy2K0vJkYBn1cvX25Q58jiafFR 8k5pziuwtMYlyodb8k4SJA2EHysbLGfP6EjZtUA8B+hNcosbxLonJDC14OSgwNa8FT NEWO9CosPdk7R0ibPT6gBZdd9xRGwUgQUcst0ilt6SBq/+sKBlt79iHxBDNwvu6N0F WrVINziE9wyjtoNtxYpqnm5Wv+o9QAqEMkInOBskZnEe+VVYbumVWup7ki+AiFIZBs kCltJzhUOGttQ== Received: from 89-64-3-180.dynamic.play.pl (HELO localhost) (stf_xl@wp.pl@[89.64.3.180]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with ECDHE-RSA-AES256-GCM-SHA384 encrypted SMTP for ; 12 Jul 2025 10:59:27 +0200 Date: Sat, 12 Jul 2025 10:59:27 +0200 From: Stanislaw Gruszka To: Rosen Penev Cc: linux-wireless@vger.kernel.org, Johannes Berg , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thomas Bogendoerfer , Matthias Brugger , AngeloGioacchino Del Regno , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list , "open list:MIPS" , "moderated list:ARM/Mediatek SoC support" , "moderated list:ARM/Mediatek SoC support" Subject: Re: [PATCHv3 wireless-next 1/7] wifi: rt2x00: add COMPILE_TEST Message-ID: <20250712085927.GA9845@wp.pl> References: <20250710200820.262295-1-rosenp@gmail.com> <20250710200820.262295-2-rosenp@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250710200820.262295-2-rosenp@gmail.com> X-WP-MailID: fa94b3e93e05bf3e9316b9cc31b4a93a X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 0000000 [wTOh] On Thu, Jul 10, 2025 at 01:08:14PM -0700, Rosen Penev wrote: > While this driver is for a specific arch, there is nothing preventing it > from being compiled on other platforms. > > Allows the various bots to test compilation and complain if a patch is > bad. > > Signed-off-by: Rosen Penev Acked-by: Stanislaw Gruszka > --- > drivers/net/wireless/ralink/rt2x00/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/wireless/ralink/rt2x00/Kconfig b/drivers/net/wireless/ralink/rt2x00/Kconfig > index d1fd66d44a7e..3a32ceead54f 100644 > --- a/drivers/net/wireless/ralink/rt2x00/Kconfig > +++ b/drivers/net/wireless/ralink/rt2x00/Kconfig > @@ -202,7 +202,7 @@ endif > > config RT2800SOC > tristate "Ralink WiSoC support" > - depends on SOC_RT288X || SOC_RT305X || SOC_MT7620 > + depends on SOC_RT288X || SOC_RT305X || SOC_MT7620 || COMPILE_TEST > select RT2X00_LIB_SOC > select RT2X00_LIB_MMIO > select RT2X00_LIB_CRYPTO > -- > 2.50.0 >