From patchwork Tue Dec 3 16:19:50 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 2017852 X-Patchwork-Delegate: andi.shyti@kernel.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2604:1380:40f1:3f00::1; helo=sy.mirrors.kernel.org; envelope-from=linux-i2c+bounces-8313-incoming=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from sy.mirrors.kernel.org (sy.mirrors.kernel.org [IPv6:2604:1380:40f1:3f00::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Y2nH542Bjz1yQZ for ; Wed, 4 Dec 2024 04:10:57 +1100 (AEDT) Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sy.mirrors.kernel.org (Postfix) with ESMTPS id B7E40B3A5A7 for ; Tue, 3 Dec 2024 16:20:00 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 6C9E41EE00B; Tue, 3 Dec 2024 16:19:58 +0000 (UTC) X-Original-To: linux-i2c@vger.kernel.org Received: from xavier.telenet-ops.be (xavier.telenet-ops.be [195.130.132.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3BC691AB6C9 for ; Tue, 3 Dec 2024 16:19:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.132.52 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733242798; cv=none; b=rYUR/oB/j9x9vITlUP0VHYbf35td2h2Y/MPTAJq6qa4jNxzzBRqyP51tJLkhfBHdSpxhat0ulb5FDbym8jDF50s4AaXkbWsGwci6Yieuc2YwmGCGdUUE+tbJlDaXtkiHhKs6hHAfd2OrBX5f/OIdE8sLkpAk0L+X6hYNFrnjJJ8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733242798; c=relaxed/simple; bh=d4Ens6M9dMP9bcv8CHfdc8+0vTooRlgILJ8tKqtDRFU=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=TdWuuBTODlrqnT/nlOasgbhYOhrrwytXd+7V6i9mMeB6QDzaspWU+WTUxLbEN3azUqwSFDAEYIHTch3k5Z9dGjDSOhzO4csAIKt8DTxBN7Fbvn8njtodXUNYWNqgNiyWykC9XkaZd1Q6LUgpJAl7dF/GfkFV26e6xjmgrcKDYys= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.132.52 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:829d:a1e7:5b32:5d8e]) by xavier.telenet-ops.be with cmsmtp id kGKr2D00H3sLyzB01GKrsB; Tue, 03 Dec 2024 17:19:51 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1tIVct-000DPE-E8; Tue, 03 Dec 2024 17:19:51 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1tIVct-00ALAU-8p; Tue, 03 Dec 2024 17:19:51 +0100 From: Geert Uytterhoeven To: Andi Shyti , Anand Gore , Florian Fainelli , Kursad Oney , =?utf-8?b?UmFmYcWCIE1pxYJlY2tp?= , William Zhang Cc: linux-i2c@vger.kernel.org, Broadcom internal kernel review list , Geert Uytterhoeven Subject: [PATCH] i2c: I2C_BRCMSTB should not default to y when compile-testing Date: Tue, 3 Dec 2024 17:19:50 +0100 Message-Id: <36b2923241f285595f43bb9565da352fd366c63e.1733242595.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-i2c@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Merely enabling compile-testing should not enable additional functionality. Signed-off-by: Geert Uytterhoeven Acked-by: Florian Fainelli --- 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 f0ea6245f7d03eaa..4c9b193381288fc5 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -503,7 +503,7 @@ config I2C_BRCMSTB tristate "BRCM Settop/DSL I2C controller" depends on ARCH_BCM2835 || ARCH_BCMBCA || ARCH_BRCMSTB || \ BMIPS_GENERIC || COMPILE_TEST - default y + default ARCH_BCM2835 || ARCH_BCMBCA || ARCH_BRCMSTB || BMIPS_GENERIC help If you say yes to this option, support will be included for the I2C interface on the Broadcom Settop/DSL SoCs.