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 53BE7C433EF for ; Thu, 9 Jun 2022 11:29:52 +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:References:In-Reply-To: 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: List-Owner; bh=gDTXZYPVTUliPP33yH6abYu0Egx8eZ5UBkW6wLjKPsA=; b=4JteXMlae9ZN9x Zs5gNCO5Cc7IRoN7O6+a/nmXc3HyoyhxFb77ctkYcwkDM9It5izDn4Qj10BWCNbRkfAGTBRr0mQ19 Qet1IL/GTLFmz8l1x9MLhA+g5FP6a0vws2eppazzzxft7UWB2fqlRmhDCfjN+07SImVR75xu5sg+5 zvMSl+7gEmNwjaZ21Al3VTiJRl82KAegQk0nERvfi6ukhE8jDoI27zunpp+exegcM3GITB8Ut+9hy L/t380tHXfEMWSa3sgPO2BJWWlCs8Mj3yJ8X7qSJ4yeKLo7/e0cAGOmyDbbNJTl7muUpeAmEOTV8o FL1ewJQhNNeqOk0FOThw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nzGLI-001JqT-5N; Thu, 09 Jun 2022 11:28:48 +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 1nzGKM-001JDi-Km for linux-arm-kernel@lists.infradead.org; Thu, 09 Jun 2022 11:27:52 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; q=dns/txt; s=axis-central1; t=1654774070; x=1686310070; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=pMBBlRkHHit1/qLmds0baWambd4XCf5DopNfauB0VUI=; b=ccLHOETlSgL1hiSIhI4Y96k6lL3CO6JOdxXFrShs6WZpqQuRoBOcP4wP 7TVc3mCfi9LDW/yXH+xDfHfufDBbJVI2Y6dzNcN+eClWA7pwJkAw5hZRU pB76PJnt+LJhffjLrHGZ+LuAsZpDn6hxtY260LSmYZ7btPI69qId6rn5J HkyevQLSPRb8pb6BoVtN+O+8fH8O6jWlHyygeY/oBeyHguicmR6YHPHaf BETuCVG9pT39IMO/QlqzWTE9GpnU12MyumcWnvRaua15+OpFqGlSBZPT7 RIdogq6W9F40aDYASftqqWbG9WJYHZ7aEhI1bdAJGZLCUKzOpW3gd2mUT g==; From: Vincent Whitchurch To: , , CC: , Vincent Whitchurch , , , , , , Subject: [PATCH v4 4/4] clocksource/drivers/exynos_mct: Enable building on ARTPEC Date: Thu, 9 Jun 2022 13:27:38 +0200 Message-ID: <20220609112738.359385-5-vincent.whitchurch@axis.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220609112738.359385-1-vincent.whitchurch@axis.com> References: <20220609112738.359385-1-vincent.whitchurch@axis.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220609_042751_029900_AFF8910C X-CRM114-Status: UNSURE ( 9.44 ) 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. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Vincent Whitchurch --- Notes: v3: - Add Krzysztof's Reviewed-by. drivers/clocksource/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 3c0ee102fe73..b275583f946c 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