From patchwork Mon Oct 2 13:26:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 13406245 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 26EAEE784AC for ; Mon, 2 Oct 2023 13:33:06 +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=Lv05zwPiPhmDXQ+vj6dXLAl2x6Ezdv6fHeYVrfz8BCI=; b=lLR22z6DDMzlDV CGg2VuBZtIDdLZzGuBSGd9Dpk5MNeunpICLmO8Jup1TQrLwiCZUbIfCWfZa+Dc/6lGs8aMubXEj7D o8kb2phJyFFKLADkZ+x/BPHYQVBWLg5u9xyu0jZybR/6D2daSM8xV4IrzWl5SiO8/tU81YEj3DSsj B5LsSNWSaMsUysNCmi+EYQQVZdy4c/RyW8Iw6db4vq4kuKdLXj6wLAxtIB4oj+4krzWBMts052sxD eO7XkL88D1fhpbH6iMl4ulysQSOFFMIYEo2nEXN1yyY31DINbvElgH2MbacZF5ZPiZCBY3pA4xqHd Gqf+sOx74kWeD1A7kk7g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qnJ2M-00Cn0Q-14; Mon, 02 Oct 2023 13:32:38 +0000 Received: from mgamail.intel.com ([192.55.52.93]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qnJ2J-00CmzQ-1l for linux-arm-kernel@lists.infradead.org; Mon, 02 Oct 2023 13:32:36 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1696253555; x=1727789555; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=lDAqfAvJkp0xhbjXWLoPesIG5pkXB+BnJ5EhDi7GpC0=; b=RRG9RJ9VBEs+cYtTcoSRoW9sKY+mL4X3sGVqPfYd/zvzNA62rQgkPKMs Bv6S7V/Kb8y33D/qb/L9BS5XcvupKpFfonasthUbXsVxZS3V3lbKbSTce g2gl3vJ/Ug/SYJejQslEMHdBRe658iop4DnaA3Xi2aNoboFYysNd3gB52 xBTLbsSAKEPV91+sW6E/wPkFLXkAy1AR7QZrOL1avffe8N7qbMCPNSnb7 yL79gEbVcRSa4IEGl9QMx/9hRO9PZ0i23Tk+Ny3Rjxzk/1CbvrwfvYTtS UW0LMJSAi/b14mN9drB+36PeLvuifKFUGfCqXXKtbdOuvvtSq7+0KZhb7 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10851"; a="379923411" X-IronPort-AV: E=Sophos;i="6.03,194,1694761200"; d="scan'208";a="379923411" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Oct 2023 06:26:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10851"; a="754048986" X-IronPort-AV: E=Sophos;i="6.03,194,1694761200"; d="scan'208";a="754048986" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga007.fm.intel.com with ESMTP; 02 Oct 2023 06:26:42 -0700 Received: by black.fi.intel.com (Postfix, from userid 1003) id 2F42B1A7; Mon, 2 Oct 2023 16:26:41 +0300 (EEST) From: Andy Shevchenko To: Andy Shevchenko , Rob Herring , linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Cc: Lorenzo Pieralisi , Hanjun Guo , Sudeep Holla , "Rafael J. Wysocki" , Len Brown , Russell King , Rob Herring , Frank Rowand , Peng Fan Subject: [PATCH v2 2/2] amba: bus: Enable compile testing Date: Mon, 2 Oct 2023 16:26:35 +0300 Message-Id: <20231002132635.2595382-2-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.40.0.1.gaa8946217a0b In-Reply-To: <20231002132635.2595382-1-andriy.shevchenko@linux.intel.com> References: <20231002132635.2595382-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231002_063235_617850_479CEE28 X-CRM114-Status: GOOD ( 12.91 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org There is no architecture specific code in the implementation of AMBA bus, let's enable compile testing for it. Signed-off-by: Andy Shevchenko --- v2: new patch to make it easier to compile test on non-ARM drivers/amba/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/amba/Kconfig b/drivers/amba/Kconfig index fb6c7e0b4cce..9ff4638550c8 100644 --- a/drivers/amba/Kconfig +++ b/drivers/amba/Kconfig @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 config ARM_AMBA - bool + bool "AMBA bus support" || if COMPILE_TEST if ARM_AMBA