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 9A8D9C54EAA for ; Mon, 30 Jan 2023 11:58:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236582AbjA3L6S (ORCPT ); Mon, 30 Jan 2023 06:58:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54866 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236529AbjA3L6D (ORCPT ); Mon, 30 Jan 2023 06:58:03 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 976FA2384F; Mon, 30 Jan 2023 03:57:36 -0800 (PST) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 18C7221A3F; Mon, 30 Jan 2023 11:57:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1675079855; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=g1m5nCPvMubSRpk/17xcYp5pUmRsL6QuuECu72dMc74=; b=SkGhGHC8auYyUQFybJ2kKP75wJGtqpjnx7fLEEDcOYQEXtaiBuikGrkTjTtZGIsNpT3Xt2 ioRpxkZzk0k3PLyoLf5NhXd91hHwmCrQpE4Ek2PUg5uAPT2tV7WwoMNRuF4vuamZD9ppub zrlWLXYzTFCWqZWaWPqA7Pud5/o7xbY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1675079855; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=g1m5nCPvMubSRpk/17xcYp5pUmRsL6QuuECu72dMc74=; b=R2dcKBTT2y6ua4cOayV6zRYBpflv1DyvyeI0/aYxgX9bsHLeBMG5TglBzFdhN9RLqL+Smf 3UcON/VWK14n5GBg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id CD3AE13444; Mon, 30 Jan 2023 11:57:34 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id WVSGMK6w12NAMgAAMHmgww (envelope-from ); Mon, 30 Jan 2023 11:57:34 +0000 Date: Mon, 30 Jan 2023 12:57:33 +0100 From: Jean Delvare To: Dmitry Torokhov Cc: linux-input@vger.kernel.org, LKML , Daniel Hung-yu Wu , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea Subject: Re: [PATCH RESEND] Input: atmel_captouch - drop obsolete dependency on COMPILE_TEST Message-ID: <20230130125733.747d86e3@endymion.delvare> In-Reply-To: References: <20230127122816.02b6ea26@endymion.delvare> Organization: SUSE Linux X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.34; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Dmitry Torokhov, On Sun, 29 Jan 2023 18:32:42 -0800, Dmitry Torokhov wrote: > On Fri, Jan 27, 2023 at 12:28:16PM +0100, Jean Delvare wrote: > > Since commit 0166dc11be91 ("of: make CONFIG_OF user selectable"), it > > is possible to test-build any driver which depends on OF on any > > architecture by explicitly selecting OF. Therefore depending on > > COMPILE_TEST as an alternative is no longer needed. > > > > As a nice side effect, dropping the alternative dependency on > > COMPILE_TEST allows removing preprocessor directives, which will > > speed up the build. > > I believe I already have your patch in my "next" branch that is feeding > into linux-next. Oh right, sorry for the noise. I did not receive a formal ack from you at the time, so I thought it got lost in traffic. I should have double-checked, by bad. Thanks, -- Jean Delvare SUSE L3 Support