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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 28B17C433F5 for ; Mon, 7 Mar 2022 08:39:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=IwJx2tMzHKUhPThwwNZqVRy8r2ZSyPNMvPKezYnWCWc=; b=FZDutB7Dl+1Ig1 347V6GAubtWNzKQwUjoVNqsN9+N2gHQu+5FRFDZVN87tIjjQSCypGu5h825qlo5NJvCNtKJE4IGAN xYyvlTpcUSlydeCQPR2oliVAsKj4PYQrupnttU2FKJ4nJ3VoaXzFKREVDfOYKi89auvmhi7HVCcyI jNXeLt6C/oETYheQDjn/7JjJ4o6P3hrpMtlYaIESEpHHEYo/1dil9ehS/F6kLcB7C7cNrlIX7QtiH gJ5dn4KxfJpQh64KofAerFq8AxM7S0IDb5fG4XDVdY0mLkCq8QMv6/oX1ngrgiIkM5P/khPDMsi7z 4vcD1IiqD/R1ir3bdP4g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nR8sP-00GUeg-8C; Mon, 07 Mar 2022 08:37:57 +0000 Received: from smtp2.axis.com ([195.60.68.18]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nR8sL-00GUdh-Qq for linux-arm-kernel@lists.infradead.org; Mon, 07 Mar 2022 08:37:55 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; q=dns/txt; s=axis-central1; t=1646642274; x=1678178274; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=FAzSlWNm2A11JVb+FZjaMh+1yDJMbFg4gll5ey/fEcU=; b=IAF3EqLUV4fS9RgzL1WN8c3ByVsz8YVHfT3XmEWv5KkwDFEgfhtOF2Pz dKVEkujbNbgKuo494UT+PZcUsrl+qRuB/3xNqUGEBCyMeArC2gRYhf9TZ dWgcxtUADXrxRfNLUq+hCnDbHjErGdwGYHN4VUCWVQpgG4RT5+SCwDQVu gkWMVqHelObyJPObVNxxvSUu0Y0/lTvB+lw8kYqNhPy3ui8PJKPoFwj3K CGbJ1xtFAhHTkVYlt+Suh4ViqXS45ffo3cTqxoho3eOrr04Na5N3fgYrb 9sdb8sVSx7UPahp8fSTwyfBPrK84qA7QbloEZ4owb9VWhcK35Q6GX5U4E w==; From: Vincent Whitchurch To: , Daniel Lezcano , Thomas Gleixner CC: , , , , Vincent Whitchurch , Subject: [PATCH] clocksource/drivers/exynos_mct: Enable building on ARTPEC Date: Mon, 7 Mar 2022 09:37:44 +0100 Message-ID: <20220307083744.1592533-1-vincent.whitchurch@axis.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220307_003754_214366_FB7F30A9 X-CRM114-Status: UNSURE ( 9.92 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This timer block is used on ARTPEC-8. Signed-off-by: Vincent Whitchurch --- drivers/clocksource/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index ae95d06a4a8f..2ea981ef23af 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -419,7 +419,7 @@ config ATMEL_TCB_CLKSRC config CLKSRC_EXYNOS_MCT bool "Exynos multi core timer driver" if COMPILE_TEST depends on ARM || ARM64 - depends on ARCH_EXYNOS || COMPILE_TEST + depends on ARCH_ARTPEC || ARCH_EXYNOS || COMPILE_TEST help Support for Multi Core Timer controller on Exynos SoCs. -- 2.34.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel