From nobody Sun Sep 14 12:32:35 2025 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 D110BC004D4 for ; Sat, 21 Jan 2023 17:29:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229993AbjAUR3U (ORCPT ); Sat, 21 Jan 2023 12:29:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49434 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229493AbjAUR3S (ORCPT ); Sat, 21 Jan 2023 12:29:18 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2A9A02005D for ; Sat, 21 Jan 2023 09:29:17 -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 C484521C8A; Sat, 21 Jan 2023 17:29:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1674322152; 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; bh=j4VO2ktFD8XwmrMnjC4SihkmySP43vA2bq/lKUWsQuU=; b=BiMQR+g7BofqhZNKJ2b6A4BMcW7mvOPXihXcTiJZ8iQ6z6RbCT/RCA9RWKJI290PCAIK3y uJ3rrJ/WpYix2WSnbgdkE9guRneHBH9+YCqIzGKxwd4UH56UbpCRnYjjI28yx6FnuaeKLk 8bLWLR2q6/wsNw+Q07rpqRUJ3FDDWFg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1674322152; 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; bh=j4VO2ktFD8XwmrMnjC4SihkmySP43vA2bq/lKUWsQuU=; b=oWEN7s0U0c6JFZA9U8lOLLEPHOmbYyVZTWyI/kOFAc0vo+J3P1jn+THyXWQk2dlBGUutN5 BchbKpm0hr8t3DAA== 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 999EA1357F; Sat, 21 Jan 2023 17:29:12 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 5NADJOggzGP3IwAAMHmgww (envelope-from ); Sat, 21 Jan 2023 17:29:12 +0000 Date: Sat, 21 Jan 2023 18:29:11 +0100 From: Jean Delvare To: Daniel Lezcano , Thomas Gleixner Cc: Claudiu Beznea , LKML Subject: |PATCH RESEND] clocksource/drivers/timer-microchip-pit64b: Drop obsolete dependency on COMPILE_TEST Message-ID: <20230121182911.4e47a5ff@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-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" 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. Signed-off-by: Jean Delvare Cc: Claudiu Beznea Cc: Daniel Lezcano Cc: Thomas Gleixner Reviewed-by: Claudiu Beznea --- drivers/clocksource/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-6.1.orig/drivers/clocksource/Kconfig +++ linux-6.1/drivers/clocksource/Kconfig @@ -706,7 +706,7 @@ config INGENIC_OST =20 config MICROCHIP_PIT64B bool "Microchip PIT64B support" - depends on OF || COMPILE_TEST + depends on OF select TIMER_OF help This option enables Microchip PIT64B timer for Atmel --=20 Jean Delvare SUSE L3 Support