From patchwork Sat Feb 12 19:45:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 12744409 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 6B271C433F5 for ; Sat, 12 Feb 2022 19:47:37 +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=q0yFnYFXfdtvbq3qUaH3eDkQAKxtQH4d0WJh6mYNsRo=; b=Bvl4MR0IKnB7b+ HN5/fbEjrSK9mV65NjjyWNDyWDe4IaOpFSkOZbkE4uhqPt93FnVccHHPdw6pbgs7/ka+7dJri7ilh /7E08F1C2ox55KaRC5EinO7S9NcRBPRQsCRjQs6LDMSNKiBGb3tHIIs8tY2dCUGMX5tJbH4hJSmfJ eLMW+nDoHeELuuzXWsG2f9FZ2fCjREceI470HJc9e22Sk50/JwRSIXuD0ScW+t0y5eFnd9a193uI1 zYJehH0BM+7/J5bVDAmUasEFM621w0RK4ZC1l46VkXmfBAeKnNrMw+ckfWhy28psTzjiaiMwcPgtO ru6WkNS7Vm9V5sk4FiUQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nIyLN-00ARAZ-Rz; Sat, 12 Feb 2022 19:46:05 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nIyLK-00AR9x-Es for linux-arm-kernel@lists.infradead.org; Sat, 12 Feb 2022 19:46:03 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 27DEBB80765; Sat, 12 Feb 2022 19:46:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3CED4C340E7; Sat, 12 Feb 2022 19:45:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644695158; bh=D5kuqxFtgNZgdrn3s7Yj+iwFmkMGtVe1YHCagXT5VzI=; h=From:To:Cc:Subject:Date:From; b=LvNcN6Dva4O9cO8rU20p8PbzRJM6PueXCImRI9u/USpsF6fK7UrLSz8Smnk7yymft c6rIUB028FcRBjxfjtHbzv6LHMFrfBlc+MUUJ6BU1xDapb2lGTMoWKD6i4Kv0Pj9vA 3sZlx/vVTxDb7yiB4mpJEXA4+ch6av/RE0dmd9leE7i40mzq5HE7CgiNh1uxTrVwk5 9FpDRPwZ/+ewQxaob5iiIio7lgGQ9xpSkcHGqbVopzYGWe2IdiiR3abCR3g3G1qp84 BzxdOw8cHRmRry3FXwkw5hlZm2/YWd8yp62IOdeAHd6mJ2QKnBt8oLW3Y9ZZclT7+f iFAuAAUdSMjKw== From: Wolfram Sang To: linux-i2c@vger.kernel.org Cc: Wolfram Sang , Michal Simek , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] i2c: cadence: allow COMPILE_TEST Date: Sat, 12 Feb 2022 20:45:48 +0100 Message-Id: <20220212194549.11021-1-wsa@kernel.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220212_114602_697105_153C8705 X-CRM114-Status: GOOD ( 10.80 ) 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 Driver builds fine with COMPILE_TEST. Enable it for wider test coverage and easier maintenance. Signed-off-by: Wolfram Sang Acked-by: Michal Simek --- drivers/i2c/busses/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 42da31c1ab70..bad2fadc94a3 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -488,7 +488,7 @@ config I2C_BRCMSTB config I2C_CADENCE tristate "Cadence I2C Controller" - depends on ARCH_ZYNQ || ARM64 || XTENSA + depends on ARCH_ZYNQ || ARM64 || XTENSA || COMPILE_TEST help Say yes here to select Cadence I2C Host Controller. This controller is e.g. used by Xilinx Zynq.