From patchwork Fri Oct 6 14:57:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 13411662 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 799A7E81E03 for ; Fri, 6 Oct 2023 14:58:12 +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=C6pqZbC73lRvbOVJBtOfAplORKeiWC1pGeercCvvgYQ=; b=37JHyr7Sz2Vk9k s1PPYvmIoHahGxw6lkhmijOPEiD3K3eJ2yQxbjdFRvlbbR6HDCwaADD1SNKixhxfZBVeyv3VvQubq jT8ZkrnF2VA7Ftj/6IWFCOJ+KiIyfh/WGoyRNFFZi/aa/OHQp4Wn71+L2wNMjbuy7SvGnNBc5qkhZ XST5vYKBaPiFLCTfGjzDyMIEN+glLjWSEwGoU4wWrAfqMBWIo9lPPCpS3HvDpphRKJKpOvbftGN/T RyG/nSI078ZcOpl4ELA4nNN4REKHhlUCsy4Bpo3ZEoJSbrbJZEV36Y1pYkiM5RyHhN9ryQf42fVik huZzXUkbcvcmF8psxj3g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qomH0-0061pK-1u; Fri, 06 Oct 2023 14:57:50 +0000 Received: from mgamail.intel.com ([134.134.136.126]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qomGx-0061mn-0K for linux-arm-kernel@lists.infradead.org; Fri, 06 Oct 2023 14:57:49 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1696604266; x=1728140266; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=pwbbbgcEIxTYBd2yOIqpmkQsPrsV9eQPsSf0L3T2NTk=; b=NTCz/cNVB31ceIYjJDZbdiayHxTba4rhA3Ai5BlWPLjtTLBV44Ob6Zid RW77iatlzfSWExIvJDYhpQfQF6FZmSjmNw4oRakTLgziJZO4Dj8sFzIgz 5FilqeBM0wzTrRV+1bspSqryd5CFl8XCI5fGVRSHOZMWF0MBmMWUVgDz6 Rz5pQPyELxBRuFxF0gXRpMkZnXPkUEAi88mV0WvWXO3CHBXl/ljNuW1dG yx7Zo3j+FKa6wwcu0oYHYLE5jcofiYepewXG7WprOINxTCowqDduWSunT OpaLQwHkvsIErCOaUjnYxjKMZd9wbhDUk93QAdNi5/iP8q5aiL48vEdhi Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10855"; a="368840636" X-IronPort-AV: E=Sophos;i="6.03,204,1694761200"; d="scan'208";a="368840636" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Oct 2023 07:57:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10855"; a="755880712" X-IronPort-AV: E=Sophos;i="6.03,204,1694761200"; d="scan'208";a="755880712" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga007.fm.intel.com with ESMTP; 06 Oct 2023 07:57:42 -0700 Received: by black.fi.intel.com (Postfix, from userid 1003) id AB142430; Fri, 6 Oct 2023 17:57: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 v3 2/2] amba: bus: Enable compile testing Date: Fri, 6 Oct 2023 17:57:32 +0300 Message-Id: <20231006145732.3419115-2-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.40.0.1.gaa8946217a0b In-Reply-To: <20231006145732.3419115-1-andriy.shevchenko@linux.intel.com> References: <20231006145732.3419115-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-20231006_075747_185886_62598582 X-CRM114-Status: GOOD ( 13.17 ) 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 --- v3: fixed compilation error (LKP, Rob), amended summary (Rob) 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..21fa17697b48 100644 --- a/drivers/amba/Kconfig +++ b/drivers/amba/Kconfig @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 config ARM_AMBA - bool + bool "Arm (AMBA) Primecell Device bus" if COMPILE_TEST if ARM_AMBA